mbox series

[v2,0/2] kselftest/alsa: Diagnostic improvements

Message ID 20240716-alsa-kselftest-board-name-v2-0-60f1acdde096@kernel.org (mailing list archive)
Headers show
Series kselftest/alsa: Diagnostic improvements | expand

Message

Mark Brown July 16, 2024, 2:47 p.m. UTC
The first patch fixes unstable naming of tests due to probe ordering not
being stable, the second just provides a bit more information.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Changes in v2:
- Switch to using ID rather than longame.
- Log the PCM ID too.
- Link to v1: https://lore.kernel.org/r/20240711-alsa-kselftest-board-name-v1-1-ab5cf2dbbea6@kernel.org

---
Mark Brown (2):
      kselftest/alsa: Use card name rather than number in test names
      kselftest/alsa: Log the PCM ID in pcm-test

 tools/testing/selftests/alsa/mixer-test.c | 98 +++++++++++++++++++------------
 tools/testing/selftests/alsa/pcm-test.c   | 68 +++++++++++++++------
 2 files changed, 108 insertions(+), 58 deletions(-)
---
base-commit: f2661062f16b2de5d7b6a5c42a9a5c96326b8454
change-id: 20240711-alsa-kselftest-board-name-e4a1add4cfa0

Best regards,

Comments

Takashi Iwai July 18, 2024, 2:53 p.m. UTC | #1
On Tue, 16 Jul 2024 16:47:58 +0200,
Mark Brown wrote:
> 
> The first patch fixes unstable naming of tests due to probe ordering not
> being stable, the second just provides a bit more information.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
> Changes in v2:
> - Switch to using ID rather than longame.
> - Log the PCM ID too.
> - Link to v1: https://lore.kernel.org/r/20240711-alsa-kselftest-board-name-v1-1-ab5cf2dbbea6@kernel.org
> 
> ---
> Mark Brown (2):
>       kselftest/alsa: Use card name rather than number in test names
>       kselftest/alsa: Log the PCM ID in pcm-test

Applied both patches now.  Thanks!


Takashi