Lines Matching refs:READONLY
86 #define READONLY 1
90 { "name", &adev.name, STRING, READONLY },
91 { "version", &adev.version, STRING, READONLY },
92 { "config", &adev.config, STRING, READONLY },
93 { "encodings", encbuf, STRING, READONLY },
94 { "properties", &properties, PROPS, READONLY },
101 { "mode", &info.mode, P_R, READONLY },
112 { "play.seek", &info.play.seek, UINT, READONLY },
113 { "play.samples", &info.play.samples, UINT, READONLY },
114 { "play.eof", &info.play.eof, UINT, READONLY },
116 { "play.error", &info.play.error, UCHAR, READONLY },
117 { "play.waiting", &info.play.waiting, UCHAR, READONLY },
118 { "play.open", &info.play.open, UCHAR, READONLY },
119 { "play.active", &info.play.active, UCHAR, READONLY },
131 { "record.seek", &info.record.seek, UINT, READONLY },
132 { "record.samples", &info.record.samples, UINT, READONLY },
133 { "record.eof", &info.record.eof, UINT, READONLY },
135 { "record.error", &info.record.error, UCHAR, READONLY },
136 { "record.waiting", &info.record.waiting, UCHAR, READONLY },
137 { "record.open", &info.record.open, UCHAR, READONLY },
138 { "record.active", &info.record.active, UCHAR, READONLY },
140 { "record.errors", &rerror, INT, READONLY },
444 if (p->flags & READONLY)