Lines Matching defs:stereo
127 /* stereo -> front */
132 /* stereo -> front+surround */
137 /* stereo -> front+surround+back */
142 /* stereo -> front+surround+center/LFE */
147 /* stereo -> front+surround+center/LFE+back */
589 int stereo = (ctl->private_value >> 16) & 1;
592 info->count = stereo ? 2 : 1;
603 int stereo = (ctl->private_value >> 16) & 1;
610 if (!stereo) {
624 int stereo = (ctl->private_value >> 16) & 1;
631 if (!stereo) {
738 #define AC97_VOLUME(xname, codec, index, stereo) { \
747 .private_value = ((codec) << 24) | ((stereo) << 16) | (index), \