summaryrefslogtreecommitdiffstats
path: root/sound/arm
AgeCommit message (Expand)AuthorLines
2026-01-27ASoC: ac97: Convert to GPIO descriptorsPeng Fan-15/+10
2026-01-27ASoC: pxa2xx-ac97: Remove platform_dataPeng Fan-27/+6
2026-01-27ASoC: codec: Remove pxa2xx-ac97.cPeng Fan-299/+0
2025-09-10ALSA: arm: Use guard() for spin locksTakashi Iwai-92/+80
2025-09-01ALSA: pxa2xx: Use guard() for mutex locksTakashi Iwai-8/+4
2025-09-01ALSA: aaci: Use guard() for mutex locksTakashi Iwai-14/+6
2025-02-23ALSA: arm: aaci: Constify amba_id tableKrzysztof Kozlowski-1/+1
2024-10-30sound: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-13Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-2/+2
2024-05-08ALSA: misc: Use *-y instead of *-objs in MakefileTakashi Iwai-2/+2
2024-05-06ASoC: arm: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski-2/+2
2024-03-12ALSA: aaci: Delete unused variable in aaci_do_suspendThomas Weißschuh-1/+0
2024-02-12ALSA: pxa2xx-ac97: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai-6/+1
2024-02-12ALSA: aaci: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai-8/+2
2023-09-25ASoC: arm: convert not to use asoc_xxx()Kuninori Morimoto-4/+4
2023-05-26ARM: pxa: fix missing-prototypes warningsArnd Bergmann-2/+0
2023-03-20ALSA: pxa2xx: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-10-29ALSA: arm: pxa: pxa2xx-ac97-lib: fix return value check of platform_get_irq()Yang Yingliang-1/+3
2022-05-07ASoC: pxa: ac97: use normal MMIO accessorsArnd Bergmann-53/+172
2022-05-07Input: touchscreen: use wrapper for pxa2xx ac97 registersArnd Bergmann-0/+12
2022-04-19ARM: pxa: pxa2xx-ac97-lib: use IRQ resourceArnd Bergmann-3/+7
2022-04-19ARM: pxa: move mach/sound.h to linux/platform_data/Arnd Bergmann-2/+2
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann-0/+1
2021-08-04ALSA: pxa2xx: Use managed PCM buffer allocationTakashi Iwai-99/+9
2021-06-10ALSA: arm: Remove unnecessary variableszuoqilin-3/+1
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-3/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König-3/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-4/+4
2020-03-27ASoC: arm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto-4/+4
2020-01-05ALSA: arm: More constificationTakashi Iwai-1/+1
2020-01-03ALSA: arm: Constify snd_ac97_bus_ops definitionsTakashi Iwai-2/+2
2019-12-11ALSA: arm: Drop superfluous ioctl PCM opsTakashi Iwai-3/+0
2019-12-11ALSA: aaci: Use managed buffer allocationTakashi Iwai-25/+15
2019-10-08ASoC: pxa: remove snd_pcm_opsKuninori Morimoto-13/+67
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-21/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-04ALSA: arm: Avoid passing NULL to memory allocatorsTakashi Iwai-1/+2
2019-01-15ALSA: arm: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai-2/+0
2018-09-10ASoC: pxa: switch to new ac97 bus supportRobert Jarzmik-1/+0
2018-06-29ASoC: pxa2xx-pcm-lib: fix indentingDaniel Mack-2/+2
2018-06-29ASoC: pxa: move some functions to pxa2xx-libDaniel Mack-3/+44
2018-06-29ASoC: pxa: clean up function names in pxa2xx-libDaniel Mack-16/+16
2018-06-29ASoC: fold pxa2xx-pcm into its only user, pxa2xx-ac97Daniel Mack-204/+76
2018-06-29ASoC: pxa: remove the dmaengine compat needRobert Jarzmik-15/+5
2018-06-18ASoC: pxa: add devicetree supportRobert Jarzmik-0/+12
2017-11-10Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown-24/+48
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-04ASoC: arm: make pxa2xx-ac97-lib ac97 codec agnosticRobert Jarzmik-24/+48
2017-08-23ALSA: aaci: constify ac97_pcm structuresArvind Yadav-1/+1
2017-08-19ALSA: arm: constify snd_pcm_ops structuresArvind Yadav-3/+3