]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67d733e9a5ee240547b66d6fb6b685891fdedc43
treeacb79e5ba74c7f83f10d6b9e81619fd1aa7762ee
parent89f0ebeb6442bdcc0f3b9f7f25c6c668b6a903ab
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