summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-301-1/+1
|\ \
| * | ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra2021-08-271-1/+1
* | | ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai2021-08-141-0/+9
* | | ALSA: memalloc: Count continuous pages in vmalloc buffer handlerTakashi Iwai2021-08-131-7/+21
* | | ALSA: core: control_led: use strscpy instead of strlcpyPierre-Louis Bossart2021-08-131-1/+1
* | | ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai2021-08-091-2/+7
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-092-13/+31
|\| |
| * | ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai2021-08-091-1/+4
| |/
| * ALSA: seq: Fix racy deletion of subscriberTakashi Iwai2021-08-031-12/+27
* | ALSA: memalloc: Fix mmap of SG-buffer with WC pagesTakashi Iwai2021-08-081-0/+9
* | ALSA: memalloc: Store snd_dma_buffer.addr for continuous pages, tooTakashi Iwai2021-08-041-2/+5
* | ALSA: memalloc: Fix pgprot for WC mmap on x86Takashi Iwai2021-08-041-0/+4
* | ALSA: memalloc: Support WC allocation on all architecturesTakashi Iwai2021-08-041-7/+39
* | ALSA: pcm: Allow exact buffer preallocationTakashi Iwai2021-08-041-16/+51
* | ALSA: memalloc: Correctly name as WCTakashi Iwai2021-08-042-8/+8
* | ALSA: memalloc: Minor refactoringTakashi Iwai2021-08-043-33/+26
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-022-5/+13
|\|
| * ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUSTakashi Iwai2021-08-021-1/+1
| * ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela2021-07-301-1/+1
| * ALSA: pcm: Fix mmap without buffer preallocationTakashi Iwai2021-07-201-0/+2
| * ALSA: pcm: Fix mmap capability checkTakashi Iwai2021-07-201-4/+10
* | ALSA: core: Fix double calls of snd_card_free() via devresTakashi Iwai2021-07-311-4/+10
* | ALSA: seq: Fix comments of wrong client number for MIDI PassthroughTakashi Iwai2021-07-271-4/+4
* | ALSA: core: Add device-managed request_dma()Takashi Iwai2021-07-191-0/+38
* | ALSA: core: Add managed card creationTakashi Iwai2021-07-191-8/+91
* | ALSA: core: Add device-managed page allocator helperTakashi Iwai2021-07-191-0/+46
* | ALSA: compress: Initialize mutex in snd_compress_new()Takashi Iwai2021-07-151-0/+1
* | ALSA: compress: Drop unused functionsTakashi Iwai2021-07-151-68/+0
|/
* ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young2021-07-121-3/+8
* Merge tag 'asoc-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-07-011-42/+132
|\
| * Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Hei...Mark Brown2021-06-233-9/+37
| |\
| * | ALSA: iec958: Split status creation and fillMaxime Ripard2021-06-081-42/+132
* | | Merge branch 'for-next' into for-linusTakashi Iwai2021-07-0136-465/+873
|\ \ \ | |_|/ |/| |
| * | ALSA: seq: oss: Fix error check at system port creationTakashi Iwai2021-06-171-3/+2
| * | ALSA: control_led - fix initialization in the mode show callbackJaroslav Kysela2021-06-141-1/+1
| * | ALSA: core: Add continuous and vmalloc mmap opsTakashi Iwai2021-06-101-0/+17
| * | ALSA: core: Move mmap handler into memalloc opsTakashi Iwai2021-06-103-16/+40
| * | ALSA: core: Abstract memory alloc helpersTakashi Iwai2021-06-106-223/+322
| * | ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM...Takashi Sakamoto2021-06-101-15/+49
| * | ALSA: seq: Fix assignment in if conditionTakashi Iwai2021-06-0913-72/+131
| * | ALSA: oss: Fix assignment in if conditionTakashi Iwai2021-06-093-50/+91
| * | ALSA: pcm: Fix assignment in if conditionTakashi Iwai2021-06-093-8/+16
| * | ALSA: core: Fix assignment in if conditionTakashi Iwai2021-06-095-9/+18
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2021-06-082-8/+28
| |\ \
| * | | ALSA: core: use DEVICE_ATTR_*() macroYueHaibing2021-05-281-11/+8
| * | | ALSA: control_led - use DEVICE_ATTR_*() macroYueHaibing2021-05-251-15/+19
| * | | ALSA: pcm: use DEVICE_ATTR_RO macroYueHaibing2021-05-251-2/+2
| * | | Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai2021-05-254-39/+65
| |\ \ \