| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | ALSA: drivers: Mark some variables as __ro_after_init | Len Bao | 2 | -3/+3 |
| 2026-05-04 | ALSA: pcmtest: Return -EFAULT on pattern read copy failure | Cássio Gabriel | 1 | -3/+3 |
| 2026-04-27 | ALSA: aloop: Fix peer runtime UAF during format-change stop | Cássio Gabriel | 1 | -13/+30 |
| 2026-04-23 | Revert "ALSA: pcmtest: fix reference leak on failed device registration" | Takashi Iwai | 1 | -3/+1 |
| 2026-04-21 | ALSA: pcmtest: Fix resource leaks in module init error paths | Cássio Gabriel | 1 | -3/+12 |
| 2026-04-17 | ALSA: pcmtest: fix reference leak on failed device registration | Guangshuo Li | 1 | -1/+3 |
| 2026-04-17 | ALSA: vx: use correct function name in kernel-doc comment | Randy Dunlap | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -4/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 9 | -11/+11 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -13/+15 |
| 2026-02-08 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -26/+36 |
| 2026-02-03 | ALSA: aloop: Fix racy access at PCM trigger | Takashi Iwai | 1 | -26/+36 |
| 2025-12-14 | ALSA: opl4: Convert to snd_seq bus probe mechanism | Uwe Kleine-König | 1 | -8/+5 |
| 2025-12-14 | ALSA: opl3: Convert to snd_seq bus probe mechanism | Uwe Kleine-König | 1 | -8/+5 |
| 2025-11-19 | ALSA: pcmtest: Replace deprecated strcpy with strscpy_pad in setup_patt_bufs | Thorsten Blum | 1 | -2/+2 |
| 2025-09-15 | ALSA: serial-generic: remove shared static buffer | John Keeping | 1 | -5/+7 |
| 2025-09-01 | ALSA: serial-u16550: Use guard() for spin locks | Takashi Iwai | 1 | -33/+15 |
| 2025-09-01 | ALSA: portman2x4: Use guard() for spin locks | Takashi Iwai | 1 | -9/+3 |
| 2025-09-01 | ALSA: mts64: Use guard() for spin locks | Takashi Iwai | 1 | -38/+19 |
| 2025-09-01 | ALSA: mtpav: Use guard() for spin locks | Takashi Iwai | 1 | -39/+20 |
| 2025-09-01 | ALSA: mpu401: Use guard() for spin locks | Takashi Iwai | 1 | -30/+11 |
| 2025-09-01 | ALSA: dummy: Use guard() for spin locks | Takashi Iwai | 1 | -24/+16 |
| 2025-09-01 | ALSA: vx: Use guard() for mutex locks | Takashi Iwai | 4 | -66/+30 |
| 2025-09-01 | ALSA: opl4: Use guard() for spin locks | Takashi Iwai | 3 | -60/+39 |
| 2025-09-01 | ALSA: opl4: Use guard() for mutex locks | Takashi Iwai | 2 | -24/+14 |
| 2025-09-01 | ALSA: opl3: Use guard() for spin locks | Takashi Iwai | 3 | -60/+28 |
| 2025-09-01 | ALSA: opl3: Use guard() for mutex locks | Takashi Iwai | 1 | -9/+7 |
| 2025-09-01 | ALSA: aloop: Use guard() for spin locks | Takashi Iwai | 1 | -88/+87 |
| 2025-09-01 | ALSA: aloop: Use guard() for mutex locks | Takashi Iwai | 1 | -50/+33 |
| 2025-07-11 | ALSA: vx: Use safer strscpy() instead of strcpy() | Takashi Iwai | 3 | -3/+3 |
| 2025-07-11 | ALSA: virmidi: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -3/+3 |
| 2025-07-11 | ALSA: serial-u16550: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -3/+3 |
| 2025-07-11 | ALSA: serial-generic: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -2/+2 |
| 2025-07-11 | ALSA: portman2x4: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -3/+3 |
| 2025-07-11 | ALSA: pcsp: Use safer strscpy() instead of strcpy() | Takashi Iwai | 3 | -4/+4 |
| 2025-07-11 | ALSA: opl4: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -1/+1 |
| 2025-07-11 | ALSA: opl3: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -7/+7 |
| 2025-07-11 | ALSA: mpu401: Use safer strscpy() instead of strcpy() | Takashi Iwai | 1 | -2/+2 |
| 2025-07-07 | ALSA: mts64: Replace deprecated strcpy() with strscpy() | Thorsten Blum | 1 | -4/+5 |
| 2025-07-04 | ALSA: mtpav: Replace deprecated strcpy() with strscpy() | Thorsten Blum | 1 | -5/+6 |
| 2025-07-02 | ALSA: pcmtest: Replace deprecated strcpy() with strscpy() | Thorsten Blum | 1 | -4/+5 |
| 2025-06-30 | ALSA: dummy: Replace deprecated strcpy() with strscpy() | Thorsten Blum | 1 | -4/+5 |
| 2025-06-20 | ALSA: aloop: Replace deprecated strcpy() with strscpy() | Thorsten Blum | 1 | -4/+5 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 7 | -7/+7 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 6 | -7/+7 |
| 2025-02-10 | ALSA: Switch to use hrtimer_setup() | Nam Cao | 2 | -4/+2 |
| 2024-10-30 | sound: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 3 | -3/+3 |
| 2024-08-18 | ALSA: aloop: Allow using global timers | Ivan Orlov | 1 | -0/+2 |
| 2024-08-08 | ALSA: pcsp: Use standard print API | Takashi Iwai | 3 | -30/+31 |
| 2024-08-08 | ALSA: dummy: Use standard print API | Takashi Iwai | 1 | -3/+2 |
| 2024-08-08 | ALSA: aloop: Use standard print API | Takashi Iwai | 1 | -1/+1 |
| 2024-08-08 | ALSA: vx_core: Use standard print API | Takashi Iwai | 4 | -48/+44 |
| 2024-08-08 | ALSA: vx_core: Drop unused dev field | Takashi Iwai | 1 | -1/+1 |
| 2024-08-08 | ALSA: virmidi: Use standard print API | Takashi Iwai | 1 | -4/+4 |
| 2024-08-08 | ALSA: serial-u16550: Use standard print API | Takashi Iwai | 1 | -20/+21 |
| 2024-08-08 | ALSA: opl4: Use standard print API | Takashi Iwai | 2 | -5/+5 |
| 2024-08-08 | ALSA: opl3: Use standard print API | Takashi Iwai | 4 | -73/+56 |
| 2024-08-08 | ALSA: mtpav: Use standard print API | Takashi Iwai | 1 | -9/+5 |
| 2024-08-08 | ALSA: mpu401_uart: Use standard print API | Takashi Iwai | 1 | -14/+17 |
| 2024-08-08 | ALSA: mpu401: Use standard print API | Takashi Iwai | 1 | -8/+8 |
| 2024-08-08 | ALSA: mts64: Use standard print API | Takashi Iwai | 1 | -9/+9 |
| 2024-08-08 | ALSA: portman2x4: Use standard print API | Takashi Iwai | 1 | -10/+9 |
| 2024-08-01 | ALSA: aloop: use snd_pcm_direction_name() | Kuninori Morimoto | 1 | -2/+1 |
| 2024-07-03 | parport: Remove parport_driver.devmodel | Dr. David Alan Gilbert | 2 | -2/+0 |
| 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-27 | 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 |
| 2021-07-19 | ALSA: mpu401: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -29/+5 |
| 2021-07-19 | ALSA: serial-u16550: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -48/+9 |
| 2021-07-19 | ALSA: mtpav: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -21/+9 |
| 2021-07-19 | ALSA: virmidi: Allocate resources with device-managed APIs | Takashi Iwai | 1 | -15/+6 |
| 2021-07-19 | ALSA: vx: Manage vx_core object with devres | Takashi Iwai | 1 | -2/+10 |
| 2021-07-19 | ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization" | Colin Ian King | 1 | -1/+1 |
| 2021-06-09 | ALSA: serial: Fix assignment in if condition | Takashi Iwai | 4 | -29/+43 |
| 2021-06-09 | ALSA: opl3: Fix assignment in if condition | Takashi Iwai | 3 | -20/+37 |
| 2021-06-09 | ALSA: vx: Fix assignment in if condition | Takashi Iwai | 4 | -48/+95 |
| 2021-06-09 | ALSA: mpu401: Fix assignment in if condition | Takashi Iwai | 2 | -9/+19 |
| 2021-05-27 | ALSA: drivers: opl3: fix useless self-comparison | Pierre-Louis Bossart | 1 | -2/+1 |
| 2021-04-09 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -3/+8 |
| 2021-04-07 | ALSA: aloop: Fix initialization of controls | Jonas Holmberg | 1 | -3/+8 |
| 2021-03-30 | Merge tag 'tags/mute-led-rework' into for-next | Takashi Iwai | 8 | -8/+0 |
| 2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 8 | -8/+0 |
| 2021-03-03 | ALSA: vx: fix kernel-doc warning | Pierre-Louis Bossart | 1 | -1/+1 |
| 2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 2 | -2/+2 |
| 2020-12-25 | ALSA: vx: Use roundup() instead of open-coding it | Lars-Peter Clausen | 1 | -2/+1 |
| 2020-12-25 | ALSA: dummy: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen | 1 | -1/+1 |
| 2020-12-25 | ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding it | Lars-Peter Clausen | 1 | -1/+1 |
| 2020-11-21 | ALSA: aloop: Constify ops structs | Rikard Falkeborn | 1 | -3/+3 |
| 2020-11-21 | ALSA: pcsp: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2020-10-06 | ALSA: portman2x4: fix repeated word 'if' | Randy Dunlap | 1 | -1/+1 |
| 2020-09-09 | ALSA: aloop: Replace tasklet with work | Takashi Iwai | 1 | -12/+11 |
| 2020-09-09 | ALSA: pcsp: Replace tasklet with work | Takashi Iwai | 1 | -7/+5 |
| 2020-09-09 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -1/+1 |
| 2020-09-03 | ALSA: vx: vx_pcm: remove redundant assignment | Pierre-Louis Bossart | 1 | -1/+0 |
| 2020-09-03 | ALSA: vx: vx_pcm: remove redundant assignment | Pierre-Louis Bossart | 1 | -1/+0 |
| 2020-09-03 | ALSA: vx: vx_core: clarify operator precedence | Pierre-Louis Bossart | 1 | -2/+2 |
| 2020-08-06 | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2 | -3/+4 |
| 2020-08-03 | Merge branch 'for-next' into for-linus | Takashi Iwai | 7 | -2002/+4 |
| 2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook | 1 | -1/+1 |
| 2020-07-09 | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-07-08 | Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -0/+2 |
| 2020-07-07 | ALSA: vx_core: remove warning for empty loop body | Pierre-Louis Bossart | 1 | -1/+2 |
| 2020-07-07 | ALSA: opl3: fix infoleak in opl3 | xidongwang | 1 | -0/+2 |
| 2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 5 | -1999/+0 |
| 2020-05-28 | sound: ac97: Remove sound driver for ancient platform | Michal Simek | 5 | -1999/+0 |
| 2020-05-07 | ALSA: portman2x4: Use bitwise instead of arithmetic operator for flags | Samuel Zou | 1 | -1/+1 |
| 2020-02-10 | ALSA: dummy: Use standard macros for fixing PCM format cast | Takashi Iwai | 1 | -3/+3 |
| 2020-02-10 | ALSA: aloop: Fix PCM format assignment | Takashi Iwai | 1 | -3/+3 |
| 2020-02-06 | Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2020-02-01 | ALSA: dummy: Fix PCM format loop in proc output | Takashi Iwai | 1 | -1/+1 |
| 2020-01-28 | Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 24 | -164/+92 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
| 2020-01-05 | ALSA: serial-u16550: More constification | Takashi Iwai | 1 | -1/+1 |
| 2020-01-05 | ALSA: opl4: More constification | Takashi Iwai | 1 | -1/+1 |
| 2020-01-05 | ALSA: mts64: More constifications | Takashi Iwai | 1 | -2/+2 |
| 2020-01-05 | ALSA: opl3: More constifications | Takashi Iwai | 2 | -4/+4 |
| 2020-01-05 | ALSA: vx: More constifications | Takashi Iwai | 4 | -9/+9 |
| 2020-01-05 | ALSA: dummy: More constifications | Takashi Iwai | 1 | -12/+12 |
| 2020-01-03 | ALSA: seq: oss: Constify snd_seq_oss_callback definitions | Takashi Iwai | 1 | -1/+1 |
| 2020-01-03 | ALSA: opl3: Constify snd_opl3_drum_voice definitions | Takashi Iwai | 1 | -13/+13 |
| 2020-01-03 | ALSA: dummy: Constify snd_pcm_ops definitions | Takashi Iwai | 1 | -3/+3 |
| 2020-01-03 | ALSA: drivers: Constify snd_kcontrol_new items | Takashi Iwai | 5 | -13/+13 |
| 2020-01-03 | ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitions | Takashi Iwai | 1 | -2/+3 |
| 2020-01-03 | ALSA: seq: Constify struct snd_midi_op | Takashi Iwai | 3 | -3/+3 |
| 2020-01-03 | ALSA: info: Make snd_info_entry_ops as const | Takashi Iwai | 1 | -1/+1 |
| 2020-01-03 | ALSA: drivers: Constify snd_ac97_bus_ops definitions | Takashi Iwai | 1 | -1/+1 |
| 2020-01-03 | ALSA: Constify snd_timer_hardware definitions | Takashi Iwai | 1 | -2/+2 |
| 2020-01-03 | ALSA: drivers: Constify snd_device_ops definitions | Takashi Iwai | 5 | -5/+5 |
| 2019-12-17 | Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne... | Takashi Iwai | 1 | -1/+1 |
| 2019-12-11 | ALSA: Replace timespec with timespec64 | Baolin Wang | 1 | -1/+1 |
| 2019-12-11 | ALSA: drivers: Drop superfluous ioctl PCM ops | Takashi Iwai | 5 | -8/+0 |
| 2019-12-11 | ALSA: vx: Use managed buffer allocation | Takashi Iwai | 1 | -24/+3 |
| 2019-12-11 | ALSA: pcsp: Use managed buffer allocation | Takashi Iwai | 1 | -11/+6 |
| 2019-12-11 | ALSA: ml403: Use managed buffer allocation | Takashi Iwai | 1 | -25/+4 |
| 2019-12-11 | ALSA: dummy: Use managed buffer allocation | Takashi Iwai | 1 | -12/+2 |
| 2019-12-11 | ALSA: aloop: Use managed buffer allocation | Takashi Iwai | 1 | -10/+2 |
| 2019-11-27 | ALSA: aloop: Avoid pointer dereference before null-check | Andrew Gabbasov | 1 | -4/+4 |
| 2019-11-24 | ALSA: aloop: Fix dependency on timer API | Takashi Iwai | 1 | -0/+1 |
| 2019-11-22 | ALSA: aloop: Avoid unexpected timer event callback tasklets | Andrew Gabbasov | 1 | -3/+4 |
| 2019-11-22 | ALSA: aloop: Remove redundant locking in timer open function | Andrew Gabbasov | 1 | -15/+8 |
| 2019-11-20 | ALSA: aloop: Support runtime change of snd_timer via info interface | Andrew Gabbasov | 1 | -3/+34 |
| 2019-11-20 | ALSA: aloop: Support selection of snd_timer instead of jiffies | Timo Wischer | 1 | -1/+476 |
| 2019-11-20 | ALSA: aloop: Move CABLE_VALID_BOTH to the top of file | Timo Wischer | 1 | -4/+4 |
| 2019-11-20 | ALSA: aloop: Rename all jiffies timer specific functions | Timo Wischer | 1 | -13/+15 |
| 2019-11-20 | ALSA: aloop: Use callback functions for timer specific implementations | Timo Wischer | 1 | -19/+94 |
| 2019-11-20 | ALSA: aloop: Support return of error code for timer start and stop | Timo Wischer | 1 | -11/+19 |
| 2019-11-20 | ALSA: aloop: Describe units of variables | Timo Wischer | 1 | -2/+4 |
| 2019-11-06 | ALSA: vx: Convert to the common vmalloc memalloc | Takashi Iwai | 1 | -5/+5 |
| 2019-11-06 | ALSA: aloop: Convert to the common vmalloc memalloc | Takashi Iwai | 1 | -4/+4 |
| 2019-11-06 | ALSA: drivers: Remove superfluous snd_dma_continuous_data() | Takashi Iwai | 3 | -4/+4 |
| 2019-10-07 | sound: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -10/+10 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -6/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 25 | -368/+25 |