Home
last modified time | relevance | path

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

/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c91 .num_widgets = ARRAY_SIZE(lr_spk_widgets),
110 .num_widgets = ARRAY_SIZE(generic_jack_widgets),
132 .num_widgets = ARRAY_SIZE(lr_spk_widgets),
151 .num_widgets = ARRAY_SIZE(generic_jack_widgets),
173 .num_widgets = ARRAY_SIZE(lr_spk_widgets),
192 .num_widgets = ARRAY_SIZE(generic_jack_widgets),
213 .num_widgets = ARRAY_SIZE(lr_spk_widgets),
243 .num_widgets = ARRAY_SIZE(lr_4spk_widgets),
262 .num_widgets = ARRAY_SIZE(rt700_widgets),
284 .num_widgets
[all...]
/linux/sound/soc/codecs/
H A Dcs530x.c1011 int num_widgets; in cs530x_component_probe() local
1028 num_widgets = ARRAY_SIZE(cs530x_out_sum_4ch_controls); in cs530x_component_probe()
1031 num_widgets); in cs530x_component_probe()
1037 num_widgets = ARRAY_SIZE(cs530x_out_5_to_8_controls); in cs530x_component_probe()
1040 num_widgets); in cs530x_component_probe()
1042 num_widgets = ARRAY_SIZE(cs530x_out_sum_8ch_controls); in cs530x_component_probe()
1045 num_widgets); in cs530x_component_probe()
1047 num_widgets = ARRAY_SIZE(cs530x_dac_ch58_dapm_widgets); in cs530x_component_probe()
1049 num_widgets); in cs530x_component_probe()
1061 num_widgets = ARRAY_SIZE(cs530x_in_sum_4ch_controls); in cs530x_component_probe()
[all …]
H A Dlpass-wsa-macro.c2564 unsigned int num_widgets; in wsa_macro_component_probe() local
2588 num_widgets = ARRAY_SIZE(wsa_macro_dapm_widgets_v2_1); in wsa_macro_component_probe()
2596 num_widgets = ARRAY_SIZE(wsa_macro_dapm_widgets_v2_5); in wsa_macro_component_probe()
2602 return snd_soc_dapm_new_controls(dapm, widgets, num_widgets); in wsa_macro_component_probe()
H A Dcs42l43.c2575 unsigned int num_controls, num_widgets, num_routes; in cs42l43_component_probe() local
2597 num_widgets = ARRAY_SIZE(cs42l43_a_widgets); in cs42l43_component_probe()
2605 num_widgets = ARRAY_SIZE(cs42l43_b_widgets); in cs42l43_component_probe()
2617 ret = snd_soc_dapm_new_controls(dapm, widgets, num_widgets); in cs42l43_component_probe()
H A Dlpass-rx-macro.c3616 unsigned int num_controls, num_widgets; in rx_macro_component_probe()
3649 num_widgets = ARRAY_SIZE(rx_macro_def_dapm_widgets); in rx_macro_component_probe()
3658 num_widgets = ARRAY_SIZE(rx_macro_2_5_dapm_widgets); in rx_macro_component_probe()
3670 return snd_soc_dapm_new_controls(dapm, widgets, num_widgets); in swclk_gate_enable()
3612 unsigned int num_controls, num_widgets; rx_macro_component_probe() local
/linux/sound/soc/
H A Dsoc-core.c2883 int i, j, num_widgets; in snd_soc_of_parse_audio_simple_widgets() local
2885 num_widgets = of_property_count_strings(np, propname); in snd_soc_of_parse_audio_simple_widgets()
2886 if (num_widgets < 0) { in snd_soc_of_parse_audio_simple_widgets()
2891 if (!num_widgets) { in snd_soc_of_parse_audio_simple_widgets()
2896 if (num_widgets & 1) { in snd_soc_of_parse_audio_simple_widgets()
2902 num_widgets /= 2; in snd_soc_of_parse_audio_simple_widgets()
2904 widgets = devm_kcalloc(card->dev, num_widgets, sizeof(*widgets), in snd_soc_of_parse_audio_simple_widgets()
2912 for (i = 0; i < num_widgets; i++) { in snd_soc_of_parse_audio_simple_widgets()
2951 card->num_of_dapm_widgets = num_widgets; in snd_soc_of_parse_audio_simple_widgets()
3169 int num_widgets; in snd_soc_of_parse_ignore_suspend_widgets() local
[all …]
H A Dsoc-dapm.c852 n = data->wlist->num_widgets + 1; in dapm_kcontrol_add_widget()
862 new_wlist->num_widgets = n;
1454 (*list)->num_widgets = size;
1459 (*list)->num_widgets = i; in dapm_invalidate_paths_ep()
/linux/sound/soc/sdca/
H A Dsdca_asoc.c93 int *num_widgets, int *num_routes, int *num_controls, in sdca_asoc_count_component() argument
99 *num_widgets = function->num_entities - 1; in sdca_asoc_count_component()
1387 int num_widgets, num_routes, num_controls, num_dais; in sdca_asoc_populate_component() local
1390 ret = sdca_asoc_count_component(dev, function, &num_widgets, &num_routes, in sdca_asoc_populate_component()
1395 widgets = devm_kcalloc(dev, num_widgets, sizeof(*widgets), GFP_KERNEL); in sdca_asoc_populate_component()
1424 component_drv->num_dapm_widgets = num_widgets; in sdca_asoc_populate_component()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h2045 __u8 num_widgets; member