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 (mailing list archive)
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,

Comments

Takashi Iwai March 8, 2023, 5:36 a.m. UTC | #1
On Mon, 06 Mar 2023 16:33:27 +0100,
Mark Brown wrote:
> 
> 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

Applied both to for-next branch now.  Thanks.


Takashi