aboutsummaryrefslogtreecommitdiffstats
path: root/sound/aoa
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Merge tag 'sound-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2024-03-27ALSA: aoa: avoid false-positive format truncation warningArnd Bergmann1-1/+1
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+1
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li1-3/+1
2024-02-15ALSA: aoa: make soundbus_bus_type constRicardo B. Marliere1-1/+1
2024-02-12ALSA: aoa: Replace with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai1-6/+1
2023-10-26ALSA: aoa: Replace with __packed attributeTakashi Iwai1-1/+1
2023-10-06ALSA: aoa: Replace asm/prom.h with explicit includesRob Herring11-8/+8
2023-08-18ALSA: aoa: Fix typos in PCM fix patchTakashi Iwai1-2/+2
2023-08-17ALSA: pcm: Don't embed deviceTakashi Iwai1-2/+2
2023-06-05ALSA: Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-3/+3
2023-01-25ALSA: aoa: make remove callback of soundbus driver void returnedDawei Li2-3/+2
2022-11-19ALSA: aoa: tas: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-19ALSA: aoa: onyx: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
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-16i2c: Make remove callback return voidUwe Kleine-König2-4/+2
2022-08-02ALSA: aoa: Replace sprintf() with sysfs_emit()Takashi Iwai1-14/+8
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2-2/+0
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 Perches6-11/+11
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 Yamada4-7/+7
2020-01-05ALSA: aoa: More constificationsTakashi Iwai4-6/+6
2020-01-03ALSA: aoa: Constify snd_kcontrol_new itemsTakashi Iwai3-3/+3
2020-01-03ALSA: aoa: Constify snd_device_ops definitionsTakashi Iwai5-5/+5
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-07-29ALSA: aoa: onyx: always initialize register read valueJohannes Berg1-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250Thomas Gleixner20-44/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner8-0/+8
2019-02-19ALSA: aoa: Fix of-node refcount unbalanceTakashi Iwai1-0/+1
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi 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 Herring2-4/+4
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 Herring2-3/+3
2018-09-03ALSA: aoa: Convert to using %pOFn instead of device_node.nameRob Herring1-7/+8
2018-06-29ALSA: snd-aoa: add of_node_put() in error pathNicholas Mc Guire1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-08-29ALSA: aoa: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-08-19ALSA: aoa: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-16ALSA: aoa: make snd_kcontrol_new constBhumika Goyal1-6/+6
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal2-11/+11
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+2
2016-09-07ALSA: squash lines for simple wrapper functionsMasahiro Yamada1-6/+1
2016-08-25ALSA: snd-aoa: enable sound on PowerBook G4 12"Aaro Koskinen2-1/+9
2015-08-05ALSA: aoa-soundbus: Switch to dev_pm_opsLars-Peter Clausen3-39/+12
2015-07-10ALSA: aoa: Drop owner assignment from i2c_driverKrzysztof Kozlowski2-2/+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_susp...Markus Elfring1-4/+2
2014-12-03ALSA: i2sbus: Deletion of unnecessary checks before the function call "releas...Markus Elfring1-4/+2
2014-10-21ALSA: aoa: Use snd_ctl_elem_info()Takashi Iwai2-15/+3
2014-06-16ALSA: Use dma_zalloc_coherentJoe Perches1-8/+4
2014-05-27ALSA: sound/aoa/codecs/onyx.c: use static const for textsFabian Frederick1-1/+1
2014-02-14ALSA: Drop __bitwise and typedefs for snd_device attributesTakashi Iwai2-2/+2
2014-02-14ALSA: aoa: Use SNDRV_DEV_CODEC for AOA codec objectsTakashi Iwai3-3/+3
2014-02-14ALSA: ppc: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-11-16Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2013-11-13ALSA: snd-aoa: two copy and paste bugsDan Carpenter1-2/+2
2013-10-09drivers: clean-up prom.h implicit includesRob Herring2-1/+4
2013-05-16ALSA: snd-aoa: Add a layout entry for PowerBook6,5Michael Ellerman2-1/+10
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack1-1/+1
2012-07-11sound/aoa: Adapt to new i2c probing schemeAndreas Schwab2-149/+6
2012-01-27ALSA: aoa: Convert onyx and tas codec drivers to module_i2c_driverAxel Lin2-24/+2
2011-11-13Merge branch 'master' into for-nextJiri Kosina2-3/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-29snd-aoa: remove commented out Kconfig entryPaul Bolle1-8/+0
2011-09-16Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+1
2011-09-12ALSA: aoa: Remove obsolete cleanup for clientdataAxel Lin1-3/+1
2011-08-20ALSA: sound/aoa/fabrics/layout.c: remove unneeded kfreeJulia Lawall1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-5/+4
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-13Merge branch 'topic/workq-update' into topic/miscTakashi Iwai2-8/+6
2010-12-13sound: don't use flush_scheduled_work()Tejun Heo2-8/+6
2010-12-10ALSA: aoa: Remove wrong i2c_set_clientdata in onyx_i2c_remove()Axel Lin1-1/+0
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-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-6/+3
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 Likely5-10/+10
2010-04-07powerpc/aoa: gpio-pmf.c: 3 * redundant coded binderman1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo8-0/+8
2010-01-28of: unify phandle name in struct device_nodeGrant Likely1-1/+1
2009-10-01ALSA: Don't assume i2c device probing always succeedsTakashi Iwai1-0/+9
2009-07-31ALSA: sound/aoa: Add kmalloc NULL testsJulia Lawall1-0/+4
2009-05-12sound: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-8/+8
2009-04-21ALSA: AOA: Convert onyx and tas codecs to new-style i2c driversJean Delvare2-47/+95
2009-03-24Merge branch 'topic/aoa' into for-linusTakashi Iwai4-23/+99
2009-01-15ALSA: snd-aoa: handle master-amp if presentJohannes Berg3-1/+25
2009-01-15ALSA: snd-aoa: handle older machinesJohannes Berg2-22/+74
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+4
2008-12-25Merge branch 'topic/aoa' into to-pushTakashi Iwai22-24/+30
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
2008-10-23ALSA: aoa: clean up file namesJohannes Berg22-24/+30
2008-10-23ALSA: aoa i2sbus: don't overwrite module parameterJohannes Berg1-3/+3
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt1-4/+2
2008-08-25ALSA: aoa - Remove duplicate assignment of SNDRV_PCM_FMTBIT_S{16,24}_BE bitsRoel Kluin1-4/+2
2008-08-20powerpc/drivers: Use linux/of_device.h instead of asm/of_device.hStephen Rothwell1-1/+1
2008-05-27sound: Convert to menuconfigTakashi Iwai4-12/+5
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai3-6/+0
2008-01-31[ALSA] aoa - fix compile warningTakashi Iwai1-0/+1
2008-01-31[ALSA] add number of periods constraint to snd-aoaHeikki Lindholm1-0/+6
2008-01-31[ALSA] aoa - Check value range in ctl callbacksTakashi Iwai3-2/+33
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai3-45/+5
2007-10-16[ALSA] Fix tas_suspend/resume build warningStephen Rothwell1-4/+5
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-23/+10
2007-07-20[ALSA] snd-aoa-codec-onyx: fix typoYoann Padioleau1-2/+2
2007-05-11[ALSA] snd-aoa-i2sbus: use MODULE_DEVICE_TABLE instead of plain MODULE_ALIASJohannes Berg1-3/+2
2007-05-11[ALSA] sound: strlcpy is smart enoughJean Delvare2-4/+4
2007-05-11[ALSA] aoa: fix a sparse warningJohannes Berg2-2/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell3-5/+5
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras1-46/+31
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud1-48/+32
2007-04-13[POWERPC] Rename get_property to of_get_property: soundStephen Rothwell6-12/+13
2007-04-13[POWERPC] get_property returns constStephen Rothwell6-19/+18
2007-02-09[ALSA] aoa i2sbus: Stop Apple i2s DMA gracefullyPaul Mackerras3-146/+210
2007-02-09[ALSA] aoa: remove suspend/resume printksJohannes Berg1-4/+0
2007-02-09[ALSA] sound: aoa of_node_put and kfree cleanupMariusz Kozlowski1-2/+2
2007-02-09[ALSA] snd-aoa: fix onyx resumeJohannes Berg1-1/+10
2007-02-09[ALSA] create driver symlink in snd-aoa /sys/bus/aoa-soundbus/devices/*/Olaf Hering1-0/+3
2007-02-09[ALSA] create device symlink in snd-aoaOlaf Hering5-6/+7
2007-02-09[ALSA] aoa: fix up i2sbus_attach_codecJohannes Berg1-46/+26
2007-02-09[ALSA] aoa: set device pointer in pcmsJohannes Berg2-6/+3
2006-12-20[ALSA] sound: Don't include i2c-dev.hJean Delvare2-2/+0
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-4/+9
2006-11-28[ALSA] Enable stereo line input for TAS codecPaul Mackerras1-4/+9
2006-11-22WorkStruct: make allyesconfigDavid Howells3-19/+15
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-10/+7
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-23[ALSA] aoa: add locking to tas codecJohannes Berg1-13/+83
2006-09-23[ALSA] Select I2C and I2C_POWERMAC in aoa/codecs/KconfigTakashi Iwai1-0/+4
2006-09-22[PATCH] aoa is pmac-onlyAl Viro1-1/+1
2006-08-08Merge branch 'merge'Paul Mackerras3-7/+19
2006-08-03[ALSA] aoa: platform function gpio: ignore errors from functions that don't e...Johannes Berg1-1/+1
2006-08-03[ALSA] aoa: fix toonie codecJohannes Berg1-4/+13
2006-08-03[ALSA] aoa: feature gpio layer: fix IRQ accessJohannes Berg1-2/+5
2006-08-01Merge branch 'merge'Paul Mackerras11-157/+645
2006-07-31[POWERPC] sound: Constify & voidify get_property()Jeremy Kerr1-1/+1
2006-07-10[PATCH] aoa: tas: add missing bass/treble controlsJohannes Berg2-3/+247
2006-07-10[PATCH] aoa: layout fabric: add missing module aliasesJohannes Berg1-0/+15
2006-07-10[PATCH] aoa: tas: surface DRC control againJohannes Berg1-1/+94
2006-07-10[PATCH] aoa: tas: fix initialisation/resetBenjamin Herrenschmidt2-24/+110
2006-07-10[PATCH] aoa: tas: change PCM1 name to PCMJohannes Berg1-1/+1
2006-07-10[PATCH] aoa fabric layout: clean up messagesBenjamin Herrenschmidt1-4/+7
2006-07-10[PATCH] aoa: pmf gpio: report if function calling failsBenjamin Herrenschmidt1-3/+11
2006-07-10[PATCH] aoa: i2sbus: revamp control layerBenjamin Herrenschmidt3-81/+47
2006-07-10[PATCH] aoa: fix when all is built into the kernelBenjamin Herrenschmidt2-13/+13
2006-07-10[PATCH] aoa: i2sbus: fix for PowerMac7,2 and 7,3Benjamin Herrenschmidt2-21/+97
2006-07-10[PATCH] aoa: i2sbus: move module parameter declaration upBenjamin Herrenschmidt1-5/+5
2006-07-10[PATCH] Fix snd-aoa irq conversionAndreas Schwab1-6/+3
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2-9/+5
2006-06-28[ALSA] snd-aoa: enable dual-edge in GPIOsJohannes Berg1-0/+15
2006-06-28[ALSA] snd-aoa: support iMac G5 iSightJohannes Berg1-6/+8
2006-06-28[ALSA] snd-aoa: not experimentalJohannes Berg1-1/+2
2006-06-28[ALSA] Fix wrong dependencies of snd-aoa driverTakashi Iwai1-1/+2
2006-06-22[ALSA] aoa driver - Kconfig - remove spaces for SND!=nJaroslav Kysela1-1/+1
2006-06-22[ALSA] snd-aoa: add snd-aoaJohannes Berg33-0/+7006