Searched refs:SNDMSG (Results 1 – 13 of 13) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 991 SNDMSG("PCM not set up"); in snd_pcm_sw_params() 995 SNDMSG("params->avail_min is 0"); in snd_pcm_sw_params() 1004 SNDMSG("params->avail_min problem for start_threshold"); in snd_pcm_sw_params() 1098 SNDMSG("PCM not set up"); in snd_pcm_hwsync() 1143 SNDMSG("PCM not set up"); in snd_pcm_delay() 1172 SNDMSG("PCM not set up"); in snd_pcm_resume() 1201 SNDMSG("PCM not set up"); in snd_pcm_htimestamp() 1226 SNDMSG("PCM not set up"); in snd_pcm_prepare() 1256 SNDMSG("PCM not set up"); in snd_pcm_reset() 1281 SNDMSG("PCM not set up"); in snd_pcm_start() [all …]
|
D | pcm_mmap.c | 76 SNDMSG("too short avail %ld to size %ld", snd_pcm_mmap_playback_avail(pcm), size); in snd_pcm_mmap_write_areas() 108 SNDMSG("too short avail %ld to size %ld", snd_pcm_mmap_capture_avail(pcm), size); in snd_pcm_mmap_read_areas() 246 SNDMSG("invalid access type %d", pcm->access); in snd_pcm_channel_info_shm() 265 SNDMSG("PCM not set up"); in snd_pcm_mmap() 269 SNDMSG("Already mmapped"); in snd_pcm_mmap() 447 SNDMSG("Not mmapped"); in snd_pcm_munmap() 569 SNDMSG("invalid access type %d", pcm->access); in snd_pcm_write_mmap() 625 SNDMSG("invalid access type %d", pcm->access); in snd_pcm_read_mmap()
|
D | pcm_plugin.c | 260 SNDMSG("write overflow %ld > %ld", slave_frames, in snd_pcm_plugin_write_areas() 317 SNDMSG("read overflow %ld > %ld", slave_frames, in snd_pcm_plugin_read_areas() 450 SNDMSG("short commit: %ld", size); in snd_pcm_plugin_mmap_commit()
|
D | pcm_hw.c | 537 SNDMSG("TSTAMP failed\n"); in snd_pcm_hw_sw_params() 1578 SNDMSG("USER_PVERSION failed\n"); in snd_pcm_hw_open_fd() 1590 SNDMSG("TTSTAMP failed\n"); in snd_pcm_hw_open_fd() 1601 SNDMSG("TSTAMP failed\n"); in snd_pcm_hw_open_fd()
|
D | pcm_direct.h | 305 SNDMSG("invalid semaphore count to finalize %d: %d", sem_num, dmix->locked[sem_num]); in snd_pcm_direct_semaphore_final()
|
D | pcm_direct.c | 678 SNDMSG("poll_fd < 0");
|
D | pcm_rate.c | 400 SNDMSG("rate plugin already in use"); in snd_pcm_rate_hw_params()
|
/third_party/alsa-lib/include/ |
D | local.h | 250 #define SNDMSG(args...) snd_err_msg(__FILE__, __LINE__, __func__, 0, ##args) macro 254 #define SNDMSG(args...) /* nop */ macro
|
/third_party/alsa-lib/src/control/ |
D | control_hw.c | 348 SNDMSG("snd_ctl_hw_read: read size error (req:%d, got:%d)\n", in snd_ctl_hw_read() 407 SNDMSG("Invalid card index %d", card); in snd_ctl_hw_open()
|
D | hcontrol.c | 692 SNDMSG("invalid poll descriptors %d\n", err); in snd_hctl_wait()
|
D | control.c | 1331 SNDMSG("invalid poll descriptors %d\n", err); in snd_ctl_wait()
|
/third_party/alsa-lib/src/timer/ |
D | timer_hw.c | 253 SNDMSG("extended read is not supported (SNDRV_TIMER_IOCTL_TREAD)"); in snd_timer_hw_open()
|
D | timer.c | 334 SNDMSG("invalid handler type %d", handler->type); in snd_async_handler_get_timer()
|