Home
last modified time | relevance | path

Searched refs:snd_mixer_selem_channel_name (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/include/
Dmixer.h221 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel);
/third_party/alsa-utils/amixer/
Damixer.c868 printf(" %s", snd_mixer_selem_channel_name(chn)); in show_selem()
886 printf(" %s", snd_mixer_selem_channel_name(chn)); in show_selem()
990 printf("%s%s:", space, snd_mixer_selem_channel_name(chn)); in show_selem()
/third_party/alsa-lib/src/mixer/
Dsimple.c219 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel) in snd_mixer_selem_channel_name() function
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c2573 …ion '%s' in '%s'", state->filename, state->lineno, s ? s : n, snd_mixer_selem_channel_name(channel… in element_parse_override_map()