aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/pxa/pxa2xx-ac97.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-06ASoC: pxa: Fix module autoload for platform driversAndrea Adami1-0/+1
2015-09-30ASoC: pxa: pxa-pcm-lib: switch over to snd-soc-dmaengine-pcmDaniel Mack1-17/+32
2015-09-22ASoC: pxa: pxa2xx-ac97: fix dma requestor linesRobert Jarzmik1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-18ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_controlLars-Peter Clausen1-3/+3
2014-10-20ASoC: pxa: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-18ALSA: ASoC: pxa: fix pxa2xx-ac97 DAI initialization orderDmitry Eremin-Solenikov1-31/+25
2013-08-15ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack1-33/+34
2013-06-29ASoC: pxa2xx: fixup multi-platform AC'97 build failuresKevin Hilman1-0/+2
2013-06-27ASoC: ac97: Support multi-platform AC'97Mark Brown1-2/+6
2013-03-26ASoC: switch over to use snd_soc_register_component() on pxa2xx ac97Kuninori Morimoto1-3/+7
2013-03-22ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definitionKuninori Morimoto1-2/+1
2012-12-10ASoC: pxa: remove __dev* attributesBill Pemberton1-4/+4
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-03-25ARM: pxa: use common IOMEM definitionRob Herring1-0/+1
2012-02-19ASoC: Add __devinit annotation for pxa2xx_ac97_probeAxel Lin1-5/+5
2011-11-25ASoC: Convert pxa directory to module_platform_driverAxel Lin1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-3/+3
2010-08-20ASoC: remove include of pxa2xx-pcm.h in pxa2xx-ac97.cAxel Lin1-1/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-33/+12
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-5/+12
2009-08-23ASoC: Pass correct platform data from pxa2xx-ac97Marek Vasut1-2/+2
2009-08-13ALSA: Allow passing platform_data for pxa2xx-ac97Marek Vasut1-1/+11
2009-03-28Merge branch 'origin' into develRussell King1-10/+49
2009-03-16ASoC: Each PXA AC97 DAI needs a separate opsMark Brown1-4/+12
2009-03-11ASoC: Merge dai_ops factor outMark Brown1-6/+7
2009-03-09ASoC: Convert PXA AC97 driver to probe with the platform deviceMark Brown1-4/+34
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao1-1/+1
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-6/+7
2008-12-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register platform DAIsMark Brown1-0/+12
2008-12-03ASoC: Remove platform device from DAI suspend and resume operationsMark Brown1-4/+2
2008-12-02[ARM] pxa: move AC97 register definitions into dedicated regs-ac97.hEric Miao1-0/+1
2008-11-24ASoC: Remove DAI type informationMark Brown1-3/+3
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-3/+6
2008-10-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-5/+5
2008-10-07[ARM] pxa: simplify DMA register definitionsEric Miao1-5/+5
2008-09-25[ARM] pxa: avoid needless pxa_gpio_mode() during resumeRussell King1-8/+0
2008-09-23ALSA: Separate common pxa2xx-ac97 codeDmitry Baryshkov1-263/+9
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-4/+4
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-10ALSA: ASoC: pxa2xx-ac97: fix warning due to missing argument in fuction declarationDmitry Baryshkov1-1/+2
2008-07-10ALSA: asoc: pxa - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-7/+7
2008-06-13ALSA: ASoC: Pass the DAI being configured into CPU DAI probe and removeMark Brown1-1/+2
2008-04-24[ALSA] soc - Support PXA3xx AC97Mark Brown1-2/+27
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison1-4/+4
2008-04-19[ARM] 4977/2: soc - pxa2xx-ac97 - Add missing clk_enable()Mark Brown1-0/+1
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao1-0/+1
2008-04-19[ARM] 4834/3: Convert ASoC pxa2xx-ac97 driver to use the clock APIMark Brown1-11/+38