summaryrefslogtreecommitdiffstats
path: root/sound/aoa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-281-1/+1
|\
| * ALSA: aoa: avoid false-positive format truncation warningArnd Bergmann2024-03-271-1/+1
* | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-3/+1
|\ \ | |/ |/|
| * powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-071-3/+1
* | ALSA: aoa: make soundbus_bus_type constRicardo B. Marliere2024-02-151-1/+1
* | ALSA: aoa: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2024-02-121-6/+1
|/
* ALSA: aoa: Replace with __packed attributeTakashi Iwai2023-10-261-1/+1
* ALSA: aoa: Replace asm/prom.h with explicit includesRob Herring2023-10-0611-8/+8
* ALSA: aoa: Fix typos in PCM fix patchTakashi Iwai2023-08-181-2/+2
* ALSA: pcm: Don't embed deviceTakashi Iwai2023-08-171-2/+2
* ALSA: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-052-2/+2
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-3/+3
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-3/+3
* | ALSA: aoa: make remove callback of soundbus driver void returnedDawei Li2023-01-252-3/+2
|/
* ALSA: aoa: tas: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-191-3/+2
* ALSA: aoa: onyx: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-191-3/+2
* ALSA: aoa: Fix I2S device accountingTakashi Iwai2022-10-271-1/+2
* ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()Yang Yingliang2022-10-271-0/+4
* i2c: Make remove callback return voidUwe Kleine-König2022-08-162-4/+2
* ALSA: aoa: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-14/+8
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-2/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-192-2/+0
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* ALSA: aoa: remove unnecessary oom messageZhen Lei2021-06-171-3/+1
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-086-11/+11
* ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart2020-09-031-2/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-144-7/+7
* ALSA: aoa: More constificationsTakashi Iwai2020-01-054-6/+6
* ALSA: aoa: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-033-3/+3
* ALSA: aoa: Constify snd_device_ops definitionsTakashi Iwai2020-01-035-5/+5
* ALSA: aoa: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: aoa: Use managed buffer allocationTakashi Iwai2019-12-111-10/+1
* ALSA: aoa: Avoid non-standard macro usageTakashi Iwai2019-11-061-1/+1
* ALSA: aoa: onyx: always initialize register read valueJohannes Berg2019-07-291-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250Thomas Gleixner2019-06-1920-44/+20
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-218-0/+8
* ALSA: aoa: Fix of-node refcount unbalanceTakashi Iwai2019-02-191-0/+1
* Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-02-081-2/+2
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* | ALSA: aoa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-4/+0
|/
* ALSA: aoa: Use of_node_name_eq for node name comparisonsRob Herring2018-12-062-4/+4
* ALSA: aoa: Remove direct OF name and type accessesRob Herring2018-12-062-14/+22
* ALSA: aoa: Use device_type helpers to access the node typeRob Herring2018-11-192-3/+3
* ALSA: aoa: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-031-7/+8
* ALSA: snd-aoa: add of_node_put() in error pathNicholas Mc Guire2018-06-291-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* ALSA: aoa: Convert to using %pOF instead of full_nameRob Herring2017-08-291-2/+2
* ALSA: aoa: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* ALSA: aoa: make snd_kcontrol_new constBhumika Goyal2017-08-161-6/+6
* ALSA: declare snd_kcontrol_new structures as constBhumika Goyal2017-05-302-11/+11