From cf105fd5257361cf4245e389374a82ef7ffda0de Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 22 Jan 2013 15:18:17 +0100 Subject: [PATCH] --- yaml --- r: 353201 b: refs/heads/master c: a836dbf685fa58c7db6cd56ad4559b2e6c02c8d9 h: refs/heads/master i: 353199: b980c73e61fbd5a0fce0c1534a62ba484e148896 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_generic.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a47325e0f0a6..f17317a07c36 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bd01e9336cd0fa037c79b6b203a4b79aecbfb09 +refs/heads/master: a836dbf685fa58c7db6cd56ad4559b2e6c02c8d9 diff --git a/trunk/sound/pci/hda/hda_generic.c b/trunk/sound/pci/hda/hda_generic.c index 374fd6c6558b..b301952dc081 100644 --- a/trunk/sound/pci/hda/hda_generic.c +++ b/trunk/sound/pci/hda/hda_generic.c @@ -2840,6 +2840,7 @@ static int cap_put_caller(struct snd_kcontrol *kcontrol, codec->cached_write = 0; mutex_unlock(&codec->control_mutex); snd_hda_codec_flush_amp_cache(codec); /* flush the updates */ + snd_hda_codec_flush_cmd_cache(codec); if (err >= 0 && spec->cap_sync_hook) spec->cap_sync_hook(codec, ucontrol); return err;