mbox series

[0/2] kselftest/alsa: Log card and control information during startup

Message ID 20230223-alsa-log-ctl-name-v1-0-ac0f10cc4db2@kernel.org
Headers show
Series kselftest/alsa: Log card and control information during startup | expand

Message

Mark Brown March 6, 2023, 3:33 p.m. UTC
These patches help make the logs a bit more friendly to work with by
adding human readable names for cards and controls alongside the numbers
assigned to them even when things are working well.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      kselftest/alsa - mixer: Always log control names
      kselftest/alsa: Log card names during startup

 tools/testing/selftests/alsa/mixer-test.c | 13 +++++++++++++
 tools/testing/selftests/alsa/pcm-test.c   | 10 ++++++++++
 2 files changed, 23 insertions(+)
---
base-commit: fe15c26ee26efa11741a7b632e9f23b01aca4cc6
change-id: 20230223-alsa-log-ctl-name-fb07f30d7217

Best regards,