From: Mark Brown <broonie@kernel.org>
To: linux-sound@vger.kernel.org, srinivas.kandagatla@linaro.org,
bgoswami@quicinc.com, lgirdwood@gmail.com,
Alexey Klimov <alexey.klimov@linaro.org>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
andersson@kernel.org, perex@perex.cz, tiwai@suse.com,
linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org,
devicetree@vger.kernel.org, dmitry.baryshkov@linaro.org,
krzysztof.kozlowski@linaro.org, caleb.connolly@linaro.org,
linux-kernel@vger.kernel.org, a39.skl@gmail.com,
Konrad Dybcio <konradybcio@kernel.org>,
Alex Elder <elder@kernel.org>
Subject: Re: (subset) [PATCH v2 0/7] qrb4210-rb2: add HDMI audio playback support
Date: Wed, 02 Oct 2024 19:22:27 +0100 [thread overview]
Message-ID: <172789334720.173380.12816331564584587389.b4-ty@kernel.org> (raw)
In-Reply-To: <20241002022015.867031-1-alexey.klimov@linaro.org>
On Wed, 02 Oct 2024 03:20:08 +0100, Alexey Klimov wrote:
> Rebased on top of -master, tested.
>
> Changes since v1:
> -- removed handling of MI2S clock in sm2450_snd_shutdown(): setting clock rate
> and disabling it causes audio delay on playback start;
> -- removed empty sound { } node from sm6115.dtsi as suggested by Krzysztof;
> -- moved lpi_i2s2_active pins description to qrb423310 board-specific file
> as suggested by Dmitry Baryshkov;
> -- moved q6asmdai DAIs to apr soc node as suggested by Konrad Dybcio;
> -- lpass_tlmm is not disabled;
> -- lpass_tlmm node moved to sm4250.dtsi;
> -- kept MultiMedia DAIs as is, without them the sound card driver doesn't initialise;
> -- added some reviewed-by tags.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/7] ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard
commit: bbd1e5ea66f6ca88624faefe0a153637f53ad15d
[2/7] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
commit: b97bc0656a66f89f78098d4d72dc04fa9518ab11
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
prev parent reply other threads:[~2024-10-02 18:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-02 2:20 [PATCH v2 0/7] qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-10-02 2:20 ` [PATCH v2 1/7] ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard Alexey Klimov
2024-10-02 6:22 ` Krzysztof Kozlowski
2024-10-02 2:20 ` [PATCH v2 2/7] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string Alexey Klimov
2024-10-06 20:30 ` Dmitry Baryshkov
2024-10-02 2:20 ` [PATCH v2 3/7] ASoC: qcom: sm8250: add handling of secondary MI2S clock Alexey Klimov
2024-10-06 20:31 ` Dmitry Baryshkov
2024-10-02 2:20 ` [PATCH v2 4/7] arm64: dts: qcom: sm6115: add apr and its services Alexey Klimov
2024-10-02 2:20 ` [PATCH v2 5/7] arm64: dts: qcom: sm4250: add LPASS LPI pin controller Alexey Klimov
2024-10-06 20:34 ` Dmitry Baryshkov
2024-10-02 2:20 ` [PATCH v2 6/7] arm64: dts: qcom: qrb4210-rb2: add description of lpi_i2s2 pins Alexey Klimov
2024-10-02 5:44 ` Krzysztof Kozlowski
2024-10-02 2:20 ` [PATCH v2 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-10-06 20:37 ` Dmitry Baryshkov
2024-10-02 3:52 ` [PATCH v2 0/7] " Rob Herring (Arm)
2024-10-02 18:22 ` Mark Brown [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=172789334720.173380.12816331564584587389.b4-ty@kernel.org \
--to=broonie@kernel.org \
--cc=a39.skl@gmail.com \
--cc=alexey.klimov@linaro.org \
--cc=alsa-devel@alsa-project.org \
--cc=andersson@kernel.org \
--cc=bgoswami@quicinc.com \
--cc=caleb.connolly@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=elder@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox