diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-10-15 13:32:56 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-24 13:38:00 -0400 |
commit | 78d70675a4c7a3800ef5a49b6727cee0fdff5222 (patch) | |
tree | 92df252f7ad86a8fe57110c0f4e376163bb5fde7 | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
ASoC: pxa2xx-i2s: Remove unused DAI ID defines
The DAI ID defines are back from the time when DAIs were referenced by a
numerical ID. These days a string is used for matching instead and the
defines are unused. This particular ID was never used and presumably never
will be, so remove it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/pxa/pxa2xx-i2s.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/pxa/pxa2xx-i2s.h b/sound/soc/pxa/pxa2xx-i2s.h index 070f3c6059fe..7e218e2105a9 100644 --- a/sound/soc/pxa/pxa2xx-i2s.h +++ b/sound/soc/pxa/pxa2xx-i2s.h | |||
@@ -9,9 +9,6 @@ | |||
9 | #ifndef _PXA2XX_I2S_H | 9 | #ifndef _PXA2XX_I2S_H |
10 | #define _PXA2XX_I2S_H | 10 | #define _PXA2XX_I2S_H |
11 | 11 | ||
12 | /* pxa2xx DAI ID's */ | ||
13 | #define PXA2XX_DAI_I2S 0 | ||
14 | |||
15 | /* I2S clock */ | 12 | /* I2S clock */ |
16 | #define PXA2XX_I2S_SYSCLK 0 | 13 | #define PXA2XX_I2S_SYSCLK 0 |
17 | 14 | ||