summaryrefslogtreecommitdiffstats
path: root/sound/drivers
AgeCommit message (Expand)AuthorLines
2023-07-10ALSA: pcmtest: Don't use static storage to track per device dataUwe Kleine-König-3/+6
2023-07-10ALSA: pcmtest: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-06-07ALSA: Implement the new Virtual PCM Test DriverIvan Orlov-0/+745
2023-05-22ALSA: add HAS_IOPORT dependenciesNiklas Schnelle-0/+3
2023-04-24Merge tag 'asoc-v6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-8/+4
2023-03-20ALSA: portman2x4: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-20ALSA: mts64: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-19ALSA: portman2x4: remove unused portman_read_command,data functionsTom Rix-10/+0
2022-12-06ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interruptGaosheng Cui-0/+3
2022-09-27ALSA: aloop: Replace runtime->status->state reference to runtime->stateTakashi Iwai-2/+2
2022-09-12ALSA: dummy: Add customizable volume min/max.YJ Lee-10/+24
2022-09-12ALSA: dummy: Fix trailing whitespaces.YJ Lee-4/+4
2022-09-06Merge branch 'for-linus' into for-nextTakashi Iwai-3/+4
2022-09-02ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong-3/+4
2022-08-24ALSA: vx: Drop superfluous GFP setupTakashi Iwai-2/+1
2022-05-12ALSA: Add generic serial MIDI driver using serial bus APIDaniel Kaehn-0/+394
2022-04-12ALSA: mtpav: Don't call card private_free at probe error pathTakashi Iwai-2/+2
2022-01-06ALSA: virmidi: Remove duplicated codeStefan Sauer-3/+0
2021-12-13ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King-1/+1
2021-09-28ALSA: pcsp: Make hrtimer forwarding more robustThomas Gleixner-1/+1
2021-07-19ALSA: pcsp: Allocate resources with device-managed APIsTakashi Iwai-46/+18
2021-07-19ALSA: dummy: Allocate resources with device-managed APIsTakashi Iwai-17/+7
2021-07-19ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai-18/+8
2021-07-19ALSA: mpu401: Allocate resources with device-managed APIsTakashi Iwai-29/+5
2021-07-19ALSA: serial-u16550: Allocate resources with device-managed APIsTakashi Iwai-48/+9
2021-07-19ALSA: mtpav: Allocate resources with device-managed APIsTakashi Iwai-21/+9
2021-07-19ALSA: virmidi: Allocate resources with device-managed APIsTakashi Iwai-15/+6
2021-07-19ALSA: vx: Manage vx_core object with devresTakashi Iwai-2/+10
2021-07-19ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization"Colin Ian King-1/+1
2021-06-09ALSA: serial: Fix assignment in if conditionTakashi Iwai-29/+43
2021-06-09ALSA: opl3: Fix assignment in if conditionTakashi Iwai-20/+37
2021-06-09ALSA: vx: Fix assignment in if conditionTakashi Iwai-48/+95
2021-06-09ALSA: mpu401: Fix assignment in if conditionTakashi Iwai-9/+19
2021-05-27ALSA: drivers: opl3: fix useless self-comparisonPierre-Louis Bossart-2/+1
2021-04-09Merge branch 'for-linus' into for-nextTakashi Iwai-3/+8
2021-04-07ALSA: aloop: Fix initialization of controlsJonas Holmberg-3/+8
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai-8/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-8/+0
2021-03-03ALSA: vx: fix kernel-doc warningPierre-Louis Bossart-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-2/+2
2020-12-25ALSA: vx: Use roundup() instead of open-coding itLars-Peter Clausen-2/+1
2020-12-25ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen-1/+1
2020-12-25ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen-1/+1
2020-11-21ALSA: aloop: Constify ops structsRikard Falkeborn-3/+3
2020-11-21ALSA: pcsp: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-10-06ALSA: portman2x4: fix repeated word 'if'Randy Dunlap-1/+1
2020-09-09ALSA: aloop: Replace tasklet with workTakashi Iwai-12/+11
2020-09-09ALSA: pcsp: Replace tasklet with workTakashi Iwai-7/+5
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai-1/+1
2020-09-03ALSA: vx: vx_pcm: remove redundant assignmentPierre-Louis Bossart-1/+0