Lines Matching refs:vol
86 long vol[32];
246 s->str[dir].vol[idx] =
312 s->str[0].vol[idx] =
329 memcpy(pvol, s->str[SM_PLAY].vol, sizeof(pvol));
330 memset(&s->str[SM_PLAY].vol, 0, sizeof(s->str[SM_PLAY].vol));
333 memcpy(cvol, s->str[SM_CAPT].vol, sizeof(cvol));
334 memset(&s->str[SM_CAPT].vol, 0, sizeof(s->str[SM_CAPT].vol));
459 if (memcmp(pvol, s->str[SM_PLAY].vol, sizeof(pvol)) ||
461 memcmp(cvol, s->str[SM_CAPT].vol, sizeof(cvol)) ||
477 from_user(s, dir, c, s->str[dir].vol[idx]));
552 (unsigned int)s->str[0].vol[idx]);
977 if (value != s->str[dir].vol[channel]) {
978 s->str[dir].vol[channel] = value;
1092 *value = s->str[dir].vol[channel];