Home
last modified time | relevance | path

Searched refs:get_scale (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/sound/pci/ctxfi/
Dctamixer.h70 int (*get_scale)(struct amixer *amixer); member
Dctamixer.c192 .get_scale = amixer_get_y,
Dctmixer.c352 val = amixer->ops->get_scale(amixer) / VOL_SCALE; in ct_alsa_mix_volume_get()
380 oval = amixer->ops->get_scale(amixer); in ct_alsa_mix_volume_put()