Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sdw_utils/
H A Dsoc_sdw_cs_amp.c44 char widget_name[16]; in asoc_sdw_cs_spk_rtd_init() local
45 struct snd_soc_dapm_route route = { "Speaker", NULL, widget_name }; in asoc_sdw_cs_spk_rtd_init()
60 snprintf(widget_name, sizeof(widget_name), "%s SPK", in asoc_sdw_cs_spk_rtd_init()
/linux-6.15/sound/soc/codecs/
H A Dhdac_hdmi.c966 const char *widget_name) in hdac_hdmi_create_pin_port_muxs() argument
1025 snd_soc_dapm_mux, port, widget_name, NULL, kc, 1, in hdac_hdmi_create_pin_port_muxs()
1080 char widget_name[NAME_SIZE]; in create_fill_widget_route_map() local
1097 sprintf(widget_name, "Converter %d", cvt->nid); in create_fill_widget_route_map()
1100 widget_name, dai_drv[i].playback.stream_name, NULL, 0, in create_fill_widget_route_map()
1110 sprintf(widget_name, "hif%d-%d Output", in create_fill_widget_route_map()
1114 widget_name, NULL, NULL, 0, in create_fill_widget_route_map()
1128 sprintf(widget_name, "Pin%d-Port%d Mux", in create_fill_widget_route_map()
1132 widget_name); in create_fill_widget_route_map()
H A Dwcd9335.c2720 char *widget_name; in wcd9335_codec_enable_dec() local
2731 widget_name = wname; in wcd9335_codec_enable_dec()
2732 dec_adc_mux_name = strsep(&widget_name, " "); in wcd9335_codec_enable_dec()
2738 dec_adc_mux_name = widget_name; in wcd9335_codec_enable_dec()
H A Dwcd934x.c4967 char *widget_name; in wcd934x_codec_enable_dec() local
4978 widget_name = wname; in wcd934x_codec_enable_dec()
4979 dec_adc_mux_name = strsep(&widget_name, " "); in wcd934x_codec_enable_dec()
4985 dec_adc_mux_name = widget_name; in wcd934x_codec_enable_dec()
/linux-6.15/sound/soc/
H A Dsoc-dapm.c4411 char *widget_name[] = { "playback", "capture" }; in dapm_connect_dai_pair() local
4431 widget_name[stream]); in dapm_connect_dai_pair()