Lines Matching defs:stereo
299 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_gain() local
312 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_gain() local
330 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_gain() local
348 #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ argument
361 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_w() local
376 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_w() local
391 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_w() local
403 #define BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) \ argument
417 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_b() local
432 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_b() local
447 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_b() local
459 #define BURGUNDY_SWITCH_B(xname, xindex, addr, lmask, rmask, stereo) \ argument