Home | History | Annotate | Download | only in ctl

Lines Matching defs:UINT

77 #define UINT 3
95 { "full_duplex", &fullduplex, UINT, 0 },
96 { "fullduplex", &fullduplex, UINT, 0 },
97 { "blocksize", &info.blocksize, UINT, 0 },
98 { "hiwat", &info.hiwat, UINT, 0 },
99 { "lowat", &info.lowat, UINT, 0 },
100 { "monitor_gain", &info.monitor_gain, UINT, 0 },
103 { "play.rate", &info.play.sample_rate, UINT, 0 },
104 { "play.sample_rate", &info.play.sample_rate, UINT, ALIAS },
105 { "play.channels", &info.play.channels, UINT, 0 },
106 { "play.precision", &info.play.precision, UINT, 0 },
108 { "play.gain", &info.play.gain, UINT, 0 },
112 { "play.seek", &info.play.seek, UINT, READONLY },
113 { "play.samples", &info.play.samples, UINT, READONLY },
114 { "play.eof", &info.play.eof, UINT, READONLY },
120 { "play.buffer_size", &info.play.buffer_size, UINT, 0 },
122 { "record.rate", &info.record.sample_rate,UINT, 0 },
123 { "record.sample_rate", &info.record.sample_rate,UINT, ALIAS },
124 { "record.channels", &info.record.channels, UINT, 0 },
125 { "record.precision", &info.record.precision, UINT, 0 },
127 { "record.gain", &info.record.gain, UINT, 0 },
131 { "record.seek", &info.record.seek, UINT, READONLY },
132 { "record.samples", &info.record.samples, UINT, READONLY },
133 { "record.eof", &info.record.eof, UINT, READONLY },
139 { "record.buffer_size", &info.record.buffer_size,UINT, 0 },
180 case UINT:
244 case UINT: