ALSA: hda/realtek - Allow multiple individual capture volume/switch controls
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Dec 2012 16:18:21 +0000 (17:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:30:41 +0000 (08:30 +0100)
commit9bf387b6121bc446f275b0de8196d4dea8a3c876
tree47d3f0ef91187e22c14f5d229f045e6200b077e3
parentbc54976721d30f5ec51e90dcd1aca56494e0b0cf
ALSA: hda/realtek - Allow multiple individual capture volume/switch controls

So far we create only "Capture Volume" and "Capture Switch" controls
for binding all possible amps, but we'd prefer creating individual
capture volume and switch controls per input in some cases
(e.g. conexant parser does it).

Add a new flag, spec->multi_cap_vol, to follow that policy.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c