summaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/storm.c
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: qcom: storm: remove special casing EPROBE_DEFERSrinivas Kandagatla2015-06-091-6/+3
| | | | | | | | This patch removes special casing the EPROBE_DEFER error handling in the driver. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: qcom: storm: allocate snd_soc_card struct dynamically.Srinivas Kandagatla2015-06-091-12/+5
| | | | | | | | | | This patch moves static allocation of snd_soc_card to dynamic allocation, the reason to do this is to avoid holding up any dangling pointers in this static structures. And I see no use for having this struct as static given that the card->name is also populated dynamically from dt. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: qcom: Add Storm machine driverKenneth Westfield2015-03-161-0/+162
Add machine driver for the Storm board with the IPQ806X SOC connected to the MAX98357A DAC. Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org> Acked-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
OpenPOWER on IntegriCloud