Re: [PATCH v2] ALSA: hda/realtek - Enable the bass speaker of ASUS UX431FLC

From: Chris Chiu
Date: Sun Dec 29 2019 - 22:11:03 EST


On Sat, Dec 28, 2019 at 4:05 PM Takashi Iwai <tiwai@xxxxxxx> wrote:
>
> On Fri, 27 Dec 2019 11:08:25 +0100,
> Chris Chiu wrote:
> >
> > ASUS reported that there's an bass speaker in addition to internal
> > speaker and it uses DAC 0x02. It was not enabled in the commit
> > 436e25505f34 ("ALSA: hda/realtek - Enable internal speaker of ASUS
> > UX431FLC") which only enables the amplifier for the front speaker.
> > This commit enables the bass speaker on top of the aforementioned
> > work to improve the acoustic experience.
> >
> > Signed-off-by: Chris Chiu <chiu@xxxxxxxxxxxx>
> > Signed-off-by: Jian-Hong Pan <jian-hong@xxxxxxxxxxxx>
> > ---
> >
> > Notes:
> > v2:
> > - Use existing alc285_fixup_speaker2_to_dac1 instead of new fixup function
> > - Correct the commit hash number in the commit message
> > - Remove the redundant fixup ALC294_FIXUP_ASUS_INTSPK_HEADSET_MIC
>
> Could you rebase on the latest for-linus branch? This patch isn't
> applied cleanly any longer.
>
>
> thanks,
>
> Takashi

Got it. I'll prepare a v3 to rebase on latest for-lnus.

Chris