commit | c970042c129fbda2017e537d284e61ef4966a140 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 18 10:17:30 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 18 10:17:30 2013 +0100 |
tree | 96a08caca3c70a4e9ef81cbab5639ecd58396740 | |
parent | 9dba205b486152e3d31ab04f3b60efeef035cec5 [diff] |
ALSA: hda - Unify input label creations in generic parser There are a few places creating the labels and indices of kctls for each input pin in the current generic parser code. This is redundant and makes harder to maintain. Let's create the labels and indices at once and keep them in hda_gen_spec. Signed-off-by: Takashi Iwai <tiwai@suse.de>