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

/netbsd-current/sys/dev/audio/
H A Daudio.c4415 u_int srcch; local
4428 srcch = srcfmt->channels;
4430 if (srcch != dstch) {
4433 if (srcch >= 2 && dstch == 1) {
4435 } else if (srcch == 1 && dstch >= 2) {
4437 } else if (srcch > dstch) {
4444 srcbuf->fmt.channels = srcch;

Completed in 149 milliseconds