summaryrefslogtreecommitdiffstats
path: root/sound/aoa/soundbus
Commit message (Expand)AuthorAgeFilesLines
* 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 __packed attributeTakashi Iwai2023-10-261-1/+1
* ALSA: aoa: Replace asm/prom.h with explicit includesRob Herring2023-10-065-3/+4
* ALSA: aoa: Fix typos in PCM fix patchTakashi Iwai2023-08-181-2/+2
* ALSA: pcm: Don't embed deviceTakashi Iwai2023-08-171-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-251-1/+1
|/
* 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
* ALSA: aoa: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-14/+8
* 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-081-1/+1
* 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-141-2/+2
* ALSA: aoa: More constificationsTakashi Iwai2020-01-051-1/+1
* 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250Thomas Gleixner2019-06-197-14/+7
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* 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-061-3/+3
* 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-191-1/+1
* ALSA: aoa: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-031-7/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ALSA: aoa: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* ALSA: snd-aoa: enable sound on PowerBook G4 12"Aaro Koskinen2016-08-251-1/+1
* ALSA: aoa-soundbus: Switch to dev_pm_opsLars-Peter Clausen2015-08-052-30/+0
* ALSA: aoa: convert bus code to use dev_groupsQuentin Lambert2015-06-123-7/+12
* ALSA: aoa: constify of_device_id arrayFabian Frederick2015-03-191-1/+1
* Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-031-1/+4
|\
| * ALSA: pcm: Embed struct deviceTakashi Iwai2015-02-021-1/+4
* | ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-282-2/+2
* | ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-7/+6
* | ALSA: aoa: Delete an unnecessary check before the function call "snd_pcm_susp...Markus Elfring2015-01-041-4/+2
|/
* ALSA: i2sbus: Deletion of unnecessary checks before the function call "releas...Markus Elfring2014-12-031-4/+2
* ALSA: Use dma_zalloc_coherentJoe Perches2014-06-161-8/+4
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* ALSA: snd-aoa: Add a layout entry for PowerBook6,5Michael Ellerman2013-05-161-1/+2
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-291-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-5/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-3/+3