Lines Matching defs:stereo
122 /* stereo -> front */
127 /* stereo -> front+surround */
132 /* stereo -> front+surround+back */
137 /* stereo -> front+surround+center/LFE */
142 /* stereo -> front+surround+center/LFE+back */
573 int stereo = (ctl->private_value >> 16) & 1;
576 info->count = stereo ? 2 : 1;
587 int stereo = (ctl->private_value >> 16) & 1;
593 if (!stereo) {
607 int stereo = (ctl->private_value >> 16) & 1;
614 if (!stereo) {
716 #define AC97_VOLUME(xname, codec, index, stereo) { \
725 .private_value = ((codec) << 24) | ((stereo) << 16) | (index), \