Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-25 | ASoC: cs42l52: Add chip rev id message | Brian Austin | 1 | -0/+3 | |
This patch adds a print message at bootup for the CODEC Rev ID Signed-off-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||||
2013-10-25 | ASoC: cs42l52: convert pdata config to regmap_update_bits | Brian Austin | 1 | -35/+34 | |
Moving platform data to bus probe and convert to regmap_update_bits. This will work nicer when converted to device tree instead of having it split into multiple probes Signed-off-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||||
2013-10-25 | ASoC: cs42l52: Add platform data for reset gpio | Brian Austin | 1 | -4/+17 | |
This patch adds platform data support for a reset GPIO. Also uses reset_gpio to toggle reset of the CODEC Signed-off-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||||
2013-10-25 | Merge tag 'asoc-v3.13' of ↵ | Takashi Iwai | 106 | -2829/+3198 | |
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next ASoC: Updates for v3.13 - Further work on the dmaengine helpers, including support for configuring the parameters for DMA by reading the capabilities of the DMA controller which removes some guesswork and magic numbers fromm drivers. - A refresh of the documentation. - Conversions of many drivers to direct regmap API usage in order to allow the ASoC level register I/O code to be removed, this will hopefully be completed by v3.14. - Support for using async register I/O in DAPM, reducing the time taken to implement power transitions on systems that support it. | |||||
2013-10-25 | ASoC: samsung: fix return value check in i2s_alloc_dai() | Wei Yongjun | 1 | -1/+1 | |
In case of error, the function platform_device_alloc() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mark Brown <broonie@linaro.org> | |||||
2013-10-25 | ASoC: kirkwood: Fix compile error due to patch 'add S/PDIF support' | Jean-Francois Moine | 1 | -1/+1 | |
This patch fixes the compilation error of kirkwood-i2s.c introduced by the commit 75b9b65ee5a80e99e 'ASoC: kirkwood: add S/PDIF support'. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mark Brown <broonie@linaro.org> | |||||
2013-10-24 | ASoC: eukrea-tlv320: Use dev_err instead of pr_err. | Denis Carikli | 1 | -5/+10 | |
It also contains a minor style cleanup. Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||||
2013-10-24 | Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-next | Mark Brown | 1 | -110/+108 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-next | Mark Brown | 1 | -75/+20 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-next | Mark Brown | 1 | -19/+7 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/twl4030' into asoc-next | Mark Brown | 1 | -44/+36 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tpa6130a2' into asoc-next | Mark Brown | 1 | -9/+23 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-next | Mark Brown | 1 | -121/+113 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-next | Mark Brown | 1 | -71/+30 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic26' into asoc-next | Mark Brown | 2 | -116/+28 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic23' into asoc-next | Mark Brown | 1 | -50/+34 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tegra' into asoc-next | Mark Brown | 6 | -28/+186 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tas5086' into asoc-next | Mark Brown | 1 | -62/+109 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/spear' into asoc-next | Mark Brown | 2 | -22/+4 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/sn95031' into asoc-next | Mark Brown | 1 | -15/+20 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/simple' into asoc-next | Mark Brown | 1 | -0/+5 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/si476x' into asoc-next | Mark Brown | 1 | -48/+16 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next | Mark Brown | 3 | -18/+11 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/rt5640' into asoc-next | Mark Brown | 1 | -3/+21 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next | Mark Brown | 6 | -184/+207 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/pxa' into asoc-next | Mark Brown | 12 | -31/+36 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/pcm1792a' into asoc-next | Mark Brown | 1 | -0/+1 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/pcm1681' into asoc-next | Mark Brown | 1 | -0/+1 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next | Mark Brown | 3 | -22/+33 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/mc13783' into asoc-next | Mark Brown | 1 | -56/+79 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/max9850' into asoc-next | Mark Brown | 1 | -10/+29 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/max98095' into asoc-next | Mark Brown | 1 | -296/+170 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/max98088' into asoc-next | Mark Brown | 1 | -351/+273 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-next | Mark Brown | 5 | -27/+93 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next | Mark Brown | 7 | -24/+17 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/ep93xx' into asoc-next | Mark Brown | 1 | -1/+1 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/dma' into asoc-next | Mark Brown | 5 | -28/+100 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/devm' into asoc-next | Mark Brown | 11 | -52/+104 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/davinci' into asoc-next | Mark Brown | 5 | -77/+311 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next | Mark Brown | 2 | -46/+81 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-next | Mark Brown | 2 | -90/+129 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next | Mark Brown | 1 | -0/+1 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/cq93vc' into asoc-next | Mark Brown | 1 | -32/+14 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/core' into asoc-next | Mark Brown | 5 | -300/+96 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/component' into asoc-next | Mark Brown | 1 | -90/+147 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/bclk' into asoc-next | Mark Brown | 1 | -0/+16 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/atmel' into asoc-next | Mark Brown | 3 | -9/+2 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next | Mark Brown | 1 | -9/+14 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next | Mark Brown | 1 | -2/+0 | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-next | Mark Brown | 1 | -3/+8 | |