Home
last modified time | relevance | path

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

/linux-2.6.39/sound/ppc/
Dburgundy.c139 int hardvolume, lvolume, rvolume; in snd_pmac_burgundy_write_volume() local
147 hardvolume = lvolume + (rvolume << shift); in snd_pmac_burgundy_write_volume()
149 hardvolume |= hardvolume << 16; in snd_pmac_burgundy_write_volume()
151 snd_pmac_burgundy_wcw(chip, address, hardvolume); in snd_pmac_burgundy_write_volume()