summaryrefslogtreecommitdiff
path: root/sound/arm/aaci.c
AgeCommit message (Expand)Author
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-01-05ALSA: arm: More constificationTakashi Iwai
2020-01-03ALSA: arm: Constify snd_ac97_bus_ops definitionsTakashi Iwai
2019-12-11ALSA: arm: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ALSA: aaci: Use managed buffer allocationTakashi Iwai
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-04ALSA: arm: Avoid passing NULL to memory allocatorsTakashi Iwai
2019-01-15ALSA: arm: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai
2017-08-23ALSA: aaci: constify ac97_pcm structuresArvind Yadav
2017-08-19ALSA: arm: constify snd_pcm_ops structuresArvind Yadav
2017-08-17ALSA: arm: make snd_pcm_hardware constBhumika Goyal
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring
2014-02-14ALSA: arm: Convert to snd_card_new() with a device pointerTakashi Iwai
2013-12-03ALSA: AACI: Convert to modern PM opsUlf Hansson
2013-05-29ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai
2012-12-07ALSA: AACI: remove __dev* attributesBill Pemberton
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar
2011-11-22sound: aaci: Enable module alias autogeneration for AMBA driversDave Martin
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-02-07ALSA: AACI: allow writes to MAINCR to take effectRussell King
2011-01-26ALSA: AACI: make fifo variables more explanitoryRussell King
2011-01-26ALSA: AACI: no need to call snd_pcm_period_elapsed() for each periodRussell King
2011-01-26ALSA: AACI: use snd_pcm_lib_period_bytes()Russell King
2011-01-26ALSA: AACI: clean up AACI announcement printkRussell King
2011-01-26ALSA: AACI: fix channel mask selectionRussell King
2011-01-25ALSA: AACI: fix number of channels for recordRussell King
2011-01-25ALSA: AACI: fix multiple IRQ claimingRussell King
2011-01-25ALSA: AACI: fix timeout durationRussell King
2011-01-25ALSA: AACI: fix timeout condition checkingRussell King
2010-04-13ALSA: aaci - Fix alignment faults on ARM Cortex introduced by commit 29a4f2d3Philby John
2009-12-26ALSA: sound/arm: Fix build failure caused by missing struct aaci definitionPeter Huewe
2009-12-18ALSA: AACI: switch to per-pcm lockingRussell King
2009-12-18ALSA: AACI: add double-rate supportRussell King
2009-12-18ALSA: AACI: factor common hw_params logic into aaci_pcm_hw_paramsRussell King
2009-12-18ALSA: AACI: cleanup aaci_pcm_hw_paramsRussell King
2009-12-18ALSA: AACI: simplify codec rate informationRussell King
2009-12-18ALSA: aaci - Fix a typoTakashi Iwai
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai
2009-12-04Merge branch 'topic/core-change' into for-linusTakashi Iwai
2009-12-01ALSA: aaci - Clean up duplicate codeTakashi Iwai
2009-12-01Merge branch 'fix/misc' into topic/miscTakashi Iwai
2009-11-30ALSA: AACI: fix recording bugRussell King
2009-11-30ALSA: AACI: fix AC97 multiple-open bugRussell King
2009-11-27ALSA: Remove old DMA-mmap code from arm/devdma.cTakashi Iwai
2009-11-23ALSA: AACI cleanupRussell King
2009-10-13ALSA: aaci: ARM1176 aaci-pl041 AC97 register read timeoutPhilby John