Home
last modified time | relevance | path

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

/linux-5.19.10/sound/ppc/
Dburgundy.c126 int hardvolume, lvolume, rvolume; in snd_pmac_burgundy_write_volume() local
134 hardvolume = lvolume + (rvolume << shift); in snd_pmac_burgundy_write_volume()
136 hardvolume |= hardvolume << 16; in snd_pmac_burgundy_write_volume()
138 snd_pmac_burgundy_wcw(chip, address, hardvolume); in snd_pmac_burgundy_write_volume()