linux/sound/soc/ux500
Donglin Peng c996b52df4 ASoC: ux500: Remove unnecessary function call
First of all,the address of pdev->dev is assigned to mop500_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 18:16:06 +01:00
..
Kconfig sound updates for v3.10-rc1 2013-05-03 09:10:23 -07:00
Makefile ASoC: Ux500: Add machine-driver 2012-06-17 20:46:12 +01:00
mop500_ab8500.c ASoC: mop500_ab8500: Add a NULL pointer check in mop500_ab8500_machine_init() 2015-05-21 12:05:48 +01:00
mop500_ab8500.h ASoC: Ux500: Add machine-driver 2012-06-17 20:46:12 +01:00
mop500.c ASoC: ux500: Remove unnecessary function call 2017-08-21 18:16:06 +01:00
ux500_msp_dai.c ASoC: ux500: constify snd_soc_dai_ops structures 2017-08-18 13:24:11 +01:00
ux500_msp_dai.h ASoC: ux500: Move DMA parameters into ux500_msp 2013-06-12 17:01:42 +01:00
ux500_msp_i2s.c ASoC: ux500: Remove unuseful break after return 2017-03-07 14:31:26 +01:00
ux500_msp_i2s.h ARM: ux500: Don't use enums for MSP IDs - for easy DT conversion 2014-01-07 15:36:09 +00:00
ux500_pcm.c ASoC: dmaengine_pcm: Make FLAG_NO_RESIDUE internal 2015-04-27 19:26:07 +01:00
ux500_pcm.h ASoC: ux500_pcm: Use the same snd_pcm_hardware for playback and capture 2013-04-07 19:51:05 +01:00