Home
last modified time | relevance | path

Searched refs:test_card_controls (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/sound/soc/
Dsoc-card-test.c17 static const struct snd_kcontrol_new test_card_controls[] = { variable
40 ret = snd_soc_add_card_controls(card, test_card_controls, ARRAY_SIZE(test_card_controls)); in test_snd_soc_card_get_kcontrol()
44 for (i = 0; i < ARRAY_SIZE(test_card_controls); ++i) { in test_snd_soc_card_get_kcontrol()
45 kc = snd_soc_card_get_kcontrol(card, test_card_controls[i].name); in test_snd_soc_card_get_kcontrol()
47 test_card_controls[i].name); in test_snd_soc_card_get_kcontrol()
53 KUNIT_EXPECT_EQ_MSG(test, mc->shift, i, "For '%s'\n", test_card_controls[i].name); in test_snd_soc_card_get_kcontrol()