ALSA: hda - Expose secret DAC-AA connection of some VIA codecs
authorTakashi Iwai <tiwai@suse.de>
Mon, 11 Jul 2011 15:05:04 +0000 (17:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 Jul 2011 05:45:02 +0000 (07:45 +0200)
commit30b4503378c976cf66201a1e81820519f6bd79ac
tree49ab8e40a825cd0acf2591d1fb9edc35dd5ee410
parent9e7717c9eb9da8dba98f36dd3c390a45375499b3
ALSA: hda - Expose secret DAC-AA connection of some VIA codecs

VT1718S and co have a secret connection from DAC to AA-mix, which
doesn't appear in the connection list obtained from the h/w.
Currently the driver fixes the connection index locally at init, but
now we can expose it statically via snd_hda_override_connections()
so that this conection can be checked better by the parser in future.

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