Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ALSA] hda - Should use HDA_OUTPUT instead of HDA_INPUT to mute pin 1…
…5 of ALC880 To mute the output of Pin widget 15 in ALC880, we should use the HDA_OUTPUT. However, current code looks like : snd_hda_codec_amp_stereo(codec, 0x15, HDA_INPUT, 0, HDA_AMP_MUTE, bits); It may be a misspelling. Signed-off-by: Jiang zhe <zhe.jiang@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
- Loading branch information