Home | History | Annotate | Download | only in taudio

Lines Matching refs:strerror

82     FAILIF(cfd < 0, "could not open control: %s\n", strerror(errno));
98 "Cannot set output device %d: %s\n", cfg.id, strerror(errno));
103 "Cannot get output device %d: %s\n", cfg.id, strerror(errno));
110 "Cannot set volume to %d: %s\n", output, strerror(errno));
114 "Cannot get volume: %s\n", strerror(errno));
121 "Cannot set input volume to %d: %s\n", output, strerror(errno));
125 "Cannot get input volume: %s\n", strerror(errno));
143 "Cannot set input device %d: %s\n", cfg.id, strerror(errno));
148 "Cannot get input device %d: %s\n", cfg.id, strerror(errno));
160 FAILIF(recfd < 0, "could not open for recording: %s\n", strerror(errno));
164 "could not get input config: %s\n", strerror(errno));
171 "could not set input config: %s\n", strerror(errno));
177 FAILIF(piofd < 0, "Could not open DMA/PIO toggle file: %s\n", strerror(errno));
180 "Could not set to DMA: %s\n", strerror(errno));
183 "Could not set to PIO: %s\n", strerror(errno));
190 FAILIF(recfd < 0, "could not open for recording: %s\n", strerror(errno));
194 "Could not start recording: %s\n", strerror(errno));
198 "Could not stop recording: %s\n", strerror(errno));