OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_ucm_ident_node
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h
126
struct
snd_ucm_ident_node
{
struct
130
struct
snd_ucm_ident_node
*next;
154
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
...]
alsa_ucm.c
541
struct
snd_ucm_ident_node
*dev_node = NULL;
[
all
...]
Completed in 150 milliseconds