Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dossaudiodev.c570 int wanted_fmt, wanted_channels, wanted_rate, strict=0; in oss_setparameters() local
577 &wanted_fmt, &wanted_channels, &wanted_rate, in oss_setparameters()
592 channels = wanted_channels; in oss_setparameters()
596 if (strict && channels != wanted_channels) { in oss_setparameters()
600 wanted_channels, channels); in oss_setparameters()

Completed in 2 milliseconds