Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120543
b: refs/heads/master
c: 827057f
h: refs/heads/master
i:
  120541: 10862f0
  120539: 02a82c4
  120535: a34d0d5
  120527: 1ed1a43
  120511: edb090a
v: v3
  • Loading branch information
Takashi Iwai committed Dec 19, 2008
1 parent 3951fd0 commit 12cd516
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: cae51176c1082ecb59706056910f8a217d433981
refs/heads/master: 827057f5c12f5e10dc0279596db940aa6ddf8d9b
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 @@ -1288,6 +1288,8 @@ void snd_hda_codec_reset(struct hda_codec *codec)
codec->spec = NULL;
free_hda_cache(&codec->amp_cache);
free_hda_cache(&codec->cmd_cache);
init_hda_cache(&codec->amp_cache, sizeof(struct hda_amp_info));
init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head));
codec->num_pcms = 0;
codec->pcm_info = NULL;
codec->preset = NULL;
Expand Down

0 comments on commit 12cd516

Please sign in to comment.