Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsoc-dpcm.h142 int stream, struct snd_soc_dapm_widget_list **list_);
144 int stream, struct snd_soc_dapm_widget_list **list, int new);
156 static inline void dpcm_path_put(struct snd_soc_dapm_widget_list **list) in dpcm_path_put()
Dsoc-dapm.h349 struct snd_soc_dapm_widget_list;
442 struct snd_soc_dapm_widget_list **list);
615 struct snd_soc_dapm_widget_list { struct
/linux-4.1.27/sound/soc/
Dsoc-pcm.c1220 static int widget_in_list(struct snd_soc_dapm_widget_list *list, in widget_in_list()
1234 int stream, struct snd_soc_dapm_widget_list **list_) in dpcm_path_get()
1237 struct snd_soc_dapm_widget_list *list; in dpcm_path_get()
1240 list = kzalloc(sizeof(struct snd_soc_dapm_widget_list) + in dpcm_path_get()
1256 struct snd_soc_dapm_widget_list **list_) in dpcm_prune_paths()
1259 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_prune_paths()
1297 struct snd_soc_dapm_widget_list **list_) in dpcm_add_paths()
1300 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_add_paths()
1354 int stream, struct snd_soc_dapm_widget_list **list, int new) in dpcm_process_paths()
2269 struct snd_soc_dapm_widget_list *list; in soc_dpcm_runtime_update()
[all …]
Dsoc-dapm.c303 struct snd_soc_dapm_widget_list *wlist;
369 static struct snd_soc_dapm_widget_list *dapm_kcontrol_get_wlist( in dapm_kcontrol_get_wlist()
381 struct snd_soc_dapm_widget_list *new_wlist; in dapm_kcontrol_add_widget()
897 static int dapm_list_add_widget(struct snd_soc_dapm_widget_list **list, in dapm_list_add_widget()
900 struct snd_soc_dapm_widget_list *wlist; in dapm_list_add_widget()
916 wlistsize = sizeof(struct snd_soc_dapm_widget_list) + in dapm_list_add_widget()
940 struct snd_soc_dapm_widget_list **list) in is_connected_output_ep()
998 struct snd_soc_dapm_widget_list **list) in is_connected_input_ep()
1064 struct snd_soc_dapm_widget_list **list) in snd_soc_dapm_dai_get_connected_widgets()
1466 struct snd_soc_dapm_widget_list *wlist; in dapm_widget_update()
Dsoc-compress.c74 struct snd_soc_dapm_widget_list *list; in soc_compr_open_fe()