Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tegra' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tas5086' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/spear' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/sn95031' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/simple' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/si476x' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/rt5640' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/pxa' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/pcm1792a' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/mc13783' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/max9850' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/max98095' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/max98088' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/ep93xx' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/dma' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/devm' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/davinci' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/cq93vc' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/core' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/component' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/bclk' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/atmel' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/adav80x' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/adau1373' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/ab8500' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/88pm860x' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/fix/pcm1792a' into asoc-linus | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/fix/pcm1681' into asoc-linus | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/fix/omap' into asoc-linus | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus | Mark Brown | |
2013-10-24 | ASoC: fsl: Add missing pm to current machine drivers | Nicolin Chen | |
Add missing pm to current machine drivers so that all of them would correctly do suspend/resume. Signed-off-by: Nicolin Chen <b42378@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-24 | ASoC: dmaengine: Use filter_data rather than dma_data for compat requests | Mark Brown | |
When using the legacy filter function channel requests we currently pass the audio specific struct snd_dmaengine_dai_dma_data which isn't likely to be helpful for actual filtering. Since there's already a field in the structure called filter_data clearly intended for use here convert the driver to use that. All existing users of plain filter functions have been converted to use an explicit compat function to override this behaviour except i.MX which is working around this issue in its filter function and is updated to just use filter_data directly here. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2013-10-24 | ASoC: dmaengine: Support custom channel names | Mark Brown | |
Some devices have more than just simple TX and RX DMA channels, for example modern Samsung I2S IPs support a secondary transmit DMA stream which is mixed into the primary stream during playback. Allow such devices to specify the names of the channels to be requested in their dma_data. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2013-10-23 | ASoC: davinci-evm: Add device tree binding | Hebbar, Gururaja | |
Device tree support for Davinci Machine driver When the board boots with device tree, the driver will receive card, codec, dai interface details (like the card name, DAPM routing map, phandle for the audio components described in the dts file, codec mclk speed). The card will be set up based on this information. Since the routing is provided via DT we can mark the card fully routed so core can take care of disconnecting the unused pins. Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com> Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-23 | ASoC: davinci: Add support for AM33xx SoC Audio | Hebbar, Gururaja | |
AM33xx uses same McASP IP as the Davinci Platform. This patch updates Kconfig and makefile to enable build for McASP, PCM & Codec drivers. Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com> Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-23 | ASoC: tegra: Remove redundant initialisation of compat_filter_fn | Mark Brown | |
Setting a field in a static struct to NULL has no effect so don't bother (and don't generate false positives for grep). Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Stephen Warren <swarren@nvidia.com> |