[media] Nova-S-Plus audio line input

This patch adds audio DMA capture and ALSA mixer elements for the line
input jack of the Hauppauge Nova-S-plus DVB-S PCI card.  The Nova-S-plus
has a WM8775 ADC that is currently not detected.  This patch enables
this chip and exports volume, balance mute and ALC elements for ALSA
mixer controls.

[mchehab@redhat.com: Fix CodingStyle issues]
Signed-off-by: Lawrence Rust <lawrence@softsystem.co.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
lawrence rust
2010-10-18 07:06:02 -03:00
committed by Mauro Carvalho Chehab
parent cb0ed22270
commit fcb9757333
6 changed files with 192 additions and 54 deletions

View File

@@ -32,4 +32,7 @@
#define WM8775_AIN3 4
#define WM8775_AIN4 8
/* subdev group ID */
#define WM8775_GID (1 << 0)
#endif