From a1fd54b6c337b3c23086b0cf703c3911e33d7cdc Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Mon, 15 Jan 2024 11:55:15 +0100 Subject: [PATCH] ucm2: Qualcomm: sc8280xp: rename include identifier Rename the WSA macro include identifier, which has nothing to do with the WCD headphone codec, for consistency. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/382 Signed-off-by: Johan Hovold Signed-off-by: Jaroslav Kysela --- ucm2/Qualcomm/sc8280xp/HiFi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm2/Qualcomm/sc8280xp/HiFi.conf b/ucm2/Qualcomm/sc8280xp/HiFi.conf index b40d6712..d0f6fbf4 100644 --- a/ucm2/Qualcomm/sc8280xp/HiFi.conf +++ b/ucm2/Qualcomm/sc8280xp/HiFi.conf @@ -19,8 +19,8 @@ SectionVerb { SectionDevice."Speaker" { Comment "Speaker playback" - Include.wcdspke.File "/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf" - Include.wcdspkd.File "/codecs/qcom-lpass/wsa-macro/SpeakerDisableSeq.conf" + Include.wsamspke.File "/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf" + Include.wsamspkd.File "/codecs/qcom-lpass/wsa-macro/SpeakerDisableSeq.conf" Include.wsaspke.File "/codecs/wsa883x/SpeakerEnableSeq.conf" Include.wsaspkd.File "/codecs/wsa883x/SpeakerDisableSeq.conf"