Searched refs:get_volume (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | mixer_oss.h | 19 int (*get_volume)(struct snd_mixer_oss_file *fmixer, member
|
/openbmc/qemu/hw/audio/ |
H A D | ac97.c | 390 static void get_volume(uint16_t vol, uint16_t mask, int inverse, in get_volume() function 408 get_volume(mixer_load(s, AC97_Master_Volume_Mute), 0x3f, 1, in update_combined_volume_out() 410 get_volume(mixer_load(s, AC97_PCM_Out_Volume_Mute), 0x1f, 1, in update_combined_volume_out() 425 get_volume(mixer_load(s, AC97_Record_Gain_Mute), 0x0f, 0, in update_volume_in()
|
/openbmc/linux/sound/core/oss/ |
H A D | mixer_oss.c | 269 if (pslot->get_volume) in snd_mixer_oss_get_volume() 270 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume() 1064 if (mixer->slots[ptr->oss_id].get_volume && ! replace_old) in snd_mixer_oss_build_input() 1125 rslot->get_volume = snd_mixer_oss_get_volume1; in snd_mixer_oss_build_input()
|