V4L/DVB (11178): pvrusb2: Make audio sample rate update into a sub-device broadcast
authorMike Isely <isely@pobox.com>
Sat, 7 Mar 2009 03:48:09 +0000 (00:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:35 +0000 (12:43 -0300)
commit01c59df818001b0bd3a31e2301a92a8c73bccbce
treee14e94b71dcbcfdca784cdf5a37a41224a3b2b79
parent6f9565120f5c2944b3d31daf03a07c272e12867b
V4L/DVB (11178): pvrusb2: Make audio sample rate update into a sub-device broadcast

The pvrusb2 driver had previously been using i2c module specific calls
to set the sample rate (a long long time ago this was needed).  These
days it is safe to use a broadcast so let's just broadcast this when
communicating audio sample rate to sub-devices.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-hdw.c
drivers/media/video/pvrusb2/pvrusb2-video-v4l.c