Re: [alsa-devel] [PATCH] usbtv: add audio support

2014-08-19 Thread Clemens Ladisch
Federico Simoncelli wrote: > +++ b/drivers/media/usb/usbtv/usbtv-audio.c > ... > +#include What do you need this header for? > +static struct snd_pcm_hardware snd_usbtv_digital_hw = { > + ... > + .period_bytes_min = 11059, > + .period_bytes_max = 13516, > + .periods_max = 98, > +

[PATCH] usbtv: add audio support

2014-08-11 Thread Federico Simoncelli
From: Federico Simoncelli Signed-off-by: Federico Simoncelli Tested-by: Lubomir Rintel --- drivers/media/usb/usbtv/Makefile | 3 +- drivers/media/usb/usbtv/usbtv-audio.c | 384 ++ drivers/media/usb/usbtv/usbtv-core.c | 16 +- drivers/media/usb/usbtv/usb