aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/aaci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-04ALSA: arm: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+2
2019-01-15ALSA: arm: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2017-08-23ALSA: aaci: constify ac97_pcm structuresArvind Yadav1-1/+1
2017-08-19ALSA: arm: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-17ALSA: arm: make snd_pcm_hardware constBhumika Goyal1-1/+1
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Markus Elfring1-2/+2
2014-02-14ALSA: arm: Convert to snd_card_new() with a device pointerTakashi Iwai1-4/+2
2013-12-03ALSA: AACI: Convert to modern PM opsUlf Hansson1-12/+11
2013-05-29ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai1-2/+0
2012-12-07ALSA: AACI: remove __dev* attributesBill Pemberton1-9/+9
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-12/+1
2011-11-22sound: aaci: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King1-2/+9
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+2
2011-02-07ALSA: AACI: allow writes to MAINCR to take effectRussell King1-1/+7
2011-01-26ALSA: AACI: make fifo variables more explanitoryRussell King1-18/+24
2011-01-26ALSA: AACI: no need to call snd_pcm_period_elapsed() for each periodRussell King1-8/+10
2011-01-26ALSA: AACI: use snd_pcm_lib_period_bytes()Russell King1-2/+2
2011-01-26ALSA: AACI: clean up AACI announcement printkRussell King1-3/+3
2011-01-26ALSA: AACI: fix channel mask selectionRussell King1-50/+20
2011-01-25ALSA: AACI: fix number of channels for recordRussell King1-62/+52
2011-01-25ALSA: AACI: fix multiple IRQ claimingRussell King1-9/+15
2011-01-25ALSA: AACI: fix timeout durationRussell King1-19/+23
2011-01-25ALSA: AACI: fix timeout condition checkingRussell King1-3/+3
2010-04-13ALSA: aaci - Fix alignment faults on ARM Cortex introduced by commit 29a4f2d3Philby John1-2/+5
2009-12-26ALSA: sound/arm: Fix build failure caused by missing struct aaci definitionPeter Huewe1-2/+1
2009-12-18ALSA: AACI: switch to per-pcm lockingRussell King1-20/+29
2009-12-18ALSA: AACI: add double-rate supportRussell King1-2/+15
2009-12-18ALSA: AACI: factor common hw_params logic into aaci_pcm_hw_paramsRussell King1-15/+7
2009-12-18ALSA: AACI: cleanup aaci_pcm_hw_paramsRussell King1-11/+7
2009-12-18ALSA: AACI: simplify codec rate informationRussell King1-72/+3
2009-12-18ALSA: aaci - Fix a typoTakashi Iwai1-1/+1
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai1-14/+5
2009-12-04Merge branch 'topic/core-change' into for-linusTakashi Iwai1-11/+5
2009-12-01ALSA: aaci - Clean up duplicate codeTakashi Iwai1-9/+3
2009-12-01Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+5
2009-11-30ALSA: AACI: fix recording bugRussell King1-1/+1
2009-11-30ALSA: AACI: fix AC97 multiple-open bugRussell King1-0/+4
2009-11-27ALSA: Remove old DMA-mmap code from arm/devdma.cTakashi Iwai1-11/+5
2009-11-23ALSA: AACI cleanupRussell King1-5/+2
2009-10-13ALSA: aaci: ARM1176 aaci-pl041 AC97 register read timeoutPhilby John1-0/+1
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij1-1/+1
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-3/+4
2009-02-10[ARM] AACI: timeout will reach -1Roel Kluin1-3/+3
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+4
2008-09-04ALSA: aaci - Fix NULL test at error pathTakashi Iwai1-3/+3
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0