aboutsummaryrefslogtreecommitdiffstats
path: root/sound/aoa/soundbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27ALSA: aoa: Fix I2S device accountingTakashi Iwai1-1/+2
2022-10-27ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()Yang Yingliang1-0/+4
2022-08-02ALSA: aoa: Replace sprintf() with sysfs_emit()Takashi Iwai1-14/+8
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-17ALSA: aoa: remove unnecessary oom messageZhen Lei1-3/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-09-03ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-01-05ALSA: aoa: More constificationsTakashi Iwai1-1/+1
2019-12-11ALSA: aoa: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: aoa: Use managed buffer allocationTakashi Iwai1-10/+1
2019-11-06ALSA: aoa: Avoid non-standard macro usageTakashi Iwai1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250Thomas Gleixner7-14/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-2/+2
2019-01-15ALSA: aoa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-4/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-06ALSA: aoa: Use of_node_name_eq for node name comparisonsRob Herring1-3/+3
2018-12-06ALSA: aoa: Remove direct OF name and type accessesRob Herring2-14/+22
2018-11-19ALSA: aoa: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-09-03ALSA: aoa: Convert to using %pOFn instead of device_node.nameRob Herring1-7/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-19ALSA: aoa: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2016-08-25ALSA: snd-aoa: enable sound on PowerBook G4 12"Aaro Koskinen1-1/+1
2015-08-05ALSA: aoa-soundbus: Switch to dev_pm_opsLars-Peter Clausen2-30/+0
2015-06-12ALSA: aoa: convert bus code to use dev_groupsQuentin Lambert3-7/+12
2015-03-19ALSA: aoa: constify of_device_id arrayFabian Frederick1-1/+1
2015-02-03Merge branch 'topic/snd-device' into for-nextTakashi Iwai1-1/+4
2015-02-02ALSA: pcm: Embed struct deviceTakashi Iwai1-1/+4
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2-2/+2
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-7/+6
2015-01-04ALSA: aoa: Delete an unnecessary check before the function call "snd_pcm_suspend_all"Markus Elfring1-4/+2
2014-12-03ALSA: i2sbus: Deletion of unnecessary checks before the function call "release_and_free_resource"Markus Elfring1-4/+2
2014-06-16ALSA: Use dma_zalloc_coherentJoe Perches1-8/+4
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-05-16ALSA: snd-aoa: Add a layout entry for PowerBook6,5Michael Ellerman1-1/+2
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely3-3/+3
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt1-3/+5
2010-05-22arch/powerpc: Move dma_mask from of_device into pdev_archdataGrant Likely1-2/+2
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely4-9/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2009-05-12sound: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-4/+4
2009-01-15ALSA: snd-aoa: handle older machinesJohannes Berg1-5/+17
2008-12-25Merge branch 'topic/aoa' into to-pushTakashi Iwai6-4/+4
2008-11-03Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai1-1/+1
2008-11-03sound: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-23Merge branches 'topic/asoc', 'topic/misc-fixes' and 'topic/hda' into for-linusTakashi Iwai1-3/+3