aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+18
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-08ALSA: pcm: disallow linking stream to itselfMichał Mirosław1-0/+6
2020-06-08ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław1-2/+12
2020-06-04Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-11/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig2-2/+2
2020-06-01Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2020-05-29Merge tag 'sound-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-2/+2
2020-05-28Merge branch 'for-linus' into for-nextTakashi Iwai4-10/+36
2020-05-26ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu1-2/+2
2020-05-22Merge tag 'sound-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2020-05-18ALSA: pcm: fix incorrect hw_base increaseBrent Lu1-0/+1
2020-05-15Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+27
2020-05-07ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-07ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai1-4/+27
2020-05-01Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+6
2020-04-29ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing1-10/+0
2020-04-26pcm_native: result of put_user() needs to be checkedAl Viro1-4/+8
2020-04-24ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)Takashi Iwai1-4/+6
2020-04-10Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+12
2020-04-03ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai1-10/+12
2020-04-02Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds10-116/+186
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+7
2020-03-30Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai3-10/+56
2020-03-30Merge branch 'for-next' into for-linusTakashi Iwai9-106/+130
2020-03-27Merge branch 'asoc-5.7' into asoc-nextMark Brown3-10/+56
2020-03-23ALSA: core: Add snd_device_get_state() helperTakashi Iwai1-0/+21
2020-03-16ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-03-16ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-03-13ALSA: pcm: Fix superfluous snprintf() usageTakashi Iwai1-1/+1
2020-03-12ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai1-2/+2
2020-03-11Merge tag 'v5.6-rc5' into asoc-5.7Mark Brown5-14/+38
2020-03-09ALSA: pcm: oss: Simplify plugin frame size calculationsTakashi Iwai1-64/+56
2020-03-09Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+8
2020-03-09ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai1-0/+8
2020-03-06Merge series "simple-audio-card codec2codec support" from Samuel Holland <sam...Mark Brown1-9/+9
2020-03-06ALSA: dmaengine_pcm: No need to take runtime reference twice in pcm_pointerPeter Ujfalusi1-2/+0
2020-03-06ALSA: pcm: Add a standalone version of snd_pcm_limit_hw_ratesSamuel Holland1-9/+9
2020-02-18ALSA: core: Implement compress page allocation and free routinesCezary Rojewski1-0/+42
2020-02-17Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai5-14/+38
2020-02-14ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai1-0/+4
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai4-9/+20
2020-02-14ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai1-4/+16
2020-02-14sound: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-7/+7
2020-02-13ALSA: pcm: Fix double hw_free callsTakashi Iwai1-1/+2
2020-02-12ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-11ALSA: dmaengine_pcm: Consider DMA cache caused delay in pointer callbackPeter Ujfalusi1-1/+2
2020-02-11ALSA: dmaengine_pcm: Consider DMA cache caused delay in pointer callbackPeter Ujfalusi1-0/+5
2020-02-10ALSA: info: remove redundant assignment to variable cColin Ian King1-1/+1
2020-02-10ALSA: pcm: Minor refactoringTakashi Iwai1-6/+11
2020-02-10ALSA: pcm_dmaengine: Use pcm_for_each_format() macro for PCM format iterationTakashi Iwai1-1/+1
2020-02-10ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai1-14/+18
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai2-18/+16
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-79/+140
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-19/+17
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai2-70/+125
2020-01-29ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai1-9/+15
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai2-18/+52
2020-01-20Merge branch 'for-linus' into for-nextTakashi Iwai1-5/+9
2020-01-16ALSA: pcm: Make snd_pcm_hw_constraints_init() and _complete() staticTakashi Iwai2-5/+2
2020-01-15ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai1-5/+9
2020-01-12ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart1-1/+1
2020-01-08ALSA: control: potential uninitialized return valueDan Carpenter1-1/+1
2020-01-05ALSA: rawmidi: More constificationTakashi Iwai1-1/+1
2020-01-05ALSA: oss: More constificationsTakashi Iwai2-2/+2
2020-01-05ALSA: jack: More constificationTakashi Iwai1-1/+1
2020-01-05ALSA: info: More constificationsTakashi Iwai1-2/+2
2020-01-05ALSA: seq: More constificationsTakashi Iwai3-8/+8
2020-01-05ALSA: pcm: More constificationsTakashi Iwai3-9/+10
2020-01-04ALSA: control: Add verification for kctl accessesTakashi Iwai3-38/+256
2020-01-03ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definitionTakashi Iwai1-6/+8
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai1-15/+22
2020-01-03ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai2-2/+2
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai8-9/+9
2020-01-03ALSA: core: Treat snd_device_ops as constTakashi Iwai1-1/+1
2019-12-24ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto1-2/+3
2019-12-23ALSA: ctl: remove dimen member from elem_info structureTakashi Sakamoto1-32/+0
2019-12-18Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai8-455/+614
2019-12-14ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-12-14ALSA: control: remove useless assignment in .info callback of PCM chmap elementTakashi Sakamoto1-1/+0
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann3-31/+47
2019-12-13ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann2-98/+100
2019-12-13ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang2-38/+117
2019-12-11ALSA: Avoid using timespec for struct snd_rawmidi_statusBaolin Wang2-94/+125
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang3-124/+138
2019-12-11ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang2-57/+62
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang3-32/+44
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+6
2019-12-04ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai3-0/+6
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai2-0/+3
2019-11-20ALSA: pcm: Add the support for sync-stop operationTakashi Iwai1-0/+15
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai2-0/+3
2019-11-20ALSA: pcm: Allow NULL ioctl opsTakashi Iwai1-4/+15
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai2-13/+82
2019-11-14Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+6
2019-11-13ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia1-2/+6
2019-11-11ALSA: timer: Fix the breakage of slave link openTakashi Iwai1-3/+2
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai2-2/+6
2019-11-09ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai1-1/+2
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2-55/+60
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai1-11/+7
2019-11-08ALSA: timer: Unify master/slave linking codeTakashi Iwai1-33/+33
2019-11-07Merge branch 'for-linus' into for-nextTakashi Iwai1-10/+20
2019-11-07Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2-1/+84
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-1/+1
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai1-3/+3
2019-11-06ALSA: timer: Limit max amount of slave instancesTakashi Iwai1-0/+10
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-1/+1
2019-11-06ALSA: pcm: Create proc files only for non-empty preallocationsTakashi Iwai1-1/+2
2019-11-06ALSA: pcm: Warn if doubly preallocatedTakashi Iwai1-0/+2
2019-11-06ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai1-1/+13
2019-11-06ALSA: memalloc: Add vmalloc buffer allocation supportTakashi Iwai1-4/+16
2019-11-06ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS typeTakashi Iwai1-3/+8
2019-11-04ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai1-1/+2
2019-10-30ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai1-7/+17
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann1-0/+4
2019-10-21ASoC: compress: fix unsigned integer overflow checkXiaojun Sang1-1/+1
2019-10-07sound: Fix Kconfig indentationKrzysztof Kozlowski1-14/+14
2019-10-01ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_refine_runtime_hwparamsShengjiu Wang1-0/+83
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+6
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown1-1/+1
2019-09-04ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig1-7/+6
2019-08-28ALSA: pcm: add support for 352.8KHz and 384KHz sample rateVidyakumar Athota1-1/+1
2019-08-25ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai3-2/+20
2019-07-29ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima1-1/+2
2019-07-23ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax1-0/+6
2019-07-23ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax1-0/+8
2019-07-23ALSA: compress: Prevent bypasses of set_paramsCharles Keepax1-6/+24
2019-07-23ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-5/+11
2019-07-19ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai1-4/+5
2019-07-16ALSA: seq: Break too long mutex context in the write loopTakashi Iwai1-1/+10
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai84-1174/+84
2019-07-01Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+2
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2019-05-31ALSA: control: Use struct_size()Takashi Iwai1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner74-1130/+74
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-10/+1
2019-05-24ALSA: pcm: oss: Use struct_size() helperGustavo A. R. Silva1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds15-241/+270
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov4-4/+4
2019-05-06Merge branch 'for-linus' into for-nextTakashi Iwai2-11/+19
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai3-7/+37
2019-04-16ALSA: core: Fix card races between register and disconnectTakashi Iwai1-9/+9
2019-04-16ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai1-2/+10
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai1-1/+6
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai5-28/+39
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai3-5/+49
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai4-42/+12
2019-04-12ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai1-1/+1
2019-04-11Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai1-7/+2
2019-04-10ALSA: timer: Coding style fixesTakashi Iwai1-4/+16
2019-04-10ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai1-19/+20
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai3-15/+13
2019-04-09ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai1-2/+7
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai4-35/+25
2019-04-09ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai2-4/+4
2019-04-09ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai1-5/+5
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai1-5/+6
2019-04-05ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra1-3/+3
2019-03-28Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai1-49/+74
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai2-57/+10
2019-03-27ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai1-12/+33
2019-03-27ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai1-6/+4
2019-03-27ALSA: timer: Make sure to clear pending ack listTakashi Iwai1-2/+18
2019-03-27ALSA: timer: Unify timer callback process codeTakashi Iwai1-36/+26
2019-03-25ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai1-1/+8
2019-03-22ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai1-21/+22
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-3/+4
2019-03-21ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-02-13ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali1-0/+4
2019-02-13Merge branch 'for-linus' into for-nextTakashi Iwai1-16/+4
2019-02-11ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan1-0/+8
2019-02-08ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai1-16/+4
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai1-21/+8
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai2-30/+14
2019-02-06ALSA: info: Minor optimizationTakashi Iwai1-15/+8
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2-5/+5
2019-02-06ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai1-0/+32
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai1-10/+1
2019-02-06ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai2-65/+37
2019-02-05ALSA: info: Always register entries recursivelyTakashi Iwai1-31/+34
2019-02-05ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai1-0/+2
2019-01-31ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski1-2/+0
2019-01-29Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+10
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai1-1/+8
2019-01-25ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai1-3/+2
2019-01-24Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai3-126/+169
2019-01-24ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai1-2/+10
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai2-69/+13
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2-4/+1