]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
sof-hda-dsp: remove some debug lines
authorJaroslav Kysela <perex@perex.cz>
Mon, 12 Jan 2026 09:49:38 +0000 (10:49 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 12 Jan 2026 09:51:17 +0000 (10:51 +0100)
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 <perex@perex.cz>
ucm2/Intel/sof-hda-dsp/HiFi-sof.conf

index d71c444078ba2182ff3b858a29d14de7a20805b5..b621d372f948a0a4a31e86142b6a930d581fee27 100644 (file)
@@ -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}"
                                ]