Searched refs:wvolume (Results 1 – 1 of 1) sorted by relevance
145 int wvolume; in snd_pmac_burgundy_read_volume() local147 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()