summaryrefslogtreecommitdiffstats
path: root/sound/drivers
Commit message (Expand)AuthorAgeFilesLines
* ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interruptGaosheng Cui2022-12-061-0/+3
* ALSA: aloop: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+2
* ALSA: dummy: Add customizable volume min/max.YJ Lee2022-09-121-10/+24
* ALSA: dummy: Fix trailing whitespaces.YJ Lee2022-09-121-4/+4
* Merge branch 'for-linus' into for-nextTakashi Iwai2022-09-061-3/+4
|\
| * ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong2022-09-021-3/+4
* | ALSA: vx: Drop superfluous GFP setupTakashi Iwai2022-08-241-2/+1
|/
* ALSA: Add generic serial MIDI driver using serial bus APIDaniel Kaehn2022-05-123-0/+394
* ALSA: mtpav: Don't call card private_free at probe error pathTakashi Iwai2022-04-121-2/+2
* ALSA: virmidi: Remove duplicated codeStefan Sauer2022-01-061-3/+0
* ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King2021-12-131-1/+1
* ALSA: pcsp: Make hrtimer forwarding more robustThomas Gleixner2021-09-281-1/+1
* ALSA: pcsp: Allocate resources with device-managed APIsTakashi Iwai2021-07-193-46/+18
* ALSA: dummy: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-17/+7
* ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-18/+8
* ALSA: mpu401: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-29/+5
* ALSA: serial-u16550: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-48/+9
* ALSA: mtpav: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-21/+9
* ALSA: virmidi: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-15/+6
* ALSA: vx: Manage vx_core object with devresTakashi Iwai2021-07-191-2/+10
* ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization"Colin Ian King2021-07-191-1/+1
* ALSA: serial: Fix assignment in if conditionTakashi Iwai2021-06-094-29/+43
* ALSA: opl3: Fix assignment in if conditionTakashi Iwai2021-06-093-20/+37
* ALSA: vx: Fix assignment in if conditionTakashi Iwai2021-06-094-48/+95
* ALSA: mpu401: Fix assignment in if conditionTakashi Iwai2021-06-092-9/+19
* ALSA: drivers: opl3: fix useless self-comparisonPierre-Louis Bossart2021-05-271-2/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-04-091-3/+8
|\
| * ALSA: aloop: Fix initialization of controlsJonas Holmberg2021-04-071-3/+8
* | Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai2021-03-308-8/+0
|\ \
| * | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-178-8/+0
| |/
* / ALSA: vx: fix kernel-doc warningPierre-Louis Bossart2021-03-031-1/+1
|/
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-082-2/+2
* ALSA: vx: Use roundup() instead of open-coding itLars-Peter Clausen2020-12-251-2/+1
* ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* ALSA: aloop: Constify ops structsRikard Falkeborn2020-11-211-3/+3
* ALSA: pcsp: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
* ALSA: portman2x4: fix repeated word 'if'Randy Dunlap2020-10-061-1/+1
* ALSA: aloop: Replace tasklet with workTakashi Iwai2020-09-091-12/+11
* ALSA: pcsp: Replace tasklet with workTakashi Iwai2020-09-091-7/+5
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-09-091-1/+1
|\
| * Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-062-3/+4
| |\
| * | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| * | Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-081-0/+2
| |\ \
* | | | ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart2020-09-031-1/+0
* | | | ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart2020-09-031-1/+0
* | | | ALSA: vx: vx_core: clarify operator precedencePierre-Louis Bossart2020-09-031-2/+2
| |_|/ |/| |
* | | Merge branch 'for-next' into for-linusTakashi Iwai2020-08-037-2002/+4
|\ \ \ | |_|/ |/| |
| * | ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-2/+2
| * | ALSA: vx_core: remove warning for empty loop bodyPierre-Louis Bossart2020-07-071-1/+2
| |/