Home
last modified time | relevance | path

Searched refs:get_volume (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/sound/
Dmixer_oss.h34 int (*get_volume)(struct snd_mixer_oss_file *fmixer, member
/Linux-v4.19/sound/core/oss/
Dmixer_oss.c271 if (pslot->get_volume) in snd_mixer_oss_get_volume()
272 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume()
1044 if (mixer->slots[ptr->oss_id].get_volume && ! replace_old) in snd_mixer_oss_build_input()
1102 rslot->get_volume = snd_mixer_oss_get_volume1; in snd_mixer_oss_build_input()