Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/ppc/
A Dburgundy.c131 lvolume = volume[0] ? volume[0] + BURGUNDY_VOLUME_OFFSET : 0; in snd_pmac_burgundy_write_volume()
132 rvolume = volume[1] ? volume[1] + BURGUNDY_VOLUME_OFFSET : 0; in snd_pmac_burgundy_write_volume()
150 if (volume[0] >= BURGUNDY_VOLUME_OFFSET) in snd_pmac_burgundy_read_volume()
151 volume[0] -= BURGUNDY_VOLUME_OFFSET; in snd_pmac_burgundy_read_volume()
155 if (volume[1] >= BURGUNDY_VOLUME_OFFSET) in snd_pmac_burgundy_read_volume()
156 volume[1] -= BURGUNDY_VOLUME_OFFSET; in snd_pmac_burgundy_read_volume()
214 lvolume = volume[0] ? volume[0] + BURGUNDY_VOLUME_OFFSET : 0; in snd_pmac_burgundy_write_volume_2b()
226 if (volume[0] >= BURGUNDY_VOLUME_OFFSET) in snd_pmac_burgundy_read_volume_2b()
227 volume[0] -= BURGUNDY_VOLUME_OFFSET; in snd_pmac_burgundy_read_volume_2b()
231 if (volume[1] >= BURGUNDY_VOLUME_OFFSET) in snd_pmac_burgundy_read_volume_2b()
[all …]
A Dburgundy.h99 #define BURGUNDY_VOLUME_OFFSET 155 macro

Completed in 4 milliseconds