diff options
author | Fernando Luis Vázquez Cao <fernando_b1@lab.ntt.co.jp> | 2013-02-12 16:49:46 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-02-12 10:12:39 +0100 |
commit | d911149625e64ec3cbc92725a2c2c5d940b62ffb (patch) | |
tree | 8e18ab268f09ef7fe52e2af6086fea033fe4effc /sound/pci | |
parent | 12e31a78c70dc12897fda2489113f445c0e94a18 (diff) | |
download | linux-3.10-d911149625e64ec3cbc92725a2c2c5d940b62ffb.tar.gz linux-3.10-d911149625e64ec3cbc92725a2c2c5d940b62ffb.tar.bz2 linux-3.10-d911149625e64ec3cbc92725a2c2c5d940b62ffb.zip |
ALSA: hda - update documentation for no-primary-hp fixup
The problem addressed by this fixup is not specific to Vaio Z, affecting
some Vaio all-in-one desktop PCs too. Update the code comments accordingly.
Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 9eaa8b16395..48c9d10301b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1802,7 +1802,8 @@ static void alc889_fixup_imac91_vref(struct hda_codec *codec, } /* Don't take HP output as primary - * strangely, the speaker output doesn't work on VAIO Z through DAC 0x05 + * Strangely, the speaker output doesn't work on Vaio Z and some Vaio + * all-in-one desktop PCs (for example VGC-LN51JGB) through DAC 0x05 */ static void alc882_fixup_no_primary_hp(struct hda_codec *codec, const struct hda_fixup *fix, int action) |