diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-tvaudio.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-tvaudio.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-tvaudio.c b/linux/drivers/media/video/cx88/cx88-tvaudio.c index bcdf321be..e5190ef96 100644 --- a/linux/drivers/media/video/cx88/cx88-tvaudio.c +++ b/linux/drivers/media/video/cx88/cx88-tvaudio.c @@ -1,5 +1,5 @@ /* - $Id: cx88-tvaudio.c,v 1.49 2005/11/18 15:07:08 mchehab Exp $ + $Id: cx88-tvaudio.c,v 1.50 2005/11/18 20:20:47 mchehab Exp $ cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver @@ -136,13 +136,13 @@ static void set_audio_finish(struct cx88_core *core, u32 ctl) { u32 volume; -#if 0 /* This is needed only with cx88-alsa */ +#if 1 /* restart dma; This avoids buzz in NICAM and is good in others */ - stop_audio_dma(core); + cx88_stop_audio_dma(core); #endif cx_write(AUD_RATE_THRES_DMD, 0x000000C0); -#if 0 /* This is needed only with cx88-alsa */ - start_audio_dma(core); +#if 1 + cx88_start_audio_dma(core); #endif if (cx88_boards[core->board].blackbird) { |