Lines Matching refs:stereo
299 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_gain() local
301 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_gain()
312 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_gain() local
320 if (stereo) in snd_pmac_burgundy_get_gain()
330 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_gain() local
338 if (stereo) in snd_pmac_burgundy_put_gain()
348 #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ argument
353 .private_value = (ADDR2BASE(addr) | ((stereo) << 24) | ((atten) << 25)) }
361 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_w() local
363 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_w()
376 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_w() local
379 if (stereo) in snd_pmac_burgundy_get_switch_w()
391 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_w() local
394 val = oval & ~(lmask | (stereo ? rmask : 0)); in snd_pmac_burgundy_put_switch_w()
397 if (stereo && ucontrol->value.integer.value[1]) in snd_pmac_burgundy_put_switch_w()
403 #define BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) \ argument
409 | (ADDR2BASE(addr) << 16) | ((stereo) << 24)) }
417 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_info_switch_b() local
419 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_b()
432 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_get_switch_b() local
435 if (stereo) in snd_pmac_burgundy_get_switch_b()
447 int stereo = (kcontrol->private_value >> 24) & 1; in snd_pmac_burgundy_put_switch_b() local
453 if (stereo && ucontrol->value.integer.value[1]) in snd_pmac_burgundy_put_switch_b()
459 #define BURGUNDY_SWITCH_B(xname, xindex, addr, lmask, rmask, stereo) \ argument
465 | (ADDR2BASE(addr) << 16) | ((stereo) << 24)) }