projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59cad16
)
ALSA: hda - Initialize caches at codec reconfiguration
author
Takashi Iwai
<tiwai@suse.de>
Tue, 26 Jun 2012 13:01:33 +0000
(15:01 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 26 Jun 2012 13:01:33 +0000
(15:01 +0200)
Better to clean up the caches for avoiding inconsistent codec state
after the reconfiguration.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_codec.c
b/sound/pci/hda/hda_codec.c
index 854dd0c25f896f258c1e5870299e13f2cefd9833..51cb2a2e4fce03fbfdce96fb4b2c1b23063d45ed 100644
(file)
--- a/
sound/pci/hda/hda_codec.c
+++ b/
sound/pci/hda/hda_codec.c
@@
-2335,6
+2335,8
@@
int snd_hda_codec_reset(struct hda_codec *codec)
/* free only driver_pins so that init_pins + user_pins are restored */
snd_array_free(&codec->driver_pins);
restore_pincfgs(codec);
+ snd_array_free(&codec->cvt_setups);
+ snd_array_free(&codec->spdif_out);
codec->num_pcms = 0;
codec->pcm_info = NULL;
codec->preset = NULL;