Re: [PATCH 1/1] arm64: dts: qcom: support sound on Asus Vivobook S15
From: Elliot Huang
Date: Mon Jun 02 2025 - 04:32:26 EST
Thanks, I will
On Mon, Jun 2, 2025 at 4:27 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 02/06/2025 10:16, binarycraft007 wrote:
> > From: Elliot Huang <elliot.huang.signed@xxxxxxxxx>
> >
> > This adds sound support for vivobook s15, tested:
> > - 2 speakers.
> > - 2 dmics
> > - headset with mic(distorted).
> >
> > Signed-off-by: Elliot Huang <elliot.huang.signed@xxxxxxxxx>
>
> Do not attach (thread) your patchsets to some other threads (unrelated
> or older versions). This buries them deep in the mailbox and might
> interfere with applying entire sets.
>
> Please version your patches correctly, e.g. use b4 or git format-patch
> -vX, and add changelog in cover letter or under '---' of individual
> patches describing changes from previous version.
>
> Please use subject prefixes matching the subsystem. You can get them for
> example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
> your patch is touching. For bindings, the preferred subjects are
> explained here:
> https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters
>
> Do not send new versions while the discussion is still going.
>
>
> Best regards,
> Krzysztof