lvolume           126 sound/ppc/burgundy.c 	int hardvolume, lvolume, rvolume;
lvolume           131 sound/ppc/burgundy.c 	lvolume = volume[0] ? volume[0] + BURGUNDY_VOLUME_OFFSET : 0;
lvolume           134 sound/ppc/burgundy.c 	hardvolume = lvolume + (rvolume << shift);
lvolume           211 sound/ppc/burgundy.c 	int lvolume, rvolume;
lvolume           214 sound/ppc/burgundy.c 	lvolume = volume[0] ? volume[0] + BURGUNDY_VOLUME_OFFSET : 0;
lvolume           217 sound/ppc/burgundy.c 	snd_pmac_burgundy_wcb(chip, address + off, lvolume);