V4L/DVB (9632): make em28xx aux audio input work

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>

authored by Devin Heitmueller and committed by Mauro Carvalho Chehab 3f9b46c1 3fa37deb

+2
+2
drivers/media/video/em28xx/em28xx-core.c
··· 270 270 break; 271 271 case EM28XX_AMUX_LINE_IN: 272 272 input = EM28XX_AUDIO_SRC_LINE; 273 + video = disable; 274 + line = enable; 273 275 break; 274 276 case EM28XX_AMUX_AC97_VIDEO: 275 277 input = EM28XX_AUDIO_SRC_LINE;