Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-core.c3832 const char *propname) in snd_soc_of_parse_card_name() argument
3844 ret = of_property_read_string_index(np, propname, 0, &card->name); in snd_soc_of_parse_card_name()
3853 propname, ret); in snd_soc_of_parse_card_name()
3869 const char *propname) in snd_soc_of_parse_audio_simple_widgets() argument
3876 num_widgets = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_simple_widgets()
3879 "ASoC: Property '%s' does not exist\n", propname); in snd_soc_of_parse_audio_simple_widgets()
3884 "ASoC: Property '%s' length is not even\n", propname); in snd_soc_of_parse_audio_simple_widgets()
3891 propname); in snd_soc_of_parse_audio_simple_widgets()
3904 ret = of_property_read_string_index(np, propname, in snd_soc_of_parse_audio_simple_widgets()
3909 propname, 2 * i, ret); in snd_soc_of_parse_audio_simple_widgets()
[all …]
/sound/aoa/fabrics/
Dlayout.c775 char propname[32]; in check_codec() local
780 snprintf(propname, sizeof(propname), in check_codec()
782 ref = of_get_property(ldev->sound, propname, NULL); in check_codec()
785 "required property %s not present\n", propname); in check_codec()
790 "%s doesn't match!\n", propname); in check_codec()