ACK: [SRU][B/OEM-B/C/D][PATCH 1/1] ALSA: hda/realtek - Fixed Dell AIO speaker noise

Connor Kuehl connor.kuehl at canonical.com
Wed May 8 17:44:28 UTC 2019


On 5/6/19 8:58 PM, Hui Wang wrote:
> From: Kailang Yang <kailang at realtek.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1827972
> 
> Fixed Dell AIO speaker noise.
> spec->gen.auto_mute_via_amp = 1, this option was solved speaker white
> noise at boot.
> codec->power_save_node = 0, this option was solved speaker noise at
> resume back.
> 
> Fixes: 9226665159f0 ("ALSA: hda/realtek - Fix Dell AIO LineOut issue")
> Signed-off-by: Kailang Yang <kailang at realtek.com>
> Cc: <stable at vger.kernel.org>
> Signed-off-by: Takashi Iwai <tiwai at suse.de>
> (cherry picked from commit 0700d3d117a7f110ddddbd83873e13652f69c54b)
> Signed-off-by: Hui Wang <hui.wang at canonical.com>
> ---

Acked-by: Connor Kuehl <connor.kuehl at canonical.com>

>  sound/pci/hda/patch_realtek.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index e1285808c5a0..79a8b76106a9 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -5409,6 +5409,8 @@ static void alc274_fixup_bind_dacs(struct hda_codec *codec,
>  		return;
>  
>  	spec->gen.preferred_dacs = preferred_pairs;
> +	spec->gen.auto_mute_via_amp = 1;
> +	codec->power_save_node = 0;
>  }
>  
>  /* The DAC of NID 0x3 will introduce click/pop noise on headphones, so invalidate it */
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pEpkey.asc
Type: application/pgp-keys
Size: 5950 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20190508/fb067806/attachment.key>


More information about the kernel-team mailing list