aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2013-11-14 04:35:37 -0500
committerMark Brown <broonie@linaro.org>2013-12-10 06:22:17 -0500
commitb14899da9ddeb8501db13fd08d0d1a8af61529c5 (patch)
tree37d551bfe3ebceca1eddca99906387646b0e1d43 /sound/soc/davinci
parentf68205a7f8c0b1fd02cec6116bbb66bb4fd7bc51 (diff)
ASoC: davinci-mcasp: Correct am33xx snd_platform_data name
An earlier patch overlooked this when the compatible has been changed from omap2 -> am33x. Rename omap2_mcasp_pdata to am33xx_mcasp_pdata. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r--sound/soc/davinci/davinci-mcasp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index 19c66625af4e..8ec879548488 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -788,7 +788,7 @@ static struct snd_platform_data da830_mcasp_pdata = {
788 .version = MCASP_VERSION_2, 788 .version = MCASP_VERSION_2,
789}; 789};
790 790
791static struct snd_platform_data omap2_mcasp_pdata = { 791static struct snd_platform_data am33xx_mcasp_pdata = {
792 .tx_dma_offset = 0, 792 .tx_dma_offset = 0,
793 .rx_dma_offset = 0, 793 .rx_dma_offset = 0,
794 .asp_chan_q = EVENTQ_0, 794 .asp_chan_q = EVENTQ_0,
@@ -813,7 +813,7 @@ static const struct of_device_id mcasp_dt_ids[] = {
813 }, 813 },
814 { 814 {
815 .compatible = "ti,am33xx-mcasp-audio", 815 .compatible = "ti,am33xx-mcasp-audio",
816 .data = &omap2_mcasp_pdata, 816 .data = &am33xx_mcasp_pdata,
817 }, 817 },
818 { 818 {
819 .compatible = "ti,dra7-mcasp-audio", 819 .compatible = "ti,dra7-mcasp-audio",