Skip to content

ALSA SoC (ASoC)

Try aplay -L and do trace-cmd when doing speaker-test on that card. For example:

$ aplay -L
...
plughw:CARD=sofhdadsp,DEV=0
    sof-hda-dsp, 
    Direct hardware device without any conversions
...

Then:

$ sudo trace-cmd -p function_graph -F \
    speaker-test -t wav -c 2 -Dplughw:sofhdadsp

And finally:

$ trace-cmd report | less

References

Videos