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