[Sound-open-firmware] [RFC 12/12] rpmsg: add a device ID to also bind to the ADSP device

Mathieu Poirier mathieu.poirier at linaro.org
Thu Jun 4 22:01:56 CEST 2020


On Fri, May 29, 2020 at 09:37:22AM +0200, Guennadi Liakhovetski wrote:
> The ADSP device uses the RPMsg API to connect vhost and VirtIO SOF
> Audio DSP drivers on KVM host and guest.
> 
> Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski at linux.intel.com>
> ---
>  drivers/rpmsg/virtio_rpmsg_bus.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
> index f3bd050..ebe3f19 100644
> --- a/drivers/rpmsg/virtio_rpmsg_bus.c
> +++ b/drivers/rpmsg/virtio_rpmsg_bus.c
> @@ -949,6 +949,7 @@ static void rpmsg_remove(struct virtio_device *vdev)
>  
>  static struct virtio_device_id id_table[] = {
>  	{ VIRTIO_ID_RPMSG, VIRTIO_DEV_ANY_ID },
> +	{ VIRTIO_ID_ADSP, VIRTIO_DEV_ANY_ID },

I am fine with this patch but won't add an RB because of the (many) checkpatch
errors.  Based on the comment I made on the previous set seeing those was
unexpected.

Thanks,
Mathieu

>  	{ 0 },
>  };
>  
> -- 
> 1.9.3
> 


More information about the Sound-open-firmware mailing list