Lines Matching refs:mono
97 gboolean joint, stereo, dual, mono;
100 joint = stereo = dual = mono = FALSE;
111 else if (strcmp("mono", aux) == 0)
112 mono = TRUE;
115 if (channels == 1 && mono)
116 return "mono";
235 return "mono";
256 else if (g_ascii_strcasecmp(mode, "mono") == 0)
425 * if channels is 1, we must have channel mode = mono
426 * if channels is 2, we can't have channel mode = mono */
427 if ( (channels == 1 && (strcmp(mode, "mono") != 0) ) ||
428 ( channels == 2 && ( strcmp(mode, "mono") == 0))) {
509 if (channels == 1 && strcmp(mode, "mono") != 0)