From: Jaroslav Kysela Date: Mon, 12 Jan 2026 09:49:38 +0000 (+0100) Subject: sof-hda-dsp: remove some debug lines X-Git-Tag: v1.2.15.3~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=5e9d9e6e896a22e39564a0e424bcb8f4648ed7e6;p=alsa-ucm-conf.git sof-hda-dsp: remove some debug lines Since 1.2.15, there is a better way to see the variable traces, e.g.: LIBASOUND_DEBUG=trace alsaucm -c hw:sofhdadsp dump text Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf b/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf index d71c444..b621d37 100644 --- a/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf +++ b/ucm2/Intel/sof-hda-dsp/HiFi-sof.conf @@ -19,7 +19,6 @@ DefineMacro.SofAnalogPlaybackControl { True { EnableSequence [ # For debug uncomment below the echo command to see what blobs are applied - #shell "/bin/echo '${var:__endpoint} ${var:EndpointIirBlob} ${var:EndpointFirBlob} ${var:EndpointDrcBlob}' >> /tmp/alsa-ucm.txt" cset "name='${var:PostMixerAnalogPlaybackDrcSwitch}' ${var:__drcswitch}" cset-tlv "name='${var:PostMixerAnalogPlaybackDrcBytes}' ${var:EndpointDrcBlob}" cset-tlv "name='${var:PostMixerAnalogPlaybackIirBytes}' ${var:EndpointIirBlob}" @@ -34,7 +33,6 @@ DefineMacro.SofAnalogPlaybackControl { True { EnableSequence [ # For debug uncomment below the echo command to see what blobs are applied - #shell "/bin/echo '${var:__endpoint} ${var:EndpointIirBlob} ${var:EndpointFirBlob}' >> /tmp/alsa-ucm.txt" cset-tlv "name='${var:PostMixerAnalogPlaybackIirBytes}' ${var:EndpointIirBlob}" cset-tlv "name='${var:PostMixerAnalogPlaybackFirBytes}' ${var:EndpointFirBlob}" ]