summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* pcm: Add missing signed and endianess definitions for DSD formatsTakashi Iwai2014-08-111-0/+4
* pcm: Fix DSD formats userland usabilityJurgen Kramer2014-08-111-0/+4
* pcm: pcm_local.h: include <time.h> to enable CLOCK_MONOTONICShengjiu Wang2014-07-231-0/+1
* pcm: Drop snd_pcm_linear_{get|put}32_index()Takashi Iwai2014-07-224-48/+8
* pcm: route: Use get32 for multi-source route calculationTakashi Iwai2014-07-222-186/+23
* pcm: Fill sw_params proto fieldTakashi Iwai2014-07-222-0/+2
* pcm: route: Use get/put labels for all 3 byte formatsTakashi Iwai2014-07-211-2/+4
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-1428-58/+73
* pcm: Implement timestamp type setup in hw pluginTakashi Iwai2014-07-141-5/+32
* pcm: Add sw_params API functions to get/set timestamp typeTakashi Iwai2014-07-143-0/+55
* pcm: rate: fix hw_ptr exceed the boundaryShengjiu Wang2014-07-141-0/+2