Skip to content

Commit 6a0243c

Browse files
rfvirgiltiwai
authored andcommitted
ALSA: hda/cirrus_scodec_test: Fix test suite name
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: 2144833 ("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>
1 parent c5e96e5 commit 6a0243c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/hda/codecs/side-codecs/cirrus_scodec_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ static struct kunit_case cirrus_scodec_test_cases[] = {
320320
};
321321

322322
static struct kunit_suite cirrus_scodec_test_suite = {
323-
.name = "snd-hda-scodec-cs35l56-test",
323+
.name = "snd-hda-cirrus-scodec-test",
324324
.init = cirrus_scodec_test_case_init,
325325
.test_cases = cirrus_scodec_test_cases,
326326
};

0 commit comments

Comments
 (0)