From: Takashi Iwai Date: Thu, 6 Dec 2012 17:06:23 +0000 (+0100) Subject: ALSA: hda/realtek - Manage mixer controls in out_path list X-Git-Tag: v3.9-rc1~129^2~70^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8111276f2cc10b9851613bc8300cabda3c7e0d;p=pandora-kernel.git ALSA: hda/realtek - Manage mixer controls in out_path list As we parse the output paths more precisely now, we can use this path list for parsing the widgets for volume and mute mixer controls. The spec->vol_ctls[] and sw_ctls[] bitmasks are replaced with the ctls[] in each output path instance. Interestingly, this move alone automagically fixes some bugs that the conflicting volume or mute NIDs weren't properly detected. Also, by parsing the whole path, there are more chances to get a free widget for volume/mute controls. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed