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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c249 #define DBRI_MAX_PIPE (DBRI_NO_PIPES - 1) macro
818 if (pipe < 0 || pipe > DBRI_MAX_PIPE) {
854 if (pipe < 0 || pipe > DBRI_MAX_PIPE) {
890 if (pipe < 0 || pipe > DBRI_MAX_PIPE
891 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE
892 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {
960 if (pipe < 16 || pipe > DBRI_MAX_PIPE) {
1002 if (pipe < 16 || pipe > DBRI_MAX_PIPE) {

Completed in 48 milliseconds