Age | Commit message (Expand) | Author | Files | Lines |
2024-05-09 | ALSA: pcmtest: Add missing module descriptions | Takashi Iwai | 1 | -0/+1 |
2024-05-08 | ALSA: drivers: Use *-y instead of *-objs in Makefile | Takashi Iwai | 6 | -16/+16 |
2024-04-18 | ALSA: aloop: add support for up to 768kHz sample rate | Pavel Hofman | 1 | -2/+2 |
2024-04-18 | ALSA: aloop: add DSD formats | Pavel Hofman | 1 | -1/+4 |
2024-03-21 | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
2024-02-12 | ALSA: pcsp: Replace with DEFINE_SIMPLE_DEV_PM_OPS() | Takashi Iwai | 1 | -7/+2 |
2024-02-12 | ALSA: dummy: Replace with DEFINE_SIPMLE_DEV_PM_OPS() | Takashi Iwai | 1 | -7/+2 |
2024-02-12 | ALSA: aloop: Replace with DEFINE_SIMPLE_DEV_PM_OPS() | Takashi Iwai | 1 | -7/+2 |
2024-01-28 | treewide, serdev: change receive_buf() return type to size_t | Francesco Dolcini | 1 | -2/+2 |
2024-01-19 | Merge tag 'sound-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+17 |
2024-01-12 | ALSA: aloop: Introduce a function to get if access is interleaved mode | Chancel Liu | 1 | -6/+17 |
2023-12-11 | Merge 6.7-rc5 into tty-next | Greg Kroah-Hartman | 1 | -1/+12 |
2023-12-08 | tty: serdev: convert to u8 and size_t | Jiri Slaby (SUSE) | 1 | -2/+2 |
2023-12-07 | ALSA: pcmtest: stop timer before buffer is released | Ivan Orlov | 1 | -1/+12 |
2023-10-06 | ALSA: aloop: Add control element for getting the access mode | Ivan Orlov | 1 | -1/+44 |
2023-10-06 | ALSA: aloop: Add support for the non-interleaved access mode | Ivan Orlov | 1 | -3/+28 |
2023-08-28 | Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 1 | -1/+1 |
2023-08-24 | ALSA: pcmtest: Add support for pcm pausing | Ivan Orlov | 1 | -8/+41 |
2023-08-18 | ALSA: pcmtest: Update comment about PCM copy ops | Takashi Iwai | 1 | -1/+1 |
2023-08-18 | ALSA: dummy: Convert to generic PCM copy ops | Takashi Iwai | 1 | -10/+2 |
2023-08-18 | ALSA: Make SND_PCMTEST depend on DEBUG_FS | Ruan Jinjie | 1 | -0/+1 |
2023-08-13 | ALSA: Remove redundant of_match_ptr() | Ruan Jinjie | 1 | -1/+1 |
2023-08-08 | ALSA: pcmtest: Remove redundant definitions | Ivan Orlov | 1 | -5/+3 |
2023-08-08 | ALSA: pcmtest: Move buffer iterator initialization to prepare callback | Ivan Orlov | 1 | -17/+16 |
2023-07-16 | ALSA: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-07-14 | ALSA: pcmtest: minor optimizations | Ivan Orlov | 1 | -4/+5 |
2023-07-14 | ALSA: pcmtest: Add 'open' PCM callback error injection | Ivan Orlov | 1 | -0/+7 |
2023-07-10 | ALSA: pcmtest: Don't use static storage to track per device data | Uwe Kleine-König | 1 | -3/+6 |
2023-07-10 | ALSA: pcmtest: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2023-06-07 | ALSA: Implement the new Virtual PCM Test Driver | Ivan Orlov | 3 | -0/+745 |
2023-05-22 | ALSA: add HAS_IOPORT dependencies | Niklas Schnelle | 1 | -0/+3 |
2023-04-24 | Merge tag 'asoc-v6.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2 | -8/+4 |
2023-03-20 | ALSA: portman2x4: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | ALSA: mts64: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-19 | ALSA: portman2x4: remove unused portman_read_command,data functions | Tom Rix | 1 | -10/+0 |
2022-12-06 | ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt | Gaosheng Cui | 1 | -0/+3 |
2022-09-27 | ALSA: aloop: Replace runtime->status->state reference to runtime->state | Takashi Iwai | 1 | -2/+2 |
2022-09-12 | ALSA: dummy: Add customizable volume min/max. | YJ Lee | 1 | -10/+24 |
2022-09-12 | ALSA: dummy: Fix trailing whitespaces. | YJ Lee | 1 | -4/+4 |
2022-09-06 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -3/+4 |
2022-09-02 | ALSA: aloop: Fix random zeros in capture data when using jiffies timer | Pattara Teerapong | 1 | -3/+4 |
2022-08-24 | ALSA: vx: Drop superfluous GFP setup | Takashi Iwai | 1 | -2/+1 |
2022-05-12 | ALSA: Add generic serial MIDI driver using serial bus API | Daniel Kaehn | 3 | -0/+394 |
2022-04-12 | ALSA: mtpav: Don't call card private_free at probe error path | Takashi Iwai | 1 | -2/+2 |
2022-01-06 | ALSA: virmidi: Remove duplicated code | Stefan Sauer | 1 | -3/+0 |
2021-12-13 | ALSA: drivers: opl3: Fix incorrect use of vp->state | Colin Ian King | 1 | -1/+1 |
2021-09-28 | ALSA: pcsp: Make hrtimer forwarding more robust | Thomas Gleixner | 1 | -1/+1 |
2021-07-19 | ALSA: pcsp: Allocate resources with device-managed APIs | Takashi Iwai | 3 | -46/+18 |
2021-07-19 | ALSA: dummy: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -17/+7 |
2021-07-19 | ALSA: aloop: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -18/+8 |