Age | Commit message (Expand) | Author | Files | Lines |
2019-12-06 | Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+6 |
2019-12-04 | ALSA: pcm: oss: Avoid potential buffer overflows | Takashi Iwai | 3 | -0/+6 |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
2019-11-20 | ALSA: pcm: Add card sync_irq field | Takashi Iwai | 2 | -0/+3 |
2019-11-20 | ALSA: pcm: Add the support for sync-stop operation | Takashi Iwai | 1 | -0/+15 |
2019-11-20 | ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local header | Takashi Iwai | 2 | -0/+3 |
2019-11-20 | ALSA: pcm: Allow NULL ioctl ops | Takashi Iwai | 1 | -4/+15 |
2019-11-20 | ALSA: pcm: Introduce managed buffer allocation mode | Takashi Iwai | 2 | -13/+82 |
2019-11-14 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -2/+6 |
2019-11-13 | ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed() | paulhsia | 1 | -2/+6 |
2019-11-11 | ALSA: timer: Fix the breakage of slave link open | Takashi Iwai | 1 | -3/+2 |
2019-11-09 | ALSA: pcm: Unexport snd_pcm_sgbuf_ops_page | Takashi Iwai | 2 | -2/+6 |
2019-11-09 | ALSA: pcm: Yet another missing check of non-cached buffer type | Takashi Iwai | 1 | -1/+2 |
2019-11-08 | ALSA: timer: Fix possible race at assigning a timer instance | Takashi Iwai | 2 | -55/+60 |
2019-11-08 | ALSA: timer: Make snd_timer_close() returning void | Takashi Iwai | 1 | -11/+7 |
2019-11-08 | ALSA: timer: Unify master/slave linking code | Takashi Iwai | 1 | -33/+33 |
2019-11-07 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -10/+20 |
2019-11-07 | Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2 | -1/+84 |
2019-11-07 | Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/... | Takashi Iwai | 1 | -1/+1 |
2019-11-06 | ALSA: timer: Fix incorrectly assigned timer instance | Takashi Iwai | 1 | -3/+3 |
2019-11-06 | ALSA: timer: Limit max amount of slave instances | Takashi Iwai | 1 | -0/+10 |
2019-11-06 | Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 1 | -1/+1 |
2019-11-06 | ALSA: pcm: Create proc files only for non-empty preallocations | Takashi Iwai | 1 | -1/+2 |
2019-11-06 | ALSA: pcm: Warn if doubly preallocated | Takashi Iwai | 1 | -0/+2 |
2019-11-06 | ALSA: pcm: Handle special page mapping in the default mmap handler | Takashi Iwai | 1 | -1/+13 |
2019-11-06 | ALSA: memalloc: Add vmalloc buffer allocation support | Takashi Iwai | 1 | -4/+16 |
2019-11-06 | ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS type | Takashi Iwai | 1 | -3/+8 |
2019-11-04 | ALSA: pcm: Fix missing check of the new non-cached buffer type | Takashi Iwai | 1 | -1/+2 |
2019-10-30 | ALSA: timer: Fix mutex deadlock at releasing card | Takashi Iwai | 1 | -7/+17 |
2019-10-23 | compat_ioctl: remove translation for sound ioctls | Arnd Bergmann | 1 | -0/+4 |
2019-10-21 | ASoC: compress: fix unsigned integer overflow check | Xiaojun Sang | 1 | -1/+1 |
2019-10-07 | sound: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -14/+14 |
2019-10-01 | ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_refine_runtime_hwparams | Shengjiu Wang | 1 | -0/+83 |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -7/+6 |
2019-09-09 | Merge branch 'asoc-5.4' into asoc-next | Mark Brown | 1 | -1/+1 |
2019-09-04 | ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_* | Christoph Hellwig | 1 | -7/+6 |
2019-08-28 | ALSA: pcm: add support for 352.8KHz and 384KHz sample rate | Vidyakumar Athota | 1 | -1/+1 |
2019-08-25 | ALSA: seq: Fix potential concurrent access to the deleted pool | Takashi Iwai | 3 | -2/+20 |
2019-07-29 | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drain | Yuki Tsunashima | 1 | -1/+2 |
2019-07-23 | ALSA: compress: Be more restrictive about when a drain is allowed | Charles Keepax | 1 | -0/+6 |
2019-07-23 | ALSA: compress: Don't allow paritial drain operations on capture streams | Charles Keepax | 1 | -0/+8 |
2019-07-23 | ALSA: compress: Prevent bypasses of set_params | Charles Keepax | 1 | -6/+24 |
2019-07-23 | ALSA: compress: Fix regression on compressed capture streams | Charles Keepax | 1 | -5/+11 |
2019-07-19 | ALSA: pcm: Fix refcount_inc() on zero usage | Takashi Iwai | 1 | -4/+5 |
2019-07-16 | ALSA: seq: Break too long mutex context in the write loop | Takashi Iwai | 1 | -1/+10 |
2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 84 | -1174/+84 |
2019-07-01 | Merge branch 'for-linus' into for-next | Takashi Iwai | 2 | -2/+2 |
2019-06-28 | ALSA: seq: fix incorrect order of dest_client/dest_ports arguments | Colin Ian King | 2 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -8/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 1 | -5/+1 |