linux/sound/soc/mxs
Donglin Peng 4c316783ee ASoC: mxs-sgtl5000: Remove unnecessary function call
First of all,the address of pdev->dev is assigned to card->dev,then
the function platform_set_drvdata copies the value the variable card
to pdev->dev.driver_data, but when calling snd_soc_register_card,the
function dev_set_drvdata(card->dev, card) will also do the same copy
operation,so i think that the former copy operation can be removed.

Signed-off-by: Peng Donglin <dolinux.peng@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-08-21 17:13:30 +01:00
..
Kconfig ASoC: mxs: Depends on COMMON_CLK 2013-07-22 14:19:21 +01:00
Makefile ASoC: mxs: add asoc configuration files 2011-07-28 11:47:41 +01:00
mxs-pcm.c ASoC: mxs: Remove SND_DMAENGINE_PCM_FLAG_NO_RESIDUE flag 2014-01-07 11:41:36 +00:00
mxs-pcm.h ASoC: mxs: Use devm_snd_dmaengine_pcm_register() 2013-12-02 11:49:36 +00:00
mxs-saif.c ASoC: mxs-saif: fix setting master base rate 2017-01-17 18:19:36 +00:00
mxs-saif.h ASoC: mxs-saif: Do not store the irq number in the private structure 2014-12-30 16:44:53 +00:00
mxs-sgtl5000.c ASoC: mxs-sgtl5000: Remove unnecessary function call 2017-08-21 17:13:30 +01:00