[alsa-devel] [PATCH 026/112] ALSA: hda/realtek - Don't change connection at path deactivation
Takashi Iwai
tiwai at suse.de
Tue Jan 8 12:38:19 CET 2013
The widget connection selection must be changed only when the path is
enabled.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/pci/hda/patch_realtek.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index a41f048..eccb386 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -3969,7 +3969,7 @@ static void activate_path(struct hda_codec *codec, struct nid_path *path,
path->active = false;
for (i = path->depth - 1; i >= 0; i--) {
- if (path->multi[i])
+ if (enable && path->multi[i])
snd_hda_codec_write_cache(codec, path->path[i], 0,
AC_VERB_SET_CONNECT_SEL,
path->idx[i]);
--
1.8.0.1
More information about the Alsa-devel
mailing list