summaryrefslogtreecommitdiffstats
path: root/sound/aoa
AgeCommit message (Expand)AuthorLines
2026-04-06ALSA: aoa: onyx: Update IEC958 sample-rate status for PCM playbackCássio Gabriel-4/+33
2026-04-03ALSA: aoa/onyx: Fix OF node leak on probe failurewangdicheng-1/+3
2026-04-02ALSA: aoa/tas: Fix OF node leak on probe failurewangdicheng-0/+1
2026-04-01ALSA: aoa: i2sbus: clear stale prepared stateCássio Gabriel-11/+44
2026-03-30ALSA: aoa: i2sbus: fix OF node lifetime handlingCássio Gabriel-3/+6
2026-03-10ALSA: aoa: Skip devices with no codecs in i2sbus_resume()Thorsten Blum-11/+8
2026-02-28ALSA: aoa: Constify struct codec_connectionChristophe JAILLET-15/+15
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+12
2025-09-12ALSA: aoa: Remove redundant size arguments from strscpy()Thorsten Blum-13/+10
2025-09-10ALSA: aoa: Don't split string across linesTakashi Iwai-2/+2
2025-09-10ALSA: aoa: Use guard() for spin locksTakashi Iwai-72/+58
2025-09-01ALSA: aoa: Use guard() for mutex locksTakashi Iwai-227/+112
2024-09-20ALSA: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-2/+2
2024-08-16ALSA: aoa: Use helper function for_each_child_of_node()Zhang Zekun-2/+2
2024-05-08ALSA: aoa: Use *-y instead of *-objs in MakefileTakashi Iwai-7/+7
2024-05-08ALSA: aoa: soundbus: i2sbus: pcm: use 'time_left' variable with wait_for_comp...Wolfram Sang-5/+5
2024-04-05Merge tag 'asoc-fix-v6.9-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai-3/+1
2024-03-27ALSA: aoa: avoid false-positive format truncation warningArnd Bergmann-1/+1
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-3/+1
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li-3/+1
2024-02-15ALSA: aoa: make soundbus_bus_type constRicardo B. Marliere-1/+1
2024-02-12ALSA: aoa: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai-6/+1
2023-10-26ALSA: aoa: Replace with __packed attributeTakashi Iwai-1/+1
2023-10-06ALSA: aoa: Replace asm/prom.h with explicit includesRob Herring-8/+8
2023-08-18ALSA: aoa: Fix typos in PCM fix patchTakashi Iwai-2/+2
2023-08-17ALSA: pcm: Don't embed deviceTakashi Iwai-2/+2
2023-06-05ALSA: Switch i2c drivers back to use .probe()Uwe Kleine-König-2/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-3/+3
2023-01-25ALSA: aoa: make remove callback of soundbus driver void returnedDawei Li-3/+2
2022-11-19ALSA: aoa: tas: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-19ALSA: aoa: onyx: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-10-27ALSA: aoa: Fix I2S device accountingTakashi Iwai-1/+2
2022-10-27ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()Yang Yingliang-0/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-4/+2
2022-08-02ALSA: aoa: Replace sprintf() with sysfs_emit()Takashi Iwai-14/+8
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-2/+0
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-06-17ALSA: aoa: remove unnecessary oom messageZhen Lei-3/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-11/+11
2020-09-03ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-7/+7
2020-01-05ALSA: aoa: More constificationsTakashi Iwai-6/+6
2020-01-03ALSA: aoa: Constify snd_kcontrol_new itemsTakashi Iwai-3/+3
2020-01-03ALSA: aoa: Constify snd_device_ops definitionsTakashi Iwai-5/+5
2019-12-11ALSA: aoa: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-12-11ALSA: aoa: Use managed buffer allocationTakashi Iwai-10/+1