commit | 980428cecc4ca767bd9dd61fc286cd4124fd34af | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jan 09 09:28:20 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jan 12 08:44:23 2013 +0100 |
tree | be0551dd98256ee9f008629bb87596402722c21d | |
parent | f3fc0b0b1fe31e0ec9a72ab85b421e74c696f00d [diff] |
ALSA: hda - Clear the dropped paths properly When a DAC is reassigned from surrounds to front or ADCs are reduced due to incomplete imux, we clear the path indices but the path instances remain as is. Since the paths might be still referred through the whole path list parsing (e.g. is_active_nid()), we should clear these path instances as well. Signed-off-by: Takashi Iwai <tiwai@suse.de>