git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c8145b
)
ALSA: hda - Don't call snd_hda_codec_configure in snd_hda_codec_new()
author
Takashi Iwai
<tiwai@suse.de>
Wed, 17 Jun 2009 07:33:52 +0000
(09:33 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 24 Jun 2009 09:52:59 +0000
(11:52 +0200)
The codec setup call via snd_hda_codec_configure() isn't necessarily
called in snd_hda_codec_new(). For the later added feature, it's better
to change the code flow like:
- create all codec instances
- configure each codec
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found