summaryrefslogtreecommitdiff
path: root/kernel/drv/oss_userdev/.params
blob: 45f903204c5c20e54ed5b12097c2eed3a15163d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
int userdev_visible_clientnodes=0;
/* 
 * By default the oss_userdev driver will not create private device nodes
 * for the client side devices. Instead all client devices will share
 * the same device node (/dev/oss/oss_userdev/client).
 *
 * If userdev_visible_clientnodes is set to 1 then each oss_userdev instance 
 * will have private device node (/dev/oss/oss_userdev0/pcmN) that can be
 * opened directly. This mode can be used when the oss_userdev driver is used
 * for multiple purposes in the same system.
 */