aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa2xx-i2s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-07ASoC: pxa: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-1/+2
2013-08-15ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack1-14/+14
2013-03-26ASoC: switch over to use snd_soc_register_component() on pxa2xx i2sKuninori Morimoto1-2/+7
2012-12-10ASoC: pxa: remove __dev* attributesBill Pemberton1-2/+2
2012-04-16ASoC: Merge tag 'v3.4-rc3' into for-3.5Mark Brown1-0/+1
2012-04-02ASoC: pxa: pxa2xx-i2s: add io.h for IOMEM macroMartin Jansa1-0/+1
2012-04-01ASoC: pxa2xx-i2s: Add clk_prepare/clk_unprepare callsPhilipp Zabel1-2/+2
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2010-08-23ASoC: Enable autoloading of pxa2xx CPU I2S driver with module aliasIan Lartey1-0/+1
2010-08-15ASoC: multi-component: Fix reference to moved header file, which was unused anyway.Ian Lartey1-1/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-45/+44
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-2/+5
2009-07-01ASoC: Only disable pxa2xx-i2s clocks if we enabled themMark Brown1-1/+6
2009-05-14ASoC: pxa2xx-i2s: Fix suspend/resumeKarl Beldan1-8/+3
2009-05-14ASoC: pxa2xx-i2s: Fix inappropriate release of i2s clockKarl Beldan1-2/+0
2009-05-14ASoC: pxa2xx-i2s: Handle SACR1_DRPL and SACR1_DREC separatelyKarl Beldan1-3/+5
2009-05-14ASoC: pxa2xx-i2s: Proper hw initializationKarl Beldan1-3/+14
2009-05-12ASoC: Enforce symmetric rates for PXA2xx I2SMark Brown1-0/+1
2009-03-28Merge branch 'origin' into develRussell King1-44/+10
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-8/+10
2009-02-08ASoC: pxa2xx-i2s: remove I2S pin setupPhilipp Zabel1-36/+0
2008-12-09ASoC: Register platform DAIsMark Brown1-1/+12
2008-12-03ASoC: Remove platform device from DAI suspend and resume operationsMark Brown1-4/+2
2008-11-24ASoC: Remove DAI type informationMark Brown1-1/+0
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-6/+9
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-2/+2
2008-10-13ALSA: ASoC: update email address for Liam GirdwoodLiam Girdwood1-2/+2
2008-10-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+41
2008-10-07[ARM] pxa: move I2S register and bit definitions into pxa2xx-i2s.cEric Miao1-0/+40
2008-10-07[ARM] pxa: simplify DMA register definitionsEric Miao1-2/+2
2008-09-23ALSA: Separate common pxa2xx-pcm codeDmitry Baryshkov1-0/+10
2008-09-23sound: ASoC: Support runtime selection of CPU in pxa2xx-i2sDmitry Baryshkov1-5/+5
2008-09-01ALSA: ASoC: fix pxa2xx-i2s clk_get callDmitry Baryshkov1-1/+39
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-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+10
2008-07-10ALSA: asoc: pxa - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-7/+7
2008-07-07[ARM] 5063/1: pxa: add clk support for pxa2xx I2Seric miao1-2/+10
2008-05-19[ALSA] ASoC: Remove in-code changelogsMark Brown1-3/+0
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao1-0/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao1-2/+2
2007-02-09[ALSA] soc - ASoC 0.13 pxa2xx i2s driverPhilipp Zabel1-118/+82
2007-02-09[ALSA] ASoC: Add support for BCLK based on (Rate * Chn * Word Size)Liam Girdwood1-1/+2
2007-02-09[ALSA] Remove trailing whitespaces from soc/* filesTakashi Iwai1-29/+29
2007-02-09[ALSA] ASoC DAI capabilities labellingLiam Girdwood1-22/+69
2007-02-09[ALSA] ASoC pxa2xx I2S supportLiam Girdwood1-0/+306