Searched refs:put_volume (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/sound/
H A Dmixer_oss.h22 int (*put_volume)(struct snd_mixer_oss_file *fmixer, member in struct:snd_mixer_oss_slot
/linux-master/sound/core/oss/
H A Dmixer_oss.c136 if (pslot->put_volume || pslot->put_recsrc)
153 if (pslot->put_volume && pslot->stereo)
296 if (pslot->put_volume)
297 result = pslot->put_volume(fmixer, pslot, left, right);
1050 rslot->put_volume = snd_mixer_oss_put_volume1;

Completed in 134 milliseconds