Home
last modified time | relevance | path

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

/Linux-v5.4/sound/ppc/
Dburgundy.c145 int wvolume; in snd_pmac_burgundy_read_volume() local
147 wvolume = snd_pmac_burgundy_rcw(chip, address); in snd_pmac_burgundy_read_volume()
149 volume[0] = wvolume & 0xff; in snd_pmac_burgundy_read_volume()
154 volume[1] = (wvolume >> shift) & 0xff; in snd_pmac_burgundy_read_volume()