From: Takashi Iwai Date: Wed, 20 Jun 2012 14:32:22 +0000 (+0200) Subject: ALSA: hda - Move one-time init codes from generic_hdmi_init() X-Git-Tag: v3.6-rc1~117^2~7^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8d654b55648561287bd8baca0f75f964a17038;p=pandora-kernel.git ALSA: hda - Move one-time init codes from generic_hdmi_init() 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 --- Reading git-diff-tree failed