summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Collapse)AuthorFilesLines
2013-08-22Merge remote-tracking branch 'asoc/topic/pxa' into asoc-nextMark Brown9-96/+127
2013-08-22Merge remote-tracking branch 'asoc/topic/pcm3008' into asoc-nextMark Brown1-78/+72
2013-08-22Merge remote-tracking branch 'asoc/topic/pcm1792a' into asoc-nextMark Brown1-7/+19
2013-08-22Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-nextMark Brown1-1/+27
2013-08-22Merge remote-tracking branch 'asoc/topic/omap' into asoc-nextMark Brown5-104/+52
2013-08-22Merge remote-tracking branch 'asoc/topic/nuc900' into asoc-nextMark Brown1-3/+0
2013-08-22Merge remote-tracking branch 'asoc/topic/new-pcm' into asoc-nextMark Brown5-0/+596
2013-08-22Merge remote-tracking branch 'asoc/topic/mxs' into asoc-nextMark Brown3-9/+25
2013-08-22Merge remote-tracking branch 'asoc/topic/mc13783' into asoc-nextMark Brown1-1/+0
2013-08-22Merge remote-tracking branch 'asoc/topic/max9877' into asoc-nextMark Brown1-202/+92
2013-08-22Merge remote-tracking branch 'asoc/topic/max98090' into asoc-nextMark Brown1-4/+6
2013-08-22Merge remote-tracking branch 'asoc/topic/max9768' into asoc-nextMark Brown1-0/+16
2013-08-22Merge remote-tracking branch 'asoc/topic/lm4857' into asoc-nextMark Brown1-76/+31
2013-08-22Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-nextMark Brown7-138/+75
2013-08-22Merge remote-tracking branch 'asoc/topic/hdmi' into asoc-nextMark Brown1-1/+29
2013-08-22Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown15-211/+1931
2013-08-22Merge remote-tracking branch 'asoc/topic/ep93xx' into asoc-nextMark Brown2-6/+0
2013-08-22Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown6-378/+4
2013-08-22Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown8-395/+490
2013-08-22Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown1-2/+28
2013-08-22Merge remote-tracking branch 'asoc/topic/cs4270' into asoc-nextMark Brown1-0/+20
2013-08-22Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown5-88/+17
2013-08-22Merge remote-tracking branch 'asoc/topic/compress' into asoc-nextMark Brown1-6/+7
2013-08-22Merge remote-tracking branch 'asoc/topic/bt' into asoc-nextMark Brown1-1/+21
2013-08-22Merge remote-tracking branch 'asoc/topic/blackfin' into asoc-nextMark Brown1-1/+0
2013-08-22Merge remote-tracking branch 'asoc/topic/au1x' into asoc-nextMark Brown2-3/+4
2013-08-22Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown6-119/+522
2013-08-22Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown8-51/+1317
2013-08-22Merge remote-tracking branch 'asoc/topic/ak5386' into asoc-nextMark Brown1-1/+16
2013-08-22Merge remote-tracking branch 'asoc/topic/ak4554' into asoc-nextMark Brown3-0/+111
2013-08-22Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-nextMark Brown1-18/+16
2013-08-22Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown3-83/+60
2013-08-22Merge remote-tracking branch 'asoc/topic/ads711x' into asoc-nextMark Brown1-1/+28
2013-08-22Merge remote-tracking branch 'asoc/topic/adav80x' into asoc-nextMark Brown1-3/+10
2013-08-22Merge remote-tracking branch 'asoc/topic/adau1701' into asoc-nextMark Brown2-11/+15
2013-08-22Merge remote-tracking branch 'asoc/topic/ad73311' into asoc-nextMark Brown1-1/+21
2013-08-22Merge remote-tracking branch 'asoc/topic/ad1980' into asoc-nextMark Brown1-0/+43
2013-08-22Merge remote-tracking branch 'asoc/topic/ac97' into asoc-nextMark Brown2-0/+168
2013-08-22Merge remote-tracking branch 'asoc/fix/wm8960' into asoc-linusMark Brown1-3/+3
2013-08-22ASoC: samsung: Fix build error with dma function renameTushar Behera4-8/+8
commit 85ff3c29d720 ("ASoC: samsung: Rename DMA platform registration functions") renames the DMA registration functions. Fix the places where it was left out. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-22ASoC: fsl: disable ssi irq for imxMichael Grzeschik1-12/+10
We have to disable the ssi irq, as it is not safe for all platforms to write back into the status register. It also runs into non-linefetch aborts. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-22ASoC: fsl-ssi: imx-pcm-fiq bugfixMichael Grzeschik1-20/+24
imx-pcm-fiq is checking for TE RE bits, so enable them only if necessary. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-22ASoC: fsl-ssi: add SSIEN errata work aroundSteffen Trumtrar1-7/+4
The chip errata for the i.MX35, Rev.2 has the following errata: ENGcm06222: SSI:Transmission does not take place in bit length early frame sync configuration The workaround states, that TX_EN and SSI_EN bits should be set in the same register write. As the next errata in the document (ENGcm06532) says to always write RX_EN and TX_EN in the same register write in network mode. Therefore include the whole write to CCSR_SSI_SCR_TE and CCSR_SSI_SCR_RE into the write to CCSR_SSI_SCR_SSIEN Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-22ASoC: fsl-ssi: ac97-slave supportMarkus Pargmann1-70/+276
This patch adds ac97-slave support. For ac97, the registers have to be setup earlier than for other ssi modes because there is some communication with the external device before streaming. So this patch introduces a fsl_ssi_setup function to setup the registers for different ssi operation modes seperately. This patch was tested with imx27-pca100. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Tested-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-22Merge remote-tracking branch 'asoc/topic/ac97' into asoc-fslMark Brown24-93/+271
2013-08-22ASoC: fsl: Add S/PDIF CPU DAI driverNicolin Chen4-0/+1432
This patch implements a device-tree-only CPU DAI driver for Freescale S/PDIF controller that supports stereo playback and record feature. Signed-off-by: Nicolin Chen <b42378@freescale.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-22ASoC: pxa: Remove duplicate inclusion of dmaengine.hSachin Kamat1-1/+0
dmaengine.h header file was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-20ASoC: omap: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall2-9/+3
Remove unneeded error handling on the result of a call to platform_get_resource_byname when the value is passed to devm_ioremap_resource. In the case of omap-dmic.c, the error-handling code of devm_ioremap_resource is also corrected to include releasing the clock. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression pdev,res,e,e1; expression ret != 0; identifier l; @@ res = platform_get_resource_byname(...); - if (res == NULL) { ... \(goto l;\|return ret;\) } e = devm_ioremap_resource(e1, res); // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-20ASoC: fsl: fsl_ssi: Fix the order of resources removalFabio Estevam1-4/+4
In fsl_ssi_remove() we need to remove the resources in the opposite order that they were acquired in probe. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
2013-08-20ASoC: core: Generic ac97 link reset functionsMarkus Pargmann1-0/+153
This patch adds generic ac97 reset functions using pincontrol and gpio parsed from devicetree. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>