Home | History | Annotate | Download | only in amixer

Lines Matching defs:psw

697 	int psw, csw;
857 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw);
858 printf(" [%s]", psw ? "on" : "off");
884 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw);
885 printf(" [%s]", psw ? "on" : "off");
935 snd_mixer_selem_get_playback_switch(elem, chn, &psw);
936 printf(" [%s]", psw ? "on" : "off");
957 snd_mixer_selem_get_playback_switch(elem, chn, &psw);
958 printf(" [%s]", psw ? "on" : "off");