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:
1ade819
)
ALSA: hda - Move one-time init codes from generic_hdmi_init()
author
Takashi Iwai
<tiwai@suse.de>
Wed, 20 Jun 2012 14:32:22 +0000
(16:32 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 20 Jun 2012 14:32:22 +0000
(16:32 +0200)
The codes to initialize work struct or create a proc interface should
be called only once and never although it's called many times through
the init callback. Move that stuff into patch_generic_hdmi() so that
it's called only once.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found