Home
last modified time | relevance | path

Searched refs:snd_gf1_lvol_to_gvol_raw (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/isa/gus/
H A Dgus_volume.c15 unsigned short snd_gf1_lvol_to_gvol_raw(unsigned int vol) in snd_gf1_lvol_to_gvol_raw() function
H A Dgus_pcm.c766 gus->gf1.pcm_volume_level_left = snd_gf1_lvol_to_gvol_raw(val1 << 9) << 4; in snd_gf1_pcm_volume_put()
767 gus->gf1.pcm_volume_level_right = snd_gf1_lvol_to_gvol_raw(val2 << 9) << 4; in snd_gf1_pcm_volume_put()
H A Dgus_main.c453 EXPORT_SYMBOL(snd_gf1_lvol_to_gvol_raw);
/openbmc/linux/include/sound/
H A Dgus.h559 unsigned short snd_gf1_lvol_to_gvol_raw(unsigned int vol);