Home
last modified time | relevance | path

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

/linux/sound/ppc/
H A Dburgundy.c146 int wvolume; in snd_pmac_burgundy_read_volume() local
148 wvolume = snd_pmac_burgundy_rcw(chip, address); in snd_pmac_burgundy_read_volume()
150 volume[0] = wvolume & 0xff; in snd_pmac_burgundy_read_volume()
155 volume[1] = (wvolume >> shift) & 0xff; in snd_pmac_burgundy_read_volume()