Commit d911149625e64ec3cbc92725a2c2c5d940b62ffb

Authored by Fernando Luis Vázquez Cao
Committed by Takashi Iwai
1 parent 12e31a78c7

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>

Showing 2 changed files with 3 additions and 2 deletions Side-by-side Diff

Documentation/sound/alsa/HD-Audio-Models.txt
... ... @@ -53,7 +53,7 @@
53 53 acer-aspire-8930g Acer Aspire 8330G/6935G
54 54 acer-aspire Acer Aspire others
55 55 inv-dmic Inverted internal mic workaround
56   - no-primary-hp VAIO Z workaround (for fixed speaker DAC)
  56 + no-primary-hp VAIO Z/VGC-LN51JGB workaround (for fixed speaker DAC)
57 57  
58 58 ALC861/660
59 59 ==========
sound/pci/hda/patch_realtek.c
... ... @@ -1802,7 +1802,8 @@
1802 1802 }
1803 1803  
1804 1804 /* Don't take HP output as primary
1805   - * strangely, the speaker output doesn't work on VAIO Z through DAC 0x05
  1805 + * Strangely, the speaker output doesn't work on Vaio Z and some Vaio
  1806 + * all-in-one desktop PCs (for example VGC-LN51JGB) through DAC 0x05
1806 1807 */
1807 1808 static void alc882_fixup_no_primary_hp(struct hda_codec *codec,
1808 1809 const struct hda_fixup *fix, int action)