* [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo @ 2026-01-15 19:25 Ricardo Rivera-Matos 2026-01-15 19:25 ` [PATCH 1/1] ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel Ricardo Rivera-Matos 2026-01-15 19:27 ` [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo Mark Brown 0 siblings, 2 replies; 4+ messages in thread From: Ricardo Rivera-Matos @ 2026-01-15 19:25 UTC (permalink / raw) To: David Rhodes, Richard Fitzgerald, Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai Cc: linux-sound, patches, linux-kernel, Ricardo Rivera-Matos This commit corrects a typo in the channel number of the ASP_TX5 AIF DAPM widget. Ricardo Rivera-Matos (1): ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel sound/soc/codecs/cs35l45.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 4a0abde23ad63eb21175dabed3089bbdb90b1e72 -- 2.43.0 ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel 2026-01-15 19:25 [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo Ricardo Rivera-Matos @ 2026-01-15 19:25 ` Ricardo Rivera-Matos 2026-01-20 12:52 ` Mark Brown 2026-01-15 19:27 ` [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo Mark Brown 1 sibling, 1 reply; 4+ messages in thread From: Ricardo Rivera-Matos @ 2026-01-15 19:25 UTC (permalink / raw) To: David Rhodes, Richard Fitzgerald, Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai Cc: linux-sound, patches, linux-kernel, Ricardo Rivera-Matos, Charles Keepax ASP_TX5 was incorrectly mapped to a channel value of 3 corrects, the channel value of 4. Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com> --- sound/soc/codecs/cs35l45.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/cs35l45.c b/sound/soc/codecs/cs35l45.c index e33f11435980..7aa558d6362f 100644 --- a/sound/soc/codecs/cs35l45.c +++ b/sound/soc/codecs/cs35l45.c @@ -453,7 +453,7 @@ static const struct snd_soc_dapm_widget cs35l45_dapm_widgets[] = { SND_SOC_DAPM_AIF_OUT("ASP_TX2", NULL, 1, CS35L45_ASP_ENABLES1, CS35L45_ASP_TX2_EN_SHIFT, 0), SND_SOC_DAPM_AIF_OUT("ASP_TX3", NULL, 2, CS35L45_ASP_ENABLES1, CS35L45_ASP_TX3_EN_SHIFT, 0), SND_SOC_DAPM_AIF_OUT("ASP_TX4", NULL, 3, CS35L45_ASP_ENABLES1, CS35L45_ASP_TX4_EN_SHIFT, 0), - SND_SOC_DAPM_AIF_OUT("ASP_TX5", NULL, 3, CS35L45_ASP_ENABLES1, CS35L45_ASP_TX5_EN_SHIFT, 0), + SND_SOC_DAPM_AIF_OUT("ASP_TX5", NULL, 4, CS35L45_ASP_ENABLES1, CS35L45_ASP_TX5_EN_SHIFT, 0), SND_SOC_DAPM_MUX("ASP_TX1 Source", SND_SOC_NOPM, 0, 0, &cs35l45_asp_muxes[0]), SND_SOC_DAPM_MUX("ASP_TX2 Source", SND_SOC_NOPM, 0, 0, &cs35l45_asp_muxes[1]), -- 2.43.0 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel 2026-01-15 19:25 ` [PATCH 1/1] ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel Ricardo Rivera-Matos @ 2026-01-20 12:52 ` Mark Brown 0 siblings, 0 replies; 4+ messages in thread From: Mark Brown @ 2026-01-20 12:52 UTC (permalink / raw) To: David Rhodes, Richard Fitzgerald, Liam Girdwood, Jaroslav Kysela, Takashi Iwai, Ricardo Rivera-Matos Cc: linux-sound, patches, linux-kernel, Charles Keepax On Thu, 15 Jan 2026 19:25:10 +0000, Ricardo Rivera-Matos wrote: > ASP_TX5 was incorrectly mapped to a channel value of 3 corrects, > the channel value of 4. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel commit: 6dd0fdc908c02318c28ec2c0979661846ee0a9f7 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo 2026-01-15 19:25 [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo Ricardo Rivera-Matos 2026-01-15 19:25 ` [PATCH 1/1] ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel Ricardo Rivera-Matos @ 2026-01-15 19:27 ` Mark Brown 1 sibling, 0 replies; 4+ messages in thread From: Mark Brown @ 2026-01-15 19:27 UTC (permalink / raw) To: Ricardo Rivera-Matos Cc: David Rhodes, Richard Fitzgerald, Liam Girdwood, Jaroslav Kysela, Takashi Iwai, linux-sound, patches, linux-kernel [-- Attachment #1: Type: text/plain, Size: 465 bytes --] On Thu, Jan 15, 2026 at 07:25:09PM +0000, Ricardo Rivera-Matos wrote: > This commit corrects a typo in the channel number of the ASP_TX5 > AIF DAPM widget. Please don't send cover letters for single patches, if there is anything that needs saying put it in the changelog of the patch or after the --- if it's administrative stuff. This reduces mail volume and ensures that any important information is recorded in the changelog rather than being lost. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-01-20 12:52 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2026-01-15 19:25 [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo Ricardo Rivera-Matos 2026-01-15 19:25 ` [PATCH 1/1] ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel Ricardo Rivera-Matos 2026-01-20 12:52 ` Mark Brown 2026-01-15 19:27 ` [PATCH 0/1] ASoC: Corrects ASP_TX5 DAPM widget typo Mark Brown
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®