summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-12-20 11:02:00 +0100
committerTakashi Iwai <tiwai@suse.de>2013-01-12 08:33:54 +0100
commitaa88a3553eebdcc3ce6801aabb4ed0223bfa198e (patch)
tree50581f0b8181b16d2243c03897ac14530c8b9569 /sound/pci/hda/hda_codec.c
parentde1e37b7d0dc3f1b8d0f84f5ff64ef8eebdf1e9f (diff)
downloadop-kernel-dev-aa88a3553eebdcc3ce6801aabb4ed0223bfa198e.zip
op-kernel-dev-aa88a3553eebdcc3ce6801aabb4ed0223bfa198e.tar.gz
ALSA: hda - Clear cached_write flag in snd_hda_codec_resume_*()
These functions are supposed to be called at finishing the cached sequential writes, so clear the flag properly for lazy developers who often forget details. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 23c8214..3207e5c 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -1955,6 +1955,7 @@ void snd_hda_codec_resume_amp(struct hda_codec *codec)
int i;
mutex_lock(&codec->hash_mutex);
+ codec->cached_write = 0;
for (i = 0; i < codec->amp_cache.buf.used; i++) {
struct hda_amp_info *buffer;
u32 key;
@@ -3520,6 +3521,7 @@ void snd_hda_codec_resume_cache(struct hda_codec *codec)
int i;
mutex_lock(&codec->hash_mutex);
+ codec->cached_write = 0;
for (i = 0; i < codec->cmd_cache.buf.used; i++) {
struct hda_cache_head *buffer;
u32 key;
OpenPOWER on IntegriCloud