summaryrefslogtreecommitdiffstats
path: root/sound/arm/aaci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-3/+1
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-3/+3
|/
* ALSA: arm: More constificationTakashi Iwai2020-01-051-1/+1
* ALSA: arm: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: arm: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: aaci: Use managed buffer allocationTakashi Iwai2019-12-111-25/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ALSA: arm: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-041-1/+2
* ALSA: arm: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-1/+0
* ALSA: aaci: constify ac97_pcm structuresArvind Yadav2017-08-231-1/+1
* ALSA: arm: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* ALSA: arm: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* ALSA: Deletion of checks before the function call "iounmap"Markus Elfring2015-01-041-2/+2
* ALSA: arm: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-4/+2
* ALSA: AACI: Convert to modern PM opsUlf Hansson2013-12-031-12/+11
* ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-2/+0
* ALSA: AACI: remove __dev* attributesBill Pemberton2012-12-071-9/+9
* ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-161-12/+1
* sound: aaci: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
* sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
*---. Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-171-2/+9
|\ \ \
| | * | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+2
| | |/
| | * ALSA: AACI: allow writes to MAINCR to take effectRussell King2011-02-071-1/+7
| |/
* | ALSA: AACI: make fifo variables more explanitoryRussell King2011-01-261-18/+24
* | ALSA: AACI: no need to call snd_pcm_period_elapsed() for each periodRussell King2011-01-261-8/+10
* | ALSA: AACI: use snd_pcm_lib_period_bytes()Russell King2011-01-261-2/+2
* | ALSA: AACI: clean up AACI announcement printkRussell King2011-01-261-3/+3
* | ALSA: AACI: fix channel mask selectionRussell King2011-01-261-50/+20
* | ALSA: AACI: fix number of channels for recordRussell King2011-01-251-62/+52
* | ALSA: AACI: fix multiple IRQ claimingRussell King2011-01-251-9/+15
|/
* ALSA: AACI: fix timeout durationRussell King2011-01-251-19/+23
* ALSA: AACI: fix timeout condition checkingRussell King2011-01-251-3/+3
* ALSA: aaci - Fix alignment faults on ARM Cortex introduced by commit 29a4f2d3Philby John2010-04-131-2/+5
* ALSA: sound/arm: Fix build failure caused by missing struct aaci definitionPeter Huewe2009-12-261-2/+1
* ALSA: AACI: switch to per-pcm lockingRussell King2009-12-181-20/+29
* ALSA: AACI: add double-rate supportRussell King2009-12-181-2/+15
* ALSA: AACI: factor common hw_params logic into aaci_pcm_hw_paramsRussell King2009-12-181-15/+7
* ALSA: AACI: cleanup aaci_pcm_hw_paramsRussell King2009-12-181-11/+7
* ALSA: AACI: simplify codec rate informationRussell King2009-12-181-72/+3
* ALSA: aaci - Fix a typoTakashi Iwai2009-12-181-1/+1
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-12-041-14/+5
|\
| * ALSA: aaci - Clean up duplicate codeTakashi Iwai2009-12-011-9/+3
| * Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-12-011-1/+5
| |\
| * | ALSA: AACI cleanupRussell King2009-11-231-5/+2
* | | Merge branch 'topic/core-change' into for-linusTakashi Iwai2009-12-041-11/+5
|\ \ \ | |_|/ |/| |
| * | ALSA: Remove old DMA-mmap code from arm/devdma.cTakashi Iwai2009-11-271-11/+5
| |/
* | ALSA: AACI: fix recording bugRussell King2009-11-301-1/+1
* | ALSA: AACI: fix AC97 multiple-open bugRussell King2009-11-301-0/+4
|/
* ALSA: aaci: ARM1176 aaci-pl041 AC97 register read timeoutPhilby John2009-10-131-0/+1