summaryrefslogtreecommitdiff
path: root/audio_alsa.c
Commit message (Expand)AuthorAge
* Version 3.3.8 is 3.3.8rc7.Mike Brady2021-04-26
* 3.3.7rc0Mike Brady2020-07-06
* Squashed commit of the following:Mike Brady2020-02-20
* Update sample D-Bus commandsMike Brady2019-11-13
* quieten a debug messageMike Brady2019-09-10
* ensure alsa mixer is initialised before trying to set volume. Normalise the '...Mike Brady2019-09-10
* More typo fixes across the treeChris Boot2019-07-27
* Expose some of the settings used in the disable_standby_mode.Mike Brady2019-06-20
* find . \( -name \*.cpp -or -name \*.h -or -name \*.c \) -exec clang-format -i...Mike Brady2019-06-19
* Update audio_alsa.cMike Brady2019-06-17
* refine the selection of precision timing to be allowed only if the device is ...Mike Brady2019-06-17
* fix the detection of the availability of precision timing information -- actu...Mike Brady2019-06-17
* make snd_pcm_recover silent when the debug level is 0, not the other way arou...Mike Brady2019-06-17
* change the threshold for turning off disable standby mode to more than 40 und...Mike Brady2019-06-17
* if disable_standby_mode is enabled, disable if if more than 20 underruns occu...Mike Brady2019-06-17
* restore full code for checking for precise timing but stop making it necessar...Mike Brady2019-06-17
* Debug requested period size valueJörg Krause2019-06-04
* Fix error message for invalid standby mode choiceMike Brady2019-06-04
* quieten a compilation warningMike Brady2019-06-03
* enable specification of specific formats and/or speeds to turn off automatic ...Mike Brady2019-05-29
* remove a strncpy truncation warningMike Brady2019-05-17
* Fix stupid auto format error.Mike Brady2019-05-07
* Add automatic bit depth and speed selection for alsa devices. Set rate and fo...Mike Brady2019-05-07
* Improve support for bigendian devices. Add support for S16_LE, S16_BE, S24_LE...Mike Brady2019-05-01
* make Shairport Sync die for some other serious alsa device errorsMike Brady2019-04-09
* use abort() to exit after a "die" call and fix the logic of opening the alsa ...Mike Brady2019-04-09
* Give error if alsa output device can't be found.Mike Brady2019-04-09
* hook up the alsa "use_precision_timing" option and update the sample conf file.Mike Brady2019-04-09
* add standard timing -- more compatible -- and precision timing -- more precis...Mike Brady2019-04-09
* Dirty Hack #11 -- avoid using pcm_get_statusMike Brady2019-04-08
* Dirty Hack #10 -- add a snd_pcm_prepare callMike Brady2019-04-08
* Dirty Hack #9Mike Brady2019-04-08
* Dirty Hack #8Mike Brady2019-04-08
* allow calculation of nominal source frame rates even when the connection is e...Mike Brady2019-04-02
* Add back the flag to control the logging of the note, duh.Mike Brady2019-04-02
* slight changes to messagesMike Brady2019-04-02
* relate initial silence buffer size to the ilent leadin time availableMike Brady2019-04-02
|\
| * change how the initials size of the silence sent to the dac is calculated, to...Mike Brady2019-04-02
* | Some messages made a bit more usefulMike Brady2019-04-02
|/
* Add tentative raw PCM input facility. Clean up some messages.Mike Brady2019-03-27
|\
* | Add check to see if precision delay is available -- if not, disable the disab...Mike Brady2019-03-27
* | Only ask for delay if device is running or draining.Mike Brady2019-03-26
* | Detect when the ALSA device can not provide update timings, which seems to be...Mike Brady2019-03-26
|/
* Make soxr, metadata and apple_alac defaults if support for them is included i...Mike Brady2019-03-08
* set default for disable standby to 'never'Mike Brady2019-02-28
* bring the active state timeout to 1 second and tidy up a few debug messages.Mike Brady2019-02-28
* Remove the AUTO bit-depth setting. It's a hack and needs more consideration.Mike Brady2019-02-28
* Fix a bug in the activity_monitor software that could lock up a player thread...Mike Brady2019-02-26
* use CLOCK_REALTIME instead of CLOCK_MONOTONIC is the alsa library is older th...Mike Brady2019-02-17
|\
| * remove some diagnostics and add in a comment -- using CLOCK_REALTIME with als...Mike Brady2019-02-17