Home
last modified time | relevance | path

Searched refs:wanted_channels (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dossaudiodev.c491 int wanted_fmt, wanted_channels, wanted_rate, strict=0; in oss_setparameters() local
495 &wanted_fmt, &wanted_channels, &wanted_rate, in oss_setparameters()
510 channels = wanted_channels; in oss_setparameters()
514 if (strict && channels != wanted_channels) { in oss_setparameters()
518 wanted_channels, channels); in oss_setparameters()