mpv/audio/out
wm4 8607b0c44b ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatal
Apparently this can "sometimes" return an error. In my opinion, this
should never return an error: neither the semantics of the function,
nor the ALSA documentation or ALSA sample code seem to indicate that
a failure is to be expected. I'm not perfectly sure about this though
(I blame ALSA being a weird, big, underdocumented API).

Since it causes problems for some users, and since there is really no
reason why we should abort on such an error, turn it into a warning.

Fixes #1231.
2014-10-31 01:09:53 +01:00
..
ao.c audio: add command/function to reload audio output 2014-10-27 11:52:42 +01:00
ao.h audio: change internal device listing API 2014-10-10 18:27:21 +02:00
ao_alsa.c ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatal 2014-10-31 01:09:53 +01:00
ao_coreaudio.c coreaudio: redirect IEC61937 to coreaudio_exclusive 2014-10-23 09:16:39 +02:00
ao_coreaudio_exclusive.c rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.c 2014-10-23 09:55:17 +02:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c coreaudio: only list output devices 2014-10-28 14:11:50 +01:00
ao_coreaudio_utils.h coreaudio: use the new device selection API 2014-10-12 12:22:17 +02:00
ao_dsound.c ao_dsound: implement device listing 2014-10-13 18:21:35 +02:00
ao_jack.c
ao_lavc.c
ao_null.c audio/out: always round get_space on period size 2014-09-06 12:59:00 +02:00
ao_openal.c ao_openal: implement device listing 2014-10-13 16:42:56 +02:00
ao_oss.c ao_oss: improve format negotiation, and hopefully fix pass-through 2014-09-24 01:12:14 +02:00
ao_pcm.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
ao_portaudio.c ao_portaudio: implement device listing 2014-10-13 16:43:05 +02:00
ao_pulse.c ao_pulse: implement AO device listing API 2014-10-10 18:42:43 +02:00
ao_rsound.c audio: drop swapped-endian audio formats 2014-09-23 23:09:25 +02:00
ao_sdl.c Add some missing "const"s 2014-10-10 13:44:08 +02:00
ao_sndio.c Add some missing "const"s 2014-10-10 13:44:08 +02:00
ao_wasapi.c ao_wasapi: implement device listing 2014-10-13 18:21:45 +02:00
ao_wasapi.h
ao_wasapi_utils.c ao_wasapi: implement device listing 2014-10-13 18:21:45 +02:00
ao_wasapi_utils.h ao_wasapi: implement device listing 2014-10-13 18:21:45 +02:00
internal.h audio: add command/function to reload audio output 2014-10-27 11:52:42 +01:00
pull.c audio/out: make EOF handling properly event-based 2014-09-05 23:45:54 +02:00
push.c Set thread name for debugging 2014-10-19 23:48:40 +02:00