search for: snd_soc_sof

Displaying 4 results from an estimated 4 matches for "snd_soc_sof".

Did you mean: snd_soc_skl
2020 May 25
0
[Sound-open-firmware] [PATCH RFC] vhost: add an SOF Audio DSP driver
Hi Pierre, Thanks for the review! On Sat, May 16, 2020 at 11:50:48AM -0500, Pierre-Louis Bossart wrote: > > > > > +config VHOST_SOF > > + tristate "Vhost SOF driver" > > + depends on SND_SOC_SOF > > you probably want to make sure VHOST_SOF and SND_SOC_SOF are both built-in > or module. Without constraints you are likely to trigger errors with > randconfig. It's a classic. "depends on" guarantees, that I cannot build VHOST_SOF into the kernel while SND_SOC_SOF i...
2020 May 16
0
[PATCH RFC] vhost: add an SOF Audio DSP driver
...vhost/Kconfig index 4021522..2aff7c1 100644 --- a/drivers/vhost/Kconfig +++ b/drivers/vhost/Kconfig @@ -28,6 +28,16 @@ config VHOST_SCSI Say M here to enable the vhost_scsi TCM fabric module for use with virtio-scsi guests +config VHOST_SOF + tristate "Vhost SOF driver" + depends on SND_SOC_SOF + select VHOST + select VHOST_RPMSG + default n + ---help--- + SOF vhost VirtIO driver. It exports the same IPC interface, as the + one, used for Audio DSP communication, to Linux VirtIO guests. + config VHOST_VSOCK tristate "vhost virtio-vsock driver" depends on VSOCKETS &&a...
2020 May 29
15
[RFC 00/12] Audio DSP VirtIO and vhost drivers
This patch set is a follow up to "Add a vhost RPMsg API" [1], it is marked as an RFC because firstly it depends on the RPMsg API series and secondly it is currently being reviewed on ALSA and SOF mailing lists, but any early comments from virtualisation developers would be highly appreciated too! Thanks Guennadi [1]
2020 May 29
15
[RFC 00/12] Audio DSP VirtIO and vhost drivers
This patch set is a follow up to "Add a vhost RPMsg API" [1], it is marked as an RFC because firstly it depends on the RPMsg API series and secondly it is currently being reviewed on ALSA and SOF mailing lists, but any early comments from virtualisation developers would be highly appreciated too! Thanks Guennadi [1]