Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-03 | Merge remote-tracking branch 'asoc/topic/core' into asoc-next | Mark Brown | |
2013-11-03 | Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next | Mark Brown | |
2013-11-03 | Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next | Mark Brown | |
2013-11-03 | Merge remote-tracking branch 'asoc/topic/ab8500' into asoc-next | Mark Brown | |
2013-11-03 | Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linus | Mark Brown | |
2013-11-03 | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus | Mark Brown | |
2013-11-03 | Merge remote-tracking branch 'asoc/fix/ak4642' into asoc-linus | Mark Brown | |
2013-11-01 | ASoC: wm_adsp: Print out the firmware version | Dimitris Papastamos | |
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-11-01 | ASoC: wm_adsp: Remove and free algorithm regions for ADSP1 | Dimitris Papastamos | |
Do it in a similar fashion as we do for ADSP2. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-11-01 | ASoC: wm_adsp: Add debug info on get()/put() transfers | Dimitris Papastamos | |
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-11-01 | ASoC: wm_adsp: Release firmware on memory allocation failure | Dimitris Papastamos | |
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-11-01 | ASoC: wm_adsp: Print error when regmap reads/writes fail | Dimitris Papastamos | |
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-31 | ASoC: ak4642: prevent un-necessary changes to SG_SL1 | Phil Edworthy | |
If you record the sound during playback, the playback sound becomes silent. Modify so that the codec driver does not clear SG_SL1::DACL bit which is controlled under widget Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org | |||
2013-10-31 | ASoC: dpcm: improve robustness | Russell King - ARM Linux | |
Avoid oopsing if there is no backend stream associated with a front end stream. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-31 | ASoC: pcm: Check for ops before deferencing them | Mark Brown | |
Ensure that we always check that an ops structure is present before we try to use it, improving the robustness of the system. Reported-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-31 | ASoC: Use strlcpy() for copying in snd_soc_info_enum_double() | Takashi Iwai | |
The provided texts aren't guaranteed to be in the fixed size. Spotted by coverity CID 139318. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-30 | ASoC: wm_hubs: Add missing break in hp_supply_event() | Takashi Iwai | |
Spotted by coverity CID 115170. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org | |||
2013-10-30 | ASoC: ab8500: Fix invalid cast to long pointer | Takashi Iwai | |
Don't cast to long pointers blindly just for using find_first_bit() and co. This is certainly not portable at all. Reimplement the code with ffs() and fls() instead. This is a slight optimization, too. Spotted by coverity CID 1056484 and 1056485. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-30 | ASoC: ab8500: Add missing of NULL check of devm_kzalloc() | Takashi Iwai | |
Spotted by coverity CID 712316. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-28 | ASoC: dapm: Return -ENOMEM in snd_soc_dapm_new_dai_widgets() | Takashi Iwai | |
... instead of NULL dereferences. Spotted by coverity CID 402004. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-28 | ASoC: dapm: Fix source list debugfs outputs | Takashi Iwai | |
... due to a copy & paste error. Spotted by coverity CID 710923. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org | |||
2013-10-26 | ASoC: wm5110: Add missing routes for AEC Loopback | Charles Keepax | |
Reported-by: Nariman Poushin <nariman.poushin@wolfsonmicro.com> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-10-24 | Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/twl4030' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tpa6130a2' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic26' into asoc-next | Mark Brown | |
2013-10-24 | Merge remote-tracking branch 'asoc/topic/tlv320aic23' into asoc-next | Mark Brown | |
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 | |