summaryrefslogtreecommitdiff
path: root/sound/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-09ALSA: pcmtest: Add missing module descriptionsTakashi Iwai1-0/+1
2024-05-08ALSA: drivers: Use *-y instead of *-objs in MakefileTakashi Iwai6-16/+16
2024-04-18ALSA: aloop: add support for up to 768kHz sample ratePavel Hofman1-2/+2
2024-04-18ALSA: aloop: add DSD formatsPavel Hofman1-1/+4
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2024-02-12ALSA: pcsp: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-7/+2
2024-02-12ALSA: dummy: Replace with DEFINE_SIPMLE_DEV_PM_OPS()Takashi Iwai1-7/+2
2024-02-12ALSA: aloop: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-7/+2
2024-01-28treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-2/+2
2024-01-19Merge tag 'sound-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+17
2024-01-12ALSA: aloop: Introduce a function to get if access is interleaved modeChancel Liu1-6/+17
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman1-1/+12
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-2/+2
2023-12-07ALSA: pcmtest: stop timer before buffer is releasedIvan Orlov1-1/+12
2023-10-06ALSA: aloop: Add control element for getting the access modeIvan Orlov1-1/+44
2023-10-06ALSA: aloop: Add support for the non-interleaved access modeIvan Orlov1-3/+28
2023-08-28Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-1/+1
2023-08-24ALSA: pcmtest: Add support for pcm pausingIvan Orlov1-8/+41
2023-08-18ALSA: pcmtest: Update comment about PCM copy opsTakashi Iwai1-1/+1
2023-08-18ALSA: dummy: Convert to generic PCM copy opsTakashi Iwai1-10/+2
2023-08-18ALSA: Make SND_PCMTEST depend on DEBUG_FSRuan Jinjie1-0/+1
2023-08-13ALSA: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-08-08ALSA: pcmtest: Remove redundant definitionsIvan Orlov1-5/+3
2023-08-08ALSA: pcmtest: Move buffer iterator initialization to prepare callbackIvan Orlov1-17/+16
2023-07-16ALSA: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-14ALSA: pcmtest: minor optimizationsIvan Orlov1-4/+5
2023-07-14ALSA: pcmtest: Add 'open' PCM callback error injectionIvan Orlov1-0/+7
2023-07-10ALSA: pcmtest: Don't use static storage to track per device dataUwe Kleine-König1-3/+6
2023-07-10ALSA: pcmtest: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-06-07ALSA: Implement the new Virtual PCM Test DriverIvan Orlov3-0/+745
2023-05-22ALSA: add HAS_IOPORT dependenciesNiklas Schnelle1-0/+3
2023-04-24Merge tag 'asoc-v6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2-8/+4
2023-03-20ALSA: portman2x4: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ALSA: mts64: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-19ALSA: portman2x4: remove unused portman_read_command,data functionsTom Rix1-10/+0
2022-12-06ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interruptGaosheng Cui1-0/+3
2022-09-27ALSA: aloop: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-09-12ALSA: dummy: Add customizable volume min/max.YJ Lee1-10/+24
2022-09-12ALSA: dummy: Fix trailing whitespaces.YJ Lee1-4/+4
2022-09-06Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+4
2022-09-02ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong1-3/+4
2022-08-24ALSA: vx: Drop superfluous GFP setupTakashi Iwai1-2/+1
2022-05-12ALSA: Add generic serial MIDI driver using serial bus APIDaniel Kaehn3-0/+394
2022-04-12ALSA: mtpav: Don't call card private_free at probe error pathTakashi Iwai1-2/+2
2022-01-06ALSA: virmidi: Remove duplicated codeStefan Sauer1-3/+0
2021-12-13ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King1-1/+1
2021-09-28ALSA: pcsp: Make hrtimer forwarding more robustThomas Gleixner1-1/+1
2021-07-19ALSA: pcsp: Allocate resources with device-managed APIsTakashi Iwai3-46/+18
2021-07-19ALSA: dummy: Allocate resources with device-managed APIsTakashi Iwai1-17/+7
2021-07-19ALSA: aloop: Allocate resources with device-managed APIsTakashi Iwai1-18/+8