summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.cirrus.com>2026-01-13 13:40:56 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-23 11:21:18 +0100
commit78ee2958b096c36b5c8b501f758b06ed64dd47ab (patch)
treef79a809c1bdd087b6211d8a1f1755c620f8c42f4 /sound
parentaaa969ffe3b4da17c96c54d7c88ea838d99cf10e (diff)
downloadlinux-78ee2958b096c36b5c8b501f758b06ed64dd47ab.tar.gz
linux-78ee2958b096c36b5c8b501f758b06ed64dd47ab.tar.bz2
linux-78ee2958b096c36b5c8b501f758b06ed64dd47ab.zip
ALSA: hda/cirrus_scodec_test: Fix test suite name
[ Upstream commit 6a0243c4020636482797acfd48d7d9b0ea2f2a20 ] Change the test suite name string to "snd-hda-cirrus-scodec-test". It was incorrectly named "snd-hda-scodec-cs35l56-test", a leftover from when the code under test was actually in the cs35l56 driver. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Fixes: 2144833e7b414 ("ALSA: hda: cirrus_scodec: Add KUnit test") Link: https://patch.msgid.link/20260113134056.619051-1-rf@opensource.cirrus.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/hda/codecs/side-codecs/cirrus_scodec_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/hda/codecs/side-codecs/cirrus_scodec_test.c b/sound/hda/codecs/side-codecs/cirrus_scodec_test.c
index 159ac80a9314..dc35932b6b22 100644
--- a/sound/hda/codecs/side-codecs/cirrus_scodec_test.c
+++ b/sound/hda/codecs/side-codecs/cirrus_scodec_test.c
@@ -320,7 +320,7 @@ static struct kunit_case cirrus_scodec_test_cases[] = {
};
static struct kunit_suite cirrus_scodec_test_suite = {
- .name = "snd-hda-scodec-cs35l56-test",
+ .name = "snd-hda-cirrus-scodec-test",
.init = cirrus_scodec_test_case_init,
.test_cases = cirrus_scodec_test_cases,
};