Home
last modified time | relevance | path

Searched defs:oss_audioinfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libossaudio/
H A Dsoundcard.h448 typedef struct oss_audioinfo { struct
449 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];
[all …]