diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-11-14 13:35:23 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-10 15:22:15 +0400 |
commit | 18f93506623aacbb269f47cbda9fe90ffc5acda6 (patch) | |
tree | d85754547ae83f26332d83588dd02e8e808b4f98 /sound/soc/davinci/davinci-mcasp.h | |
parent | ed29cd5e8d9941353f82784a2478ba6babc828da (diff) | |
download | linux-18f93506623aacbb269f47cbda9fe90ffc5acda6.tar.xz |
ASoC: davinci-mcasp: Remove unused DAVINCI_MCASP_I2S/DIT_DAI defines
These are not used, probably leftovers from the past.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/davinci/davinci-mcasp.h')
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.h b/sound/soc/davinci/davinci-mcasp.h index a84e79604dfa..70b089b4e0f5 100644 --- a/sound/soc/davinci/davinci-mcasp.h +++ b/sound/soc/davinci/davinci-mcasp.h @@ -23,9 +23,6 @@ #include "davinci-pcm.h" -#define DAVINCI_MCASP_I2S_DAI 0 -#define DAVINCI_MCASP_DIT_DAI 1 - struct davinci_audio_dev { struct davinci_pcm_dma_params dma_params[2]; void __iomem *base; |