summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-7/+4Star
|\
| * DMA-API: sound: fix dma mask handling in a lot of driversRussell King2013-10-311-7/+4Star
* | sound/soc/pxa/mmp-pcm.c: use gen_pool_dma_alloc() to allocate dma bufferNicolin Chen2013-11-131-2/+1Star
* | Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2013-11-081-1/+2
|\ \
| * | ASoC: pxa: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-071-1/+2
| |/
* | Merge remote-tracking branch 'asoc/topic/pxa' into asoc-nextMark Brown2013-11-0812-31/+36
|\ \
| * | ALSA: ASoC: pxa: add asoc pm callbacks to pxa audio driversDmitry Eremin-Solenikov2013-10-1811-0/+11
| * | ALSA: ASoC: pxa: fix pxa2xx-ac97 DAI initialization orderDmitry Eremin-Solenikov2013-10-181-31/+25Star
| |/
* / ASoC: mmp-sspa: Use devm_snd_soc_register_componentSachin Kamat2013-09-191-3/+2Star
|/
* ASoC: pxa: Remove duplicate inclusion of dmaengine.hSachin Kamat2013-08-221-1/+0Star
* ASoC: pxa: add DT bindings for pxa2xx-pcmDaniel Mack2013-08-151-2/+11
* ASoC: pxa: pxa-ssp: set dma filter data from startup hookDaniel Mack2013-08-151-1/+4
* ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack2013-08-156-81/+78Star
* ASoC: pxa: pxa-ssp: add DT bindingsDaniel Mack2013-08-151-6/+31
* Merge branch 'topic/dma' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2013-08-151-1/+1
|\
| * ALSA: move dmaengine implementation from ASoC to ALSA coreDaniel Mack2013-08-151-1/+1
* | ASoC: mioa701_wm9713: Remove definition of ARRAY_AND_SIZE()Julia Lawall2013-08-141-2/+0Star
* | sound/soc/pxa/mioa701_wm9713.c: Avoid using ARRAY_AND_SIZE(e) as a function a...Julia Lawall2013-08-111-2/+3
* | ASoC: pxa: don't check resource with devm_ioremap_resourceWolfram Sang2013-07-241-3/+0Star
* | ASoC: ttc_dkb: add .owner to struct snd_soc_cardWei Yongjun2013-07-151-0/+1
* | ASoC: brownstone: add .owner to struct snd_soc_cardWei Yongjun2013-07-151-0/+1
|/
* Merge tag 'asoc-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-07-012-3/+2Star
|\
| * ASoC: pxa2xx: fixup multi-platform AC'97 build failuresKevin Hilman2013-06-292-3/+2Star
* | Merge tag 'asoc-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-06-281-2/+6
|\|
| * ASoC: ac97: Support multi-platform AC'97Mark Brown2013-06-271-2/+6
* | ASoC: Fix double assignment of .owner in struct snd_soc_cardEmil Goode2013-06-141-1/+0Star
* | ASoC: remove saarb and tavorevb3 machine driversPaul Bolle2013-05-154-403/+0Star
* | ASoC: mmp-sspa: Staticize non exported structLars-Peter Clausen2013-05-151-1/+1
* | ASoC: mmp-pcm: Staticize non exported structs and functionsLars-Peter Clausen2013-05-151-3/+3
|/
* Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-04-181-2/+3
|\
| * ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen2013-04-171-2/+3
* | Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2013-04-121-28/+5Star
|\|
| * ASoC: mmp-pcm: Allocate dma filter parameters on the stackLars-Peter Clausen2013-03-261-28/+5Star
* | ASoC: switch over to use snd_soc_register_component() on mmp sspaKuninori Morimoto2013-03-261-2/+7
* | ASoC: switch over to use snd_soc_register_component() on pxa2xx i2sKuninori Morimoto2013-03-261-2/+7
* | ASoC: switch over to use snd_soc_register_component() on pxa2xx ac97Kuninori Morimoto2013-03-261-3/+7
* | ASoC: switch over to use snd_soc_register_component() on pxa sspKuninori Morimoto2013-03-261-2/+7
* | ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definitionKuninori Morimoto2013-03-221-2/+1Star
|/
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-3/+3
|\
| * ASoC: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
* | ASoC: palm27x: register card in platform_driver probeMike Dunn2013-01-021-17/+6Star
* | ASoC: palm27x: fix widgets and routes in dai_link initMike Dunn2013-01-021-11/+4Star
|/
* ASoC: pxa: remove __dev* attributesBill Pemberton2012-12-0917-50/+50
* ASoC: pxa/hx4700: remove __dev* attributesBill Pemberton2012-12-091-3/+3
* Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-10-171-1/+1
|\
| * ARM: pxa: Fix build error caused by sram.h renameChris Ball2012-10-091-1/+1
* | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
|/
* Merge branch 'for-3.5' into for-3.6Mark Brown2012-07-231-21/+12Star
|\
| * ASoC: mioa701: convert to snd_soc_register_card APIRobert Jarzmik2012-07-011-21/+12Star
* | Merge tag 'v3.5-rc4' into for-3.6Mark Brown2012-06-251-27/+11Star
|\|