]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda/realtek - Add missing initialization of multi-io routes
authorTakashi Iwai <tiwai@suse.de>
Fri, 14 Dec 2012 17:04:37 +0000 (18:04 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:30:15 +0000 (08:30 +0100)
commit3ebf1e940a3ffb05b6bd78190d6dc8389d1082ef
tree1a51ca7b26f5e6549cfb9cf574727a3d5e509fba
parent0250f7cbea95c90564253cae8de80f0caad81fc0
ALSA: hda/realtek - Add missing initialization of multi-io routes

The paths used for multi-io haven't been initialized properly, so
far.  It's usually no big matter because the pins are set to input as
default, but it's still cleaner to initialize the paths properly.

Now with the path active/inactive check, we can do it easily.

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