Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-card-test.c45 kc = snd_soc_card_get_kcontrol(card, test_card_controls[i].name); in test_snd_soc_card_get_kcontrol()
57 kc = snd_soc_card_get_kcontrol(card, "None"); in test_snd_soc_card_get_kcontrol()
60 kc = snd_soc_card_get_kcontrol(card, "Left None"); in test_snd_soc_card_get_kcontrol()
63 kc = snd_soc_card_get_kcontrol(card, "Left"); in test_snd_soc_card_get_kcontrol()
66 kc = snd_soc_card_get_kcontrol(card, NULL); in test_snd_soc_card_get_kcontrol()
H A Dsoc-card.c32 struct snd_kcontrol *snd_soc_card_get_kcontrol(struct snd_soc_card *soc_card, in snd_soc_card_get_kcontrol() function
40 EXPORT_SYMBOL_GPL(snd_soc_card_get_kcontrol);
H A Dsoc-component.c256 return snd_soc_card_get_kcontrol(component->card, name); in snd_soc_component_get_kcontrol()
/linux/include/sound/
H A Dsoc-card.h31 struct snd_kcontrol *snd_soc_card_get_kcontrol(struct snd_soc_card *soc_card,
/linux/sound/soc/fsl/
H A Dfsl_micfil.c1184 kctl = snd_soc_card_get_kcontrol(micfil->card, "VAD Detected"); in voice_detected_fn()
H A Dfsl_spdif.c1263 spdif_private->rxrate_kcontrol = snd_soc_card_get_kcontrol(dai->component->card, in fsl_spdif_dai_probe()
H A Dfsl_xcvr.c196 kctl = snd_soc_card_get_kcontrol(card, name); in fsl_xcvr_activate_ctl()