ALSA: hda/realtek - Parse input paths
authorTakashi Iwai <tiwai@suse.de>
Wed, 12 Dec 2012 16:25:00 +0000 (17:25 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Jan 2013 09:34:28 +0000 (10:34 +0100)
commit36f0fd540e299c7746601ce7bff7d062a6757c2f
treeacb79e5ba74c7f83f10d6b9e81619fd1aa7762ee
parent95e960cece76cb538fcac03ac80893db0f1e6a15
ALSA: hda/realtek - Parse input paths

Just like the output paths, parse the whole paths for inputs as well
and store in a path list.  For that purpose, rewrite the output parser
code to be generically usable.

The input path list is not referred at all in this patch.  It'll be
used to replace the fixed adc/capsrc array in later patches for more
flexible input path selections.

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