diff options
-rw-r--r-- | sound/pci/hda/hda_generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c index 374fd6c6558b..b301952dc081 100644 --- a/sound/pci/hda/hda_generic.c +++ b/sound/pci/hda/hda_generic.c | |||
@@ -2840,6 +2840,7 @@ static int cap_put_caller(struct snd_kcontrol *kcontrol, | |||
2840 | codec->cached_write = 0; | 2840 | codec->cached_write = 0; |
2841 | mutex_unlock(&codec->control_mutex); | 2841 | mutex_unlock(&codec->control_mutex); |
2842 | snd_hda_codec_flush_amp_cache(codec); /* flush the updates */ | 2842 | snd_hda_codec_flush_amp_cache(codec); /* flush the updates */ |
2843 | snd_hda_codec_flush_cmd_cache(codec); | ||
2843 | if (err >= 0 && spec->cap_sync_hook) | 2844 | if (err >= 0 && spec->cap_sync_hook) |
2844 | spec->cap_sync_hook(codec, ucontrol); | 2845 | spec->cap_sync_hook(codec, ucontrol); |
2845 | return err; | 2846 | return err; |