aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/aaci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-02-20[ARM] Fix ARM AACI ALSA driverRussell King1-6/+6
2007-02-18[ARM] 4140/1: AACI stability add ac97 timeout and retriesKevin Hilman1-11/+39
2007-02-18[ARM] 4139/1: AACI record supportKevin Hilman1-26/+232
2007-02-18[ARM] 4138/1: AACI: multiple channel support for IRQ handlingKevin Hilman1-3/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman1-2/+3
2006-03-22[ALSA] semaphore -> mutex (Archs, misc buses)Ingo Molnar1-5/+5
2006-02-01[ARM] 3290/1: Fix the FIFO size detectionCatalin Marinas1-4/+10