ALSA: hda - Move one-time init codes from generic_hdmi_init()
authorTakashi Iwai <tiwai@suse.de>
Wed, 20 Jun 2012 14:32:22 +0000 (16:32 +0200)
committerTakashi 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