Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dmixer_oss.h19 int (*get_volume)(struct snd_mixer_oss_file *fmixer, member
/Linux-v5.4/sound/core/oss/
Dmixer_oss.c256 if (pslot->get_volume) in snd_mixer_oss_get_volume()
257 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume()
1029 if (mixer->slots[ptr->oss_id].get_volume && ! replace_old) in snd_mixer_oss_build_input()
1087 rslot->get_volume = snd_mixer_oss_get_volume1; in snd_mixer_oss_build_input()