Home
last modified time | relevance | path

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

/Linux-v5.4/sound/ppc/
Dburgundy.c126 int hardvolume, lvolume, rvolume; in snd_pmac_burgundy_write_volume() local
132 rvolume = volume[1] ? volume[1] + BURGUNDY_VOLUME_OFFSET : 0; in snd_pmac_burgundy_write_volume()
134 hardvolume = lvolume + (rvolume << shift); in snd_pmac_burgundy_write_volume()
211 int lvolume, rvolume; in snd_pmac_burgundy_write_volume_2b() local
215 rvolume = volume[1] ? volume[1] + BURGUNDY_VOLUME_OFFSET : 0; in snd_pmac_burgundy_write_volume_2b()
218 snd_pmac_burgundy_wcb(chip, address + off + 0x500, rvolume); in snd_pmac_burgundy_write_volume_2b()