aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_alsa.c
AgeCommit message (Expand)Author
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-02-13Provide access to cubeb_stream's user ptr. (#407)Dan Glastonbury
2018-01-23Non-wasapi backends return errors if loopback is requested.Bryce Van Dyk
2017-08-29cubeb: Remove cubeb_util_default_device_collection_destroy().Dan Glastonbury
2017-07-07Add an API to reset audio stream to the default deviceChun-Min Chang
2017-05-25Rework device collection (#309)Dan Glastonbury
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2017-02-07Fix warnings in cubeb_alsa.cPaul Adenot
2017-02-07alsa: Initialize stm->cond earlier to avoid potential uninitialized destroy. ...Matthew Gregan
2017-01-12alsa: Implement full-duplex support.debianuser
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-11-30Delete double newlines.Matthew Gregan
2016-10-18Fix unused parameter in ALSA backendPaul Adenot
2016-10-12Replace autotools build system with CMake.Matthew Gregan
2016-07-25alsa: Link revents workaround to bug #135.Matthew Gregan
2016-07-25alsa: Free buffer on data_callback error path.Matthew Gregan
2016-07-22alsa: Don't treat wakeups with a full buffer as an error.Matthew Gregan
2016-07-22alsa: recover after suspendRinat Ibragimov
2016-07-22alsa: pass SND_PCM_NO_AUTO_RESAMPLE flag in mode parameterRinat Ibragimov
2016-07-12Update alsa backend.Paul Adenot
2016-07-01alsa: Work around audio playback issues with ALSA/dmix configurations.Matthew Gregan
2016-05-05winmm,alsa: Make requesting (unimplemented) capture stream non-fatal.Matthew Gregan
2016-01-22Device notification for PulseAudioAlex Chronopoulos
2016-01-21cubeb_stream_init should take a cubeb_devid rather than a char const *.Matthew Gregan
2016-01-20Signature change for stream init and data callbackAlex Chronopoulos
2016-01-13Preparatory work for the input and duplex codePaul Adenot
2015-12-02alsa: remove period_size from cubeb_stream since it's never used.Matthew Gregan
2015-11-05alsa: use CUBEB_ALSA_PCM_NAME everywhereVito Caputo
2015-09-29Add both devid and device_id (str) in device_info.Haakon Sporsheim
2015-09-10Add enumerate_devices APIHaakon Sporsheim
2014-11-28clarify and clean up handling of optional functions in the API. fixes #46.Matthew Gregan
2014-11-28alsa,jack: fix build warning with glibc 2.20.Matthew Gregan
2014-10-13Fix ALSA implementation of get_preferred_sample_rate (snd_pcm_open was always...Sebastien Alaiwan
2014-09-16Sync changes with mozilla-central copy. Includes BMO 1062293, 1057199,Matthew Gregan
2013-12-09whitespace cleanup.Matthew Gregan
2013-10-17Mozilla Bug 918861Paul ADENOT
2013-10-17Mozilla Bug 907817Paul ADENOT
2013-09-20add support for querying the actual stream latency.Matthew Gregan
2013-05-31Mozilla bug 865244 - Add cubeb_stream_get_max_channels.Paul ADENOT
2013-03-08remove generic stream_params validation from backend stream_init since it was...Matthew Gregan
2013-02-19start work on switchable cubeb backends.Matthew Gregan
2012-11-13alsa: remove ugly PA detection, detect PA from the snd_config.Matthew Gregan
2012-11-01alsa: deal with handle_underrun workaround failing with old PA plugins.Matthew Gregan
2012-10-31alsa: extend the hack from d8f950c4 to cover cases where the pulse pcm is a s...Matthew Gregan
2012-09-04alsa: resurrect the less dirty hack from 1aa0058d and make it work with dynam...Matthew Gregan
2012-08-24add -Wno-unused to Makefile.amMatthew Gregan
2012-08-16alsa: error out of cubeb_stream_start when stream is in an invalid state.Matthew Gregan
2012-08-16alsa: initialize stream's last activity timer when starting stream.Matthew Gregan
2012-08-13alsa: second attempt: define _XOPEN_SOURCE to fix a BSD build issue. fixes #6.Matthew Gregan
2012-08-06alsa: define _POSIX_C_SOURCE directly to fix a BSD build issue. fixes issue #6.Matthew Gregan