commit | 985803ca91c3039afd15a2fd32a9ef5771652cee | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jan 03 16:30:04 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jan 12 08:43:26 2013 +0100 |
tree | 4db77415b083e71e44019a74959226c748c0705d | |
parent | 2e03e9528d1cc15edf037c8e2ee0ae6499b0e59d [diff] |
ALSA: hda - Don't skip amp init for activated paths activate_amp() in the generic parser checks whether the given NID is included in any active paths and skips it if found. This was a workaround for avoiding disabling the widgets in the active paths when one path is disabled, thus it shouldn't be applied to the case for path activation. Due to this wrong check, some analog loopback paths haven't been initialized correctly. Signed-off-by: Takashi Iwai <tiwai@suse.de>