summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Remove unused hostname resolution in shm plugins and aserverTakashi Iwai1-51/+2
2014-12-31pcm: fix buffer overflow in snd_pcm_chmap_print()Anssi Hannula1-1/+1
2014-11-25pcm: Fix assorted tstamp_type bugs/omissions.Tim Cussins1-2/+3
2014-11-21pcm: Fix DSD sample format endianess and add big-endian formatJussi Laako2-3/+18
2014-11-06pcm: dmix: Don't ignore SND_TIMER_EVENT_MSTOPTakashi Iwai1-0/+1
2014-09-23pcm: return negative value in case of errorRenu Tyagi1-0/+1
2014-09-23pcm_hooks: null check for hRenu Tyagi1-1/+2
2014-09-23pcm_share: fixing missing mutex unlockRenu Tyagi1-0/+2
2014-09-23pcm_file: fixed missing freeRenu Tyagi1-0/+2
2014-09-16pcm, rate: hw_avail must not be negative before starting the streamAlexander E. Patrakov1-1/+4
2014-09-16pcm route: Fix the bad condition (always false)Jaroslav Kysela1-1/+1
2014-09-14Revert "pcm: rewindable, forwardable: don't return stale data"Jaroslav Kysela6-32/+0
2014-09-13pcm, file: don't recurse in the rewindable and forwardable callbacksAlexander E. Patrakov1-2/+2
2014-09-13pcm: rewindable, forwardable: don't return stale dataAlexander E. Patrakov6-0/+32
2014-09-13dsnoop: rewindable and forwardable logic was swappedAlexander E. Patrakov1-4/+2
2014-09-13rate: handle negative values from snd_pcm_mmap_playback_hw_availAlexander E. Patrakov1-2/+2
2014-09-13pcm, null: use the snd_pcm_mmap_avail functionAlexander E. Patrakov1-4/+1
2014-09-13pcm, rate: use the snd_pcm_mmap_hw_avail functionAlexander E. Patrakov1-4/+1
2014-09-13pcm: handle negative values from snd_pcm_mmap_hw_availAlexander E. Patrakov6-7/+23
2014-09-13pcm: express the rewind size limitation logic betterAlexander E. Patrakov4-13/+7
2014-09-13dmix: actually rewind when running or being drainedAlexander E. Patrakov1-2/+6
2014-09-10pcm: add new 32-bit DSD sample formatJurgen Kramer2-0/+8
2014-09-02pcm: fix return value of snd_pcm_share_slave_availAlexander E. Patrakov1-0/+2
2014-09-01pcm: fix snd_pcm_mmap_hw_avail() near the boundaryAlexander E. Patrakov1-7/+1
2014-08-22pcm: 2nd round of pcm_misc DSD fixesJurgen Kramer1-0/+5
2014-08-11pcm: Add missing signed and endianess definitions for DSD formatsTakashi Iwai1-0/+4
2014-08-11pcm: Fix DSD formats userland usabilityJurgen Kramer1-0/+4
2014-07-23pcm: pcm_local.h: include <time.h> to enable CLOCK_MONOTONICShengjiu Wang1-0/+1
2014-07-22pcm: Drop snd_pcm_linear_{get|put}32_index()Takashi Iwai4-48/+8
2014-07-22pcm: route: Use get32 for multi-source route calculationTakashi Iwai2-186/+23
2014-07-22pcm: Fill sw_params proto fieldTakashi Iwai2-0/+2
2014-07-21pcm: route: Use get/put labels for all 3 byte formatsTakashi Iwai1-2/+4
2014-07-14pcm: Implement timestamp type handling in all pluginsTakashi Iwai28-58/+73
2014-07-14pcm: Implement timestamp type setup in hw pluginTakashi Iwai1-5/+32
2014-07-14pcm: Add sw_params API functions to get/set timestamp typeTakashi Iwai3-0/+55
2014-07-14pcm: rate: fix hw_ptr exceed the boundaryShengjiu Wang1-0/+2
2014-06-17alsa-lib: pcm_plug: fix float conversion for user specified ttableSergey1-25/+11
2014-06-13pcm: rate plugin - remove the rewind/forward implementationJaroslav Kysela1-78/+6
2014-06-13pcm: rate: add rewindable and forwardable callbacksAlexander E. Patrakov1-0/+12
2014-06-13pcm: null plugin - fix the avail countJaroslav Kysela1-14/+21
2014-06-13pcm: null: add rewindable and forwardable callbacksAlexander E. Patrakov1-0/+13
2014-06-13pcm: multi: implement rewindable and forwardable callbacksAlexander E. Patrakov1-0/+38
2014-06-13pcm:file: add the missing htimestamp callbackAlexander E. Patrakov1-0/+1
2014-06-08pcm: Fix channel map query when there are lots of mapsAnssi Hannula1-1/+1
2014-05-27pcm: route: Correctly close slave pcm when no matching chmap is foundDavid Henningsson1-1/+3
2014-04-28pcm: Fix forward/rewind support in iec958 pluginAlexander E. Patrakov3-3/+44
2014-04-07pcm: rate: Don't return negative frame count on success in rewindAndrew Eikum1-1/+1
2014-04-03pcm: ladspa: Delay LADSPA plugin activate callMatthias Larisch1-2/+2
2014-03-19Revert "pcm: route: Don't handle no matching chmap as a serious error"Takashi Iwai1-1/+3
2014-03-19route: Fix invalid pointer accessTakashi Iwai1-2/+3