Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353051
b: refs/heads/master
c: aa88a35
h: refs/heads/master
i:
  353049: d4c7a6a
  353047: 12a0f0b
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent bd3763f commit 8a7634d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de1e37b7d0dc3f1b8d0f84f5ff64ef8eebdf1e9f
refs/heads/master: aa88a3553eebdcc3ce6801aabb4ed0223bfa198e
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8a7634d

Please sign in to comment.