pcm_streams      2069 sound/pci/ali5451/ali5451.c 			  int pcm_streams,
pcm_streams      2112 sound/pci/ali5451/ali5451.c 	if (pcm_streams < 1)
pcm_streams      2113 sound/pci/ali5451/ali5451.c 		pcm_streams = 1;
pcm_streams      2114 sound/pci/ali5451/ali5451.c 	if (pcm_streams > 32)
pcm_streams      2115 sound/pci/ali5451/ali5451.c 		pcm_streams = 32;
pcm_streams       402 sound/pci/trident/trident.h 		       int pcm_streams,
pcm_streams      3519 sound/pci/trident/trident_main.c 		       int pcm_streams,
pcm_streams      3557 sound/pci/trident/trident_main.c 	if (pcm_streams < 1)
pcm_streams      3558 sound/pci/trident/trident_main.c 		pcm_streams = 1;
pcm_streams      3559 sound/pci/trident/trident_main.c 	if (pcm_streams > 32)
pcm_streams      3560 sound/pci/trident/trident_main.c 		pcm_streams = 32;
pcm_streams      3561 sound/pci/trident/trident_main.c 	trident->ChanPCM = pcm_streams;