summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-15 20:16:11 +0000
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-15 20:16:11 +0000
commit6a99ec7d1fca2090046e7671acb7df6b19707989 (patch)
treed8b3f2a17a06953075819e12652aa672c6ad9b16 /linux
parentd5c5bfeb8f2b68be7f6143e33d1f42395b1a9950 (diff)
downloadmediapointer-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.c2
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;