commit | c4394f5b807289c180a486df70c1a9b1f192f1cb | [log] [tgz] |
---|---|---|
author | Lydia Wang <lydiawang@viatech.com.cn> | Mon Jul 04 16:54:15 2011 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 04 14:33:23 2011 +0200 |
tree | e105a741d5187ce062743aa68a75b6dd68263777 | |
parent | e5e14681404ec27a422d635284bf564dabde3f81 [diff] |
ALSA: hda - Fix issue that front can't output sound for VT1718S For VT1718S, Mixer 9 doesn't expose the connection to DAC 0. So when building up a 'PCM Playback' amplifier control, it will fail since getting DAC 0 index of Mixer 9 returned -1. So I added a dac_mixer_idx to indicated the actual index of DAC 0 to Mixer 9. Following is the patch and next mail is another. Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn> Signed-off-by: Takashi Iwai <tiwai@suse.de>