summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ucm: fix some variable constness issuesTanu Kaskinen2015-02-171-14/+15
* ucm: fix the logic of choosing the default cdevTanu Kaskinen2015-02-171-11/+23
* ucm: fix incorrect error code signTanu Kaskinen2015-02-171-2/+2
* ucm: fix variable mixupTanu Kaskinen2015-02-111-1/+1
* control: complement comment for subscribe APITakashi Sakamoto2015-02-091-1/+1
* conf: add support for USB AudioSport Quattro (tm)Alexander E. Patrakov2015-02-011-0/+1
* Remove unused hostname resolution in shm plugins and aserverTakashi Iwai2015-01-283-152/+4
* ucm: add binary configure file parseLu, Han2015-01-233-3/+73
* conf/ucm: GoogleNyan: Add configurationTomeu Vizoso2015-01-194-1/+87
* control: enable octal and hexadecimal parseLu, Han2015-01-141-2/+2
* pcm: fix buffer overflow in snd_pcm_chmap_print()Anssi Hannula2014-12-311-1/+1
* pcm: Fix assorted tstamp_type bugs/omissions.Tim Cussins2014-11-251-2/+3
* ucm: Fix uninitialized err in snd_use_case_set()Takashi Iwai2014-11-211-2/+2
* mixer: Fix unused parameter warningsTakashi Iwai2014-11-211-3/+3
* mixer: Fix inclusion of config.hTakashi Iwai2014-11-212-1/+2
* pcm: Fix DSD sample format endianess and add big-endian formatJussi Laako2014-11-212-3/+18
* USB-audio: Add five more cards to IEC958 blacklistDavid Henningsson2014-11-171-0/+5
* dlmisc: Remove unused labelTakashi Iwai2014-11-161-1/+0
* snd_dlsym: only do versioning checks if built --with-versioningJohn Spencer2014-11-161-0/+2
* pcm: dmix: Don't ignore SND_TIMER_EVENT_MSTOPTakashi Iwai2014-11-061-0/+1
* snd_user_file: fix memory leakAndreas Schwab2014-11-031-2/+3
* USB-Audio: Add Scarlett 2i4 USB to S/PDIF blacklistPanu Matilainen2014-11-031-0/+1
* conf/ucm: PAZ00: add Toshiba AC100/Dynabook AZ new configzombah2014-10-075-1/+154
* mixer: Fix missing hctl handle free in snd_mixer_attach_hctl()Takashi Iwai2014-09-231-1/+5
* pcm: return negative value in case of errorRenu Tyagi2014-09-231-0/+1
* control: return negative value in case of errorRenu Tyagi2014-09-231-0/+1
* conf: return negative value in case of errorRenu Tyagi2014-09-231-0/+1
* pcm_hooks: null check for hRenu Tyagi2014-09-231-1/+2
* socket: missing socket closeRenu Tyagi2014-09-231-2/+7
* simple_abst: null check for libRenu Tyagi2014-09-231-0/+2
* pcm_share: fixing missing mutex unlockRenu Tyagi2014-09-231-0/+2
* rawmidi: close handle hRenu Tyagi2014-09-231-1/+4
* pcm_file: fixed missing freeRenu Tyagi2014-09-231-0/+2
* mixer: fixed double freeRenu Tyagi2014-09-231-3/+1
* pcm, rate: hw_avail must not be negative before starting the streamAlexander E. Patrakov2014-09-161-1/+4
* pcm route: Fix the bad condition (always false)Jaroslav Kysela2014-09-161-1/+1
* Revert "pcm: rewindable, forwardable: don't return stale data"Jaroslav Kysela2014-09-146-32/+0
* pcm, file: don't recurse in the rewindable and forwardable callbacksAlexander E. Patrakov2014-09-131-2/+2
* pcm: rewindable, forwardable: don't return stale dataAlexander E. Patrakov2014-09-136-0/+32
* dsnoop: rewindable and forwardable logic was swappedAlexander E. Patrakov2014-09-131-4/+2
* rate: handle negative values from snd_pcm_mmap_playback_hw_availAlexander E. Patrakov2014-09-131-2/+2
* pcm, null: use the snd_pcm_mmap_avail functionAlexander E. Patrakov2014-09-131-4/+1
* pcm, rate: use the snd_pcm_mmap_hw_avail functionAlexander E. Patrakov2014-09-131-4/+1
* pcm: handle negative values from snd_pcm_mmap_hw_availAlexander E. Patrakov2014-09-136-7/+23
* pcm: express the rewind size limitation logic betterAlexander E. Patrakov2014-09-134-13/+7
* dmix: actually rewind when running or being drainedAlexander E. Patrakov2014-09-131-2/+6
* pcm: add new 32-bit DSD sample formatJurgen Kramer2014-09-102-0/+8
* pcm: fix return value of snd_pcm_share_slave_availAlexander E. Patrakov2014-09-021-0/+2
* pcm: fix snd_pcm_mmap_hw_avail() near the boundaryAlexander E. Patrakov2014-09-011-7/+1
* pcm: 2nd round of pcm_misc DSD fixesJurgen Kramer2014-08-221-0/+5