diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-core.c b/drivers/media/video/cx88/cx88-core.c index eb806af17182..b18e7a33081a 100644 --- a/drivers/media/video/cx88/cx88-core.c +++ b/drivers/media/video/cx88/cx88-core.c | |||
@@ -877,9 +877,6 @@ static int set_tvaudio(struct cx88_core *core) | |||
877 | cx88_set_tvaudio(core); | 877 | cx88_set_tvaudio(core); |
878 | /* cx88_set_stereo(dev,V4L2_TUNER_MODE_STEREO); */ | 878 | /* cx88_set_stereo(dev,V4L2_TUNER_MODE_STEREO); */ |
879 | 879 | ||
880 | cx_write(MO_AUDD_LNGTH, 128); /* fifo size */ | ||
881 | cx_write(MO_AUDR_LNGTH, 128); /* fifo size */ | ||
882 | cx_write(MO_AUD_DMACNTRL, 0x03); /* need audio fifo */ | ||
883 | return 0; | 880 | return 0; |
884 | } | 881 | } |
885 | 882 | ||