diff options
author | Dmitri Belimov <d.belimov@gmail.com> | 2011-02-28 23:55:11 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:32:41 -0400 |
commit | dc46b8c8e3d7e6c7c7ddb78fc2137a5462e98679 (patch) | |
tree | ee5e0f08d018a37ea3d7a725be56ef373a28a541 /drivers | |
parent | fd5466d1dfeba87155c7af70b7d53faa60960c19 (diff) |
[media] tm6000: add audio conf for new cards
Add configuration of an audio for our new TV cards.
With my best regards, Dmitry.
Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/tm6000/tm6000-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index a356ba7aa77..88144a12745 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c | |||
@@ -324,6 +324,8 @@ struct tm6000_board tm6000_boards[] = { | |||
324 | .tuner_addr = 0xc2 >> 1, | 324 | .tuner_addr = 0xc2 >> 1, |
325 | .demod_addr = 0x1e >> 1, | 325 | .demod_addr = 0x1e >> 1, |
326 | .type = TM6010, | 326 | .type = TM6010, |
327 | .avideo = TM6000_AIP_SIF1, | ||
328 | .aradio = TM6000_AIP_LINE1, | ||
327 | .caps = { | 329 | .caps = { |
328 | .has_tuner = 1, | 330 | .has_tuner = 1, |
329 | .has_dvb = 1, | 331 | .has_dvb = 1, |
@@ -341,6 +343,8 @@ struct tm6000_board tm6000_boards[] = { | |||
341 | .tuner_type = TUNER_XC5000, | 343 | .tuner_type = TUNER_XC5000, |
342 | .tuner_addr = 0xc2 >> 1, | 344 | .tuner_addr = 0xc2 >> 1, |
343 | .type = TM6010, | 345 | .type = TM6010, |
346 | .avideo = TM6000_AIP_SIF1, | ||
347 | .aradio = TM6000_AIP_LINE1, | ||
344 | .caps = { | 348 | .caps = { |
345 | .has_tuner = 1, | 349 | .has_tuner = 1, |
346 | .has_dvb = 0, | 350 | .has_dvb = 0, |