summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: gus: Fix erroneous memory allocationTakashi Iwai2021-12-131-1/+1
* ALSA: sound/isa/gus: check the return value of kstrdup()Xiaoke Wang2021-12-131-2/+6
* ALSA: uapi: use C90 comment style instead of C99 styleTakashi Sakamoto2021-12-131-3/+5
* ALSA: pcm: comment about relation between msbits hw parameter and [S|U]32 for...Takashi Sakamoto2021-12-132-0/+6
* kselftest: alsa: Use private alsa-lib configuration in mixer testJaroslav Kysela2021-12-121-1/+55
* kselftest: alsa: optimization for SNDRV_CTL_ELEM_ACCESS_VOLATILETakashi Sakamoto2021-12-121-3/+9
* kselftest: alsa: Add simplistic test for ALSA mixer controls kselftestMark Brown2021-12-125-1/+625
* ALSA: sparc: no need to initialise statics to 0Jason Wang2021-12-121-3/+3
* ALSA: seq: Set upper limit of processed eventsTakashi Iwai2021-12-071-2/+12
* ALSA: mixart: Add sanity check for timer notify streamsTakashi Iwai2021-12-071-0/+2
* ALSA: ppc: beep: fix clang -Wimplicit-fallthroughAnders Roxell2021-12-071-1/+1
* ALSA: mixart: Reduce size of mixart_timer_notifyKees Cook2021-12-072-3/+10
* ALSA: usb-audio: Drop CONFIG_PM ifdefsTakashi Iwai2021-12-066-27/+0
* ALSA: oss: remove useless NULL check before kfreeBernard Zhao2021-12-061-4/+2
* ALSA: Fix some typoChristophe JAILLET2021-12-065-7/+7
* ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's IDTakashi Iwai2021-12-023-3/+3
* ALSA: hda/hdmi: Consider ELD is invalid when no SAD is presentKai-Heng Feng2021-12-021-1/+1
* ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2021-12-011-1/+1
* ASoC: Intel: Skylake: Use NHLT API to search for blobAmadeusz Sławiński2021-11-305-118/+21
* ALSA: hda: Simplify DMIC-in-NHLT checkAmadeusz Sławiński2021-11-301-1/+1
* ALSA: hda: Fill gaps in NHLT endpoint-interfaceAmadeusz Sławiński2021-11-302-8/+131
* ALSA: hda: Make proper use of timecounterThomas Gleixner2021-11-293-12/+4
* ALSA: led: Use restricted type for iface assignmentTakashi Iwai2021-11-231-1/+1
* ALSA: hda: Remove redundant runtime PM callsTakashi Iwai2021-11-201-4/+0
* ALSA: hda: Do disconnect jacks at codec unbindTakashi Iwai2021-11-173-0/+14
* ALSA: memalloc: Unify x86 SG-buffer handling (take#3)Takashi Iwai2021-11-164-213/+56
* ALSA: hda: Fix potential deadlock at codec unbindingTakashi Iwai2021-11-164-19/+37
* ALSA: hda: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-0/+3
* ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-1/+5
* ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-0/+3
* ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLinkTakashi Iwai2021-11-161-0/+12
* ALSA: usb-audio: Add minimal-mute notion in dB mapping tableTakashi Iwai2021-11-162-0/+2
* ALSA: usb-audio: Use int for dB map valuesTakashi Iwai2021-11-161-2/+2
* ALSA: hda: intel: More comprehensive PM runtime setup for controller driverTakashi Iwai2021-11-151-1/+9
* Linux 5.16-rc1v5.16-rc1Linus Torvalds2021-11-141-2/+2
* kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2021-11-142-5/+6
* Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-11-144-7/+12
|\
| * xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
| * xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-102-3/+7
| * xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
* | Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-145-6/+14
|\ \
| * | parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-131-1/+1
| * | parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-132-4/+10
| * | parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller2021-11-131-0/+1
| * | parisc: Fix backtrace to always include init funtion namesHelge Deller2021-11-131-1/+2
* | | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds2021-11-1421-180/+78
|\ \ \
| * | | sh: pgtable-3level: Fix cast to pointer from integer of different sizeGeert Uytterhoeven2021-10-271-1/+1
| * | | sh: fix READ/WRITE redefinition warningsRandy Dunlap2021-10-271-22/+22
| * | | sh: define __BIG_ENDIAN for math-emuRandy Dunlap2021-10-271-0/+8
| * | | sh: math-emu: drop unused functionsRandy Dunlap2021-10-271-103/+0