Lines Matching refs:lsx_report
88 lsx_report("Hardware detected: %s",audio_dev.name); in sunstartread()
103 lsx_report("Warning: Detected simple hardware. Forcing output to ULAW"); in sunstartread()
109 lsx_report("Warning: Detected simple hardware. Forcing output to ULAW"); in sunstartread()
128 lsx_report("Warning: only support mono for ULAW and ALAW data. Forcing to mono."); in sunstartread()
148 lsx_report("Warning: some Sun audio devices can not play stereo"); in sunstartread()
149 lsx_report("at all or sometimes only with signed words. If the"); in sunstartread()
150 lsx_report("sound seems sluggish then this is probably the case."); in sunstartread()
151 lsx_report("Try forcing output to signed words or use the avg"); in sunstartread()
152 lsx_report("filter to reduce the number of channels."); in sunstartread()
233 lsx_report("Hardware detected: %s",audio_dev.name); in sunstartwrite()
247 lsx_report("Warning: Detected simple hardware. Forcing output to ULAW"); in sunstartwrite()
253 lsx_report("Warning: Detected simple hardware. Forcing output to ULAW"); in sunstartwrite()
268 lsx_report("Sun Audio driver only supports ULAW, ALAW, and Signed Linear for bytes."); in sunstartwrite()
269 lsx_report("Forcing to ULAW"); in sunstartwrite()
276 lsx_report("Warning: only support mono for ULAW and ALAW data. Forcing to mono."); in sunstartwrite()
287 lsx_report("Sun Audio driver only supports Signed Linear for words."); in sunstartwrite()
288 lsx_report("Forcing to Signed Linear"); in sunstartwrite()
293 lsx_report("Sun Audio driver only supports bytes and words"); in sunstartwrite()