]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC
authorMark Brown <broonie@kernel.org>
Fri, 6 Jan 2023 23:15:06 +0000 (23:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2023 06:52:41 +0000 (07:52 +0100)
commit9ff2414fdfd0feead602c99914b5144076ef2b9f
treebf9ed84c80fbfb0a56e44b0c12307492b5becf77
parent1cdb90128b4f80d59083672680e301c0bc65bea4
ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC

[ Upstream commit 8c6a42b5b0ed6f96624f56954e93eeae107440a6 ]

The SSI driver calls the AC'97 playback and transmit streams "AC97 Playback"
and "AC97 Capture" respectively. This is the same name used by the generic
AC'97 CODEC driver in ASoC, creating confusion for the Freescale ASoC card
when it attempts to use these widgets in routing. Add a "CPU" in the name
like the regular DAIs registered by the driver to disambiguate.

Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230106-asoc-udoo-probe-v1-1-a5d7469d4f67@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/fsl/fsl-asoc-card.c
sound/soc/fsl/fsl_ssi.c