Searched refs:snd_ucm_ident_node (Results 1 – 2 of 2) sorted by relevance
126 struct snd_ucm_ident_node { struct130 struct snd_ucm_ident_node *next; argument154 struct snd_ucm_ident_node *dev_list_head;155 struct snd_ucm_ident_node *mod_list_head;287 static int snd_ucm_add_ident_to_list(struct snd_ucm_ident_node **head, const char *value);288 static char *snd_ucm_get_value_at_index(struct snd_ucm_ident_node *head, int index);289 static int snd_ucm_get_size_of_list(struct snd_ucm_ident_node *head);290 static int snd_ucm_del_ident_from_list(struct snd_ucm_ident_node **head, const char *value);291 static int snd_ucm_free_list(struct snd_ucm_ident_node **head);292 static void snd_ucm_print_list(struct snd_ucm_ident_node *head);[all …]
541 struct snd_ucm_ident_node *dev_node = NULL; in check_devices_for_voice_call()3711 static int snd_ucm_add_ident_to_list(struct snd_ucm_ident_node **head, in snd_ucm_add_ident_to_list()3714 struct snd_ucm_ident_node *temp, *node; in snd_ucm_add_ident_to_list()3717 (struct snd_ucm_ident_node *)malloc(sizeof(struct snd_ucm_ident_node)); in snd_ucm_add_ident_to_list()3745 static int snd_ucm_get_status_at_index(struct snd_ucm_ident_node *head, in snd_ucm_get_status_at_index()3766 struct snd_ucm_ident_node *snd_ucm_get_device_node(struct snd_ucm_ident_node *head, in snd_ucm_get_device_node()3792 static void snd_ucm_set_status_at_index(struct snd_ucm_ident_node *head, in snd_ucm_set_status_at_index()3814 static char *snd_ucm_get_value_at_index(struct snd_ucm_ident_node *head, in snd_ucm_get_value_at_index()3839 static int snd_ucm_get_size_of_list(struct snd_ucm_ident_node *head) in snd_ucm_get_size_of_list()3856 static void snd_ucm_print_list(struct snd_ucm_ident_node *head) in snd_ucm_print_list()[all …]