Re: [PATCH] ALSA: hda/realtek: Add quirk for Samsung Notebook

2020-05-10 Thread Takashi Iwai
On Sun, 10 May 2020 05:28:37 +0200, Mike Pozulp wrote: > > Some models of the Samsung Notebook 9 have very quiet and distorted > headphone output. This quirk changes the VREF value of the ALC298 > codec NID 0x1a from default HIZ to new 100. > > Signed-off-by: Mike Pozulp Applied after rebasing

[PATCH] ALSA: hda/realtek: Add quirk for Samsung Notebook

2020-05-09 Thread Mike Pozulp
Some models of the Samsung Notebook 9 have very quiet and distorted headphone output. This quirk changes the VREF value of the ALC298 codec NID 0x1a from default HIZ to new 100. Signed-off-by: Mike Pozulp --- sound/pci/hda/patch_realtek.c | 10 ++ 1 file changed, 10 insertions(+) diff