commit | 95e960cece76cb538fcac03ac80893db0f1e6a15 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 10 17:27:57 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jan 10 10:34:28 2013 +0100 |
tree | ef743af1271a7e8faa0ce12b17bf7c249e3db3da | |
parent | 78e635c93b0e385dc23d18c2a4047fc8857467bd [diff] |
ALSA: hda/realtek - Make path->idx[] and path->multi[] consistent So far, idx[i] and multi[i] indicate the attribute of the widget path[i - 1]. This was just for simplifying the code in __parse_output_path(), but this is rather confusing for later use. It's more natural if both idx[i] and multi[i] point to the same widget of path[i]. This patch changes to that way. Signed-off-by: Takashi Iwai <tiwai@suse.de>