OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mixer_name
(Results
1 - 4
of
4
) sorted by null
/external/adhd/cras/src/server/
cras_alsa_mixer_name.h
23
struct
mixer_name
{
struct
27
struct
mixer_name
*prev, *next;
42
struct
mixer_name
*mixer_name_add(struct
mixer_name
*names,
60
struct
mixer_name
*mixer_name_add_array(struct
mixer_name
*names,
71
void mixer_name_free(struct
mixer_name
*names);
73
/* Find the
mixer_name
for the given direction, name, and type.
84
* Returns a pointer to the matching struct
mixer_name
or NULL if
87
struct
mixer_name
*mixer_name_find(struct mixer_name *names
[
all
...]
cras_alsa_ucm_section.h
25
const char *
mixer_name
; /* MixerName value. */
member in struct:ucm_section
26
struct
mixer_name
*coupled; /* CoupledMixers value. */
48
/* Sets the
mixer_name
value for the given section.
85
struct
mixer_name
*coupled);