summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Kramer4-2/+13
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-25doc: fix cross-compiling exampleDmitry Voytik1-6/+3
2014-08-22pcm: 2nd round of pcm_misc DSD fixesJurgen Kramer1-0/+5
2014-08-18Sync enum snd_hwdep_iface_t with include/asound/asound.hTakashi Sakamoto1-2/+7
2014-08-11pcm: Add missing signed and endianess definitions for DSD formatsTakashi Iwai1-0/+4
2014-08-11Sync include/sound/asound.h with 3.17-rc1 kernelTakashi Iwai1-4/+9
2014-08-11pcm: Fix DSD formats userland usabilityJurgen Kramer2-1/+7
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 Iwai3-2/+4
2014-07-21pcm: route: Use get/put labels for all 3 byte formatsTakashi Iwai1-2/+4
2014-07-14test/audio_time: Set timestamp type explicitlyTakashi Iwai1-0/+13
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 Iwai4-0/+64
2014-07-14Add timestamp type to sw_params (internal only)Takashi Iwai1-2/+4
2014-07-14pcm: Provide a CLOCK_MONOTONIC_RAW timestamp typeMark Brown1-1/+2
2014-07-14pcm: rate: fix hw_ptr exceed the boundaryShengjiu Wang1-0/+2
2014-07-08USB-Audio: Add second S/PDIF device on Phiree U2Anssi Hannula1-0/+40
2014-07-01ICE1712: add surround71 pcm definitionAlexander E. Patrakov1-0/+22
2014-06-27ucm: Document PlaybackPCMIsDummy and CapturePCMIsDummy valuesTanu Kaskinen1-0/+10
2014-06-17Release v1.0.28v1.0.28Jaroslav Kysela1-1/+1
2014-06-17alsa-lib: pcm_plug: fix float conversion for user specified ttableSergey1-25/+11
2014-06-13Loopback.conf: fix the commentJaroslav Kysela1-1/+1
2014-06-13Add -lm to test programs to fix build failure.Jordi Mallach1-0/+2
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
2014-03-19route: Return NULL in case of zero found channels in determine_chmapDavid Henningsson1-1/+4
2014-03-18pcm: route: Don't handle no matching chmap as a serious errorTakashi Iwai1-3/+1