Skip to content
Commit 95e960ce authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 78e635c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment