diff options
author | Steve Kerrison <steve@stevekerrison.com> | 2011-05-02 17:19:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 08:30:15 -0400 |
commit | 2892bd0d95f8b0312db6f630e3a79eefb6981fcb (patch) | |
tree | bf215d6bde3f9be1bb3d71bb085905bd7a9ee04d /drivers/media/video/em28xx | |
parent | 9ac51c5e53d6b16c9a3fa541117cf96dedd6b3dd (diff) |
[media] em28xx: Disable audio for EM28174
Signed-off-by: Steve Kerrison <steve@stevekerrison.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c index 92b6dd84f1f6..e33f145d867a 100644 --- a/drivers/media/video/em28xx/em28xx-core.c +++ b/drivers/media/video/em28xx/em28xx-core.c | |||
@@ -489,7 +489,8 @@ int em28xx_audio_setup(struct em28xx *dev) | |||
489 | int vid1, vid2, feat, cfg; | 489 | int vid1, vid2, feat, cfg; |
490 | u32 vid; | 490 | u32 vid; |
491 | 491 | ||
492 | if (dev->chip_id == CHIP_ID_EM2870 || dev->chip_id == CHIP_ID_EM2874) { | 492 | if (dev->chip_id == CHIP_ID_EM2870 || dev->chip_id == CHIP_ID_EM2874 |
493 | || dev->chip_id == CHIP_ID_EM28174) { | ||
493 | /* Digital only device - don't load any alsa module */ | 494 | /* Digital only device - don't load any alsa module */ |
494 | dev->audio_mode.has_audio = 0; | 495 | dev->audio_mode.has_audio = 0; |
495 | dev->has_audio_class = 0; | 496 | dev->has_audio_class = 0; |