diff mbox series

[alsa-ucm-conf] sof-soundwire: Use correct speaker data port and PCM for cs35l56 bridge

Message ID 20241220160851.275061-1-mstrozek@opensource.cirrus.com (mailing list archive)
State New
Headers show
Series [alsa-ucm-conf] sof-soundwire: Use correct speaker data port and PCM for cs35l56 bridge | expand

Commit Message

Maciej Strozek Dec. 20, 2024, 4:08 p.m. UTC
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
---
 ucm2/sof-soundwire/cs35l56-bridge.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Charles Keepax Dec. 20, 2024, 4:57 p.m. UTC | #1
On Fri, Dec 20, 2024 at 04:08:51PM +0000, Maciej Strozek wrote:
> Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
> ---

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles
diff mbox series

Patch

diff --git a/ucm2/sof-soundwire/cs35l56-bridge.conf b/ucm2/sof-soundwire/cs35l56-bridge.conf
index 176f880..2e8c1c6 100644
--- a/ucm2/sof-soundwire/cs35l56-bridge.conf
+++ b/ucm2/sof-soundwire/cs35l56-bridge.conf
@@ -23,8 +23,8 @@  SectionDevice."Speaker" {
 	EnableSequence [
 		cset "name='cs42l43 Speaker L Input 1' 'ASPRX1'"
 		cset "name='cs42l43 Speaker R Input 1' 'ASPRX2'"
-		cset "name='cs42l43 ASPTX1 Input' 'DP5RX1'"
-		cset "name='cs42l43 ASPTX2 Input' 'DP5RX2'"
+		cset "name='cs42l43 ASPTX1 Input' 'DP6RX1'"
+		cset "name='cs42l43 ASPTX2 Input' 'DP6RX2'"
 
 		cset "name='AMPL ASP1 TX1 Source' 'DSP1TX1'"
 		cset "name='AMPL ASP1 TX2 Source' 'None'"
@@ -54,7 +54,7 @@  SectionDevice."Speaker" {
 
 	Value {
 		PlaybackPriority 100
-		PlaybackPCM "hw:${CardId},0"
+		PlaybackPCM "hw:${CardId},2"
 		PlaybackMixer "default:${CardId}"
 		PlaybackMixerElem "Speaker"
 	}