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_v4l.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_v4l.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110_v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_v4l.c b/drivers/media/dvb/ttpci/av7110_v4l.c index b5aea4129fa7..e3296b07caac 100644 --- a/drivers/media/dvb/ttpci/av7110_v4l.c +++ b/drivers/media/dvb/ttpci/av7110_v4l.c | |||
@@ -587,7 +587,7 @@ int av7110_init_analog_module(struct av7110 *av7110) | |||
587 | 587 | ||
588 | printk("dvb-ttpci: DVB-C analog module @ card %d detected, initializing MSP3400\n", | 588 | printk("dvb-ttpci: DVB-C analog module @ card %d detected, initializing MSP3400\n", |
589 | av7110->dvb_adapter.num); | 589 | av7110->dvb_adapter.num); |
590 | av7110->adac_type = DVB_ADAC_MSP; | 590 | av7110->adac_type = DVB_ADAC_MSP34x0; |
591 | msleep(100); // the probing above resets the msp... | 591 | msleep(100); // the probing above resets the msp... |
592 | msp_readreg(av7110, MSP_RD_DSP, 0x001e, &version1); | 592 | msp_readreg(av7110, MSP_RD_DSP, 0x001e, &version1); |
593 | msp_readreg(av7110, MSP_RD_DSP, 0x001f, &version2); | 593 | msp_readreg(av7110, MSP_RD_DSP, 0x001f, &version2); |