Searched refs:pmono (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 780 int pmono, cmono, mono_ok = 0; in show_selem() local 912 pmono = snd_mixer_selem_has_playback_channel(elem, SND_MIXER_SCHN_MONO) && in show_selem() 921 printf("pmono = %i, cmono = %i (%i, %i, %i, %i)\n", pmono, cmono, in show_selem() 927 if (pmono || cmono) { in show_selem() 940 if (pmono && snd_mixer_selem_has_playback_channel(elem, SND_MIXER_SCHN_MONO)) { in show_selem() 984 if (pmono || cmono) in show_selem() 986 if (!pmono || !cmono) { in show_selem() 988 if ((pmono || !snd_mixer_selem_has_playback_channel(elem, chn)) && in show_selem() 992 if (!pmono in show_selem() [all...] |
Completed in 3 milliseconds