Searched refs:audio_error (Results 1 – 2 of 2) sorted by relevance
103 audio_error("Interrupted whilst waiting for lock\n"); in snd_bcm2835_playback_open_generic()117 audio_error in snd_bcm2835_playback_open_generic()127 audio_error("substream(%d) device is not ready yet\n", idx); in snd_bcm2835_playback_open_generic()198 audio_error("Interrupted whilst waiting for lock\n"); in snd_bcm2835_playback_close()216 audio_error(" Failed to STOP alsa device\n"); in snd_bcm2835_playback_close()250 audio_error in snd_bcm2835_pcm_hw_params()293 audio_error(" error setting hw params\n"); in snd_bcm2835_pcm_prepare()328 audio_error(" Failed to transfer to alsa device (%d)\n", err); in snd_bcm2835_pcm_transfer()365 audio_error(" Failed to START alsa device (%d)\n", err); in snd_bcm2835_pcm_trigger()383 audio_error(" Failed to STOP alsa device (%d)\n", err); in snd_bcm2835_pcm_trigger()[all …]
52 #define audio_error(fmt, arg...) \ macro