]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Remove superfluous inits for ALC662 auto-parser
authorTakashi Iwai <tiwai@suse.de>
Thu, 7 Apr 2011 10:34:26 +0000 (12:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Apr 2011 10:49:10 +0000 (12:49 +0200)
commit35ffe11587fb6e93725d420aa17cf1e7a6bf427f
tree886004f5e3e3bbeb4e6faec5295de540811a7fcf
parent10696aa0e56b29c6f3ce27081092785c564423e1
ALSA: hda - Remove superfluous inits for ALC662 auto-parser

Since we now set up the connections and mutes dynamically in the
auto-parser, all static initializations via alc662_init_verbs & co are
no longer needed.  Let's drop them.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c