Lines Matching defs:oss_audioinfo
448 typedef struct oss_audioinfo { struct449 int dev; /* Set by caller */450 char name[OSS_LONGNAME_SIZE];451 int busy;452 int pid;453 int caps;454 int iformats;455 int oformats;456 int magic; /* Unused */457 char cmd[OSS_LONGNAME_SIZE];481 } oss_audioinfo; argument