diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-15 20:16:11 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-15 20:16:11 +0000 |
commit | 6a99ec7d1fca2090046e7671acb7df6b19707989 (patch) | |
tree | d8b3f2a17a06953075819e12652aa672c6ad9b16 /linux | |
parent | d5c5bfeb8f2b68be7f6143e33d1f42395b1a9950 (diff) | |
download | mediapointer-dvb-s2-6a99ec7d1fca2090046e7671acb7df6b19707989.tar.gz mediapointer-dvb-s2-6a99ec7d1fca2090046e7671acb7df6b19707989.tar.bz2 |
make em28xx aux audio input work
From: Devin Heitmueller <devin.heitmueller@gmail.com>
The attached patch makes the em28xx auxillary audio input work.
Tested with the HVR-950.
em28xx: make auxillary audio input work
The tuner audio input was working but the aux input wasn't. Tested with
the HVR-950.
Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-core.c b/linux/drivers/media/video/em28xx/em28xx-core.c index 48c2caabe..d3fc86b43 100644 --- a/linux/drivers/media/video/em28xx/em28xx-core.c +++ b/linux/drivers/media/video/em28xx/em28xx-core.c @@ -270,6 +270,8 @@ static int em28xx_set_audio_source(struct em28xx *dev) break; case EM28XX_AMUX_LINE_IN: input = EM28XX_AUDIO_SRC_LINE; + video = disable; + line = enable; break; case EM28XX_AMUX_AC97_VIDEO: input = EM28XX_AUDIO_SRC_LINE; |