diff options
author | Marco Schluessler <marco@lordzodiac.de> | 2006-01-09 12:25:06 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:06 -0500 |
commit | 1c13b95c7d22d5c552246b465da4b364ba00ba65 (patch) | |
tree | b04c9da7e2b55cf9d70fcc43d95f8e510f0a8eba /drivers/media/dvb/ttpci/av7110_av.c | |
parent | f49cc15bbe37b767286fdd7abe65810e750cf70a (diff) |
DVB (2440): Fixed mpeg audio on spdif from Nexus-CA card (rev 2.3),
- Fixed mpeg audio on spdif from Nexus-CA card (rev 2.3),
definitions for sound chip MSP3415
Signed-off-by: Marco Schluessler <marco@lordzodiac.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110_av.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110_av.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_av.c b/drivers/media/dvb/ttpci/av7110_av.c index 0696a5a4f855..2d26ff316fe6 100644 --- a/drivers/media/dvb/ttpci/av7110_av.c +++ b/drivers/media/dvb/ttpci/av7110_av.c | |||
@@ -309,7 +309,7 @@ int av7110_set_volume(struct av7110 *av7110, int volleft, int volright) | |||
309 | i2c_writereg(av7110, 0x20, 0x04, volright); | 309 | i2c_writereg(av7110, 0x20, 0x04, volright); |
310 | return 0; | 310 | return 0; |
311 | 311 | ||
312 | case DVB_ADAC_MSP: | 312 | case DVB_ADAC_MSP34x0: |
313 | vol = (volleft > volright) ? volleft : volright; | 313 | vol = (volleft > volright) ? volleft : volright; |
314 | val = (vol * 0x73 / 255) << 8; | 314 | val = (vol * 0x73 / 255) << 8; |
315 | if (vol > 0) | 315 | if (vol > 0) |