Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDsoundcard.h1871 typedef struct oss_audioinfo struct
1873 int dev; /* Audio device number */
1874 char name[64];
1875 int busy; /* 0, OPEN_READ, OPEN_WRITE or OPEN_READWRITE */
1876 int pid;
1877 int caps; /* DSP_CAP_INPUT, DSP_CAP_OUTPUT */
1878 int iformats;
1879 int oformats;
1880 int magic; /* Reserved for internal use */
1881 char cmd[64]; /* Command using the device (if known) */
[all …]