Searched refs:pvol (Results 1 – 3 of 3) sorted by relevance
1027 const char *pvol; in checkoptions() local1034 pvol = argv[xarg]; in checkoptions()1035 if (pvol[0] && (pvol[1] == ':') && !pvol[2]) { in checkoptions()1036 err = !(((pvol[0] >= 'A') && (pvol[0] <= 'Z')) in checkoptions()1037 || ((pvol[0] >= 'a') in checkoptions()1038 && (pvol[0] <= 'z'))); in checkoptions()
101 bool pvol, psw; in has_merged_cswitch() local104 pvol = snd_mixer_selem_has_playback_volume(elem); in has_merged_cswitch()106 if ((pvol || psw) && in has_merged_cswitch()111 else if (((pvol && snd_mixer_selem_has_playback_volume_joined(elem)) || in has_merged_cswitch()
324 long pvol[32], cvol[32]; in selem_read() local330 memcpy(pvol, s->str[SM_PLAY].vol, sizeof(pvol)); in selem_read()460 if (memcmp(pvol, s->str[SM_PLAY].vol, sizeof(pvol)) || in selem_read()