summaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8 days4-13/+372
|\
| * ALSA: ump: Fix the wrong format specifierzhang jiao2024-11-141-1/+1
| * ALSA: pcm: Define snd_pcm_mmap_data_{open|close}() locallyTakashi Iwai2024-11-131-0/+20
| * ALSA: ump: remove unnecessary check on blkLuo Yifan2024-11-081-1/+1
| * Merge branch 'topic/compress-accel' into for-nextTakashi Iwai2024-11-061-5/+5
| |\
| | * ALSA: compress_offload: Use runtime pointer in snd_compr_poll()Peter Ujfalusi2024-11-061-5/+5
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2024-11-051-1/+1
| |\ \ | | |/ | |/|
| * | ALSA: compress_offload: introduce accel operation modeJaroslav Kysela2024-10-252-6/+345
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11 days1-1/+1
|\ \ \ | |_|/ |/| |
| * | deal with the last remaing boolean uses of fd_file()Al Viro2024-11-031-1/+1
| |/
* / ALSA: ump: Don't enumeration invalid groups for legacy rawmidiTakashi Iwai2024-11-041-1/+1
|/
* ALSA: core: add isascii() check to card ID generatorJaroslav Kysela2024-10-031-4/+10
* Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2024-10-027-11/+3
|\
| * [tree-wide] finally take no_llseek outAl Viro2024-09-277-8/+0
| * Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
| |\
| | * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
* | | ALSA: silence integer wrapping warningDan Carpenter2024-10-011-0/+2
* | | ALSA: mixer_oss: Remove some incorrect kfree_const() usagesChristophe JAILLET2024-09-301-2/+2
* | | ALSA: Fix typos in comments across various filesYu Jiaoliang2024-09-304-4/+4
|/ /
* | ALSA: memalloc: Use proper DMA mapping API for x86 S/G buffer allocationsTakashi Iwai2024-09-121-42/+36
* | ALSA: memalloc: Use proper DMA mapping API for x86 WC buffer allocationsTakashi Iwai2024-09-121-18/+31
* | ALSA: ump: Use %*ph to print small bufferAndy Shevchenko2024-09-121-10/+3
* | ALSA: pcm: Fix breakage of PCM rates used for topologyTakashi Iwai2024-09-112-11/+17
* | ALSA: memalloc: Drop Xen PV workaround againTakashi Iwai2024-09-111-16/+3
* | ALSA: memalloc: Move snd_malloc_ops definition into memalloc.c againTakashi Iwai2024-09-102-17/+11
* | ALSA: pcm: add more sample rate definitionsJerome Brunet2024-09-061-3/+3
* | ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai2024-09-024-10/+10
* | ALSA: core: timer: Use NSEC_PER_SEC macroJinjie Ruan2024-09-021-1/+1
* | ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul()Takashi Iwai2024-09-021-1/+1
* | ALSA: pcm: Fix the previous conversion to kstrtoul()Takashi Iwai2024-09-011-1/+1
* | ALSA: pcm: replace simple_strtoul to kstrtoulHongbo Li2024-08-311-1/+4
* | ALSA: pcm: Drop PCM vmalloc buffer helpersTakashi Iwai2024-08-271-59/+0
* | Merge branch 'topic/seq-filter-cleanup' into for-nextTakashi Iwai2024-08-191-12/+10
|\ \
| * | ALSA: seq: Drop superfluous filter argument of get_event_dest_client()Takashi Iwai2024-08-191-12/+7
| * | ALSA: seq: Skip event type filtering for UMP eventsTakashi Iwai2024-08-191-0/+3
* | | ALSA: timer: Introduce virtual userspace-driven timersIvan Orlov2024-08-182-0/+235
* | | ALSA: seq: Remove unused declarationsYue Haibing2024-08-173-7/+0
* | | ALSA: oss: Remove unused declarationsYue Haibing2024-08-161-3/+0
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2024-08-121-1/+1
|\| |
| * | ALSA: timer: Relax start tick time check for slave timer elementsTakashi Iwai2024-08-101-1/+1
* | | ALSA: pcm: Add xrun counter for snd_pcm_substreamNorman Bintang2024-08-102-0/+9
* | | Merge branch 'topic/control-lookup-rwlock' into for-nextTakashi Iwai2024-08-098-148/+154
|\ \ \
| * | | ALSA: control: Optimize locking for look-upTakashi Iwai2024-08-094-77/+44
| * | | ALSA: control: Rename ctl_files_rwlock to controls_rwlockTakashi Iwai2024-08-092-6/+6
| |/ /
| * | Merge tag 'sound-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-08-023-79/+127
| |\ \ | | |/ | |/|
| | * ALSA: seq: ump: Explicitly reset RPN with Null RPNTakashi Iwai2024-07-311-5/+16
| | * ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai2024-07-311-30/+44
| | * ALSA: seq: ump: Use the common RPN/bank conversion contextTakashi Iwai2024-07-312-17/+7
| | * ALSA: ump: Explicitly reset RPN with Null RPNTakashi Iwai2024-07-311-5/+14
| | * ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data receptionTakashi Iwai2024-07-311-17/+32