summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.0.29v1.0.29baserock/v1.0.29Jaroslav Kysela2015-02-261-1/+1
* ucm: fix some variable constness issuesTanu Kaskinen2015-02-172-16/+18
* 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
* .gitignore: add test-driverTanu Kaskinen2015-02-161-0/+1
* 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-285-175/+6
* ucm: add binary configure file parseLu, Han2015-01-233-3/+73
* conf/ucm: GoogleNyan: Add configurationTomeu Vizoso2015-01-195-1/+88
* autotools: fix ucm partial buildMatthieu Crapet2015-01-141-2/+6
* 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
* hwdep: add OXFW driver supportTakashi Sakamoto2014-12-102-2/+4
* 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-214-5/+26
* 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-076-1/+155
* 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
* sbase: fixed missing freeRenu Tyagi2014-09-231-0/+1
* pcm_file: fixed missing freeRenu Tyagi2014-09-231-0/+2
* mixer: fixed double freeRenu Tyagi2014-09-231-3/+1
* hwdep: add missing declaration for snd_hwdep_poll_descriptors_count()Takashi Sakamoto2014-09-171-0/+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