diff options
author | Gerd Knorr <devnull@localhost> | 2005-03-07 16:10:51 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-03-07 16:10:51 +0000 |
commit | 05e13a83ee2562d53c741d03015fc36b0fe1dc12 (patch) | |
tree | ec3647eb25b8e5ef3285e5c5671e1b70a4715953 /linux | |
parent | 0891e39889f25110ffe18878fe188359c51e51af (diff) | |
download | mediapointer-dvb-s2-05e13a83ee2562d53c741d03015fc36b0fe1dc12.tar.gz mediapointer-dvb-s2-05e13a83ee2562d53c741d03015fc36b0fe1dc12.tar.bz2 |
- cx88: stereo/bilang fix.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-tvaudio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-tvaudio.c b/linux/drivers/media/video/cx88/cx88-tvaudio.c index 1d4faabf1..dd48b99b5 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.33 2005/02/22 09:56:29 kraxel Exp $ + $Id: cx88-tvaudio.c,v 1.34 2005/03/07 16:10:51 kraxel Exp $ cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver @@ -976,6 +976,7 @@ void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual) "[status=0x%x,ctl=0x%x,vol=0x%x]\n", mask, ctl, cx_read(AUD_STATUS), cx_read(AUD_CTL), cx_sread(SHADOW_AUD_VOL_CTL)); + cx_andor(AUD_CTL, mask, ctl); } return; } |