From: Takashi Iwai Date: Mon, 10 Dec 2012 16:27:57 +0000 (+0100) Subject: ALSA: hda/realtek - Make path->idx[] and path->multi[] consistent X-Git-Tag: v3.9-rc1~129^2~70^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95e960cece76cb538fcac03ac80893db0f1e6a15;p=pandora-kernel.git 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 --- Reading git-diff-tree failed