Lines Matching defs:p44
261 #define YDS_CAP_BITS "\020\005P44\004LEGFLEX\003LEGSEL\002MCODE1E\001MCODE1"
1304 if (sample_rate == 44100) /* for P44 slot? */
1331 if (sample_rate == 44100) /* for P44 slot? */
1344 #define P44 (sc->sc_flags & YDS_CAP_HAS_P44)
1353 int p44, channels;
1378 /* The document says the P44 SRC supports only stereo, 16bit PCM. */
1379 if (P44)
1380 p44 = ((param->sample_rate == 44100) &&
1385 p44 = 0;
1386 channels = p44 ? 1 : param->channels;
1403 (p44 ? PSLT_FORMAT_SRC441 : 0));
1410 if (!p44) {
1435 } else if (!p44) {
1447 if (p44)
1468 #undef P44