aboutsummaryrefslogtreecommitdiff
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-06ALSA: virmidi: Remove duplicated codeGravatar Stefan Sauer 1-3/+0
2021-12-13ALSA: drivers: opl3: Fix incorrect use of vp->stateGravatar Colin Ian King 1-1/+1
2021-09-28ALSA: pcsp: Make hrtimer forwarding more robustGravatar Thomas Gleixner 1-1/+1
2021-07-19ALSA: pcsp: Allocate resources with device-managed APIsGravatar Takashi Iwai 3-46/+18
2021-07-19ALSA: dummy: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-17/+7
2021-07-19ALSA: aloop: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-18/+8
2021-07-19ALSA: mpu401: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-29/+5
2021-07-19ALSA: serial-u16550: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-48/+9
2021-07-19ALSA: mtpav: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-21/+9
2021-07-19ALSA: virmidi: Allocate resources with device-managed APIsGravatar Takashi Iwai 1-15/+6
2021-07-19ALSA: vx: Manage vx_core object with devresGravatar Takashi Iwai 1-2/+10
2021-07-19ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization"Gravatar Colin Ian King 1-1/+1
2021-06-09ALSA: serial: Fix assignment in if conditionGravatar Takashi Iwai 4-29/+43
2021-06-09ALSA: opl3: Fix assignment in if conditionGravatar Takashi Iwai 3-20/+37
2021-06-09ALSA: vx: Fix assignment in if conditionGravatar Takashi Iwai 4-48/+95
2021-06-09ALSA: mpu401: Fix assignment in if conditionGravatar Takashi Iwai 2-9/+19
2021-05-27ALSA: drivers: opl3: fix useless self-comparisonGravatar Pierre-Louis Bossart 1-2/+1
2021-04-09Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-3/+8
2021-04-07ALSA: aloop: Fix initialization of controlsGravatar Jonas Holmberg 1-3/+8
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextGravatar Takashi Iwai 8-8/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 8-8/+0
2021-03-03ALSA: vx: fix kernel-doc warningGravatar Pierre-Louis Bossart 1-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 2-2/+2
2020-12-25ALSA: vx: Use roundup() instead of open-coding itGravatar Lars-Peter Clausen 1-2/+1
2020-12-25ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding itGravatar Lars-Peter Clausen 1-1/+1
2020-12-25ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding itGravatar Lars-Peter Clausen 1-1/+1
2020-11-21ALSA: aloop: Constify ops structsGravatar Rikard Falkeborn 1-3/+3
2020-11-21ALSA: pcsp: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-10-06ALSA: portman2x4: fix repeated word 'if'Gravatar Randy Dunlap 1-1/+1
2020-09-09ALSA: aloop: Replace tasklet with workGravatar Takashi Iwai 1-12/+11
2020-09-09ALSA: pcsp: Replace tasklet with workGravatar Takashi Iwai 1-7/+5
2020-09-09Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+1
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentGravatar Pierre-Louis Bossart 1-1/+0
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentGravatar Pierre-Louis Bossart 1-1/+0
2020-09-03ALSA: vx: vx_core: clarify operator precedenceGravatar Pierre-Louis Bossart 1-2/+2
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-3/+4
2020-08-03Merge branch 'for-next' into for-linusGravatar Takashi Iwai 7-2002/+4
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Gravatar Kees Cook 1-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-08Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+2
2020-07-07ALSA: vx_core: remove warning for empty loop bodyGravatar Pierre-Louis Bossart 1-1/+2
2020-07-07ALSA: opl3: fix infoleak in opl3Gravatar xidongwang 1-0/+2
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-1999/+0
2020-05-28sound: ac97: Remove sound driver for ancient platformGravatar Michal Simek 5-1999/+0
2020-05-07ALSA: portman2x4: Use bitwise instead of arithmetic operator for flagsGravatar Samuel Zou 1-1/+1
2020-02-10ALSA: dummy: Use standard macros for fixing PCM format castGravatar Takashi Iwai 1-3/+3
2020-02-10ALSA: aloop: Fix PCM format assignmentGravatar Takashi Iwai 1-3/+3
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-02-01ALSA: dummy: Fix PCM format loop in proc outputGravatar Takashi Iwai 1-1/+1
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 24-164/+92