diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2017-01-10 13:41:39 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-10 13:45:26 -0500 |
commit | d61b23daf0c6b5e0615b3b900c333d7dbd07816f (patch) | |
tree | 8436a7b9a66470176eebbf56023a6451ba814c81 | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) |
ASoC: mpc5200_psc_ac97: 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 instead and the defines are
unused. The last user of these defines was removed in commit f0fba2ad1b6b
("ASoC: multi-component - ASoC Multi-Component Support"). So remove the
defines as well.
This also means the mpc5200_psc_ac97.h file no longer has any content and
can be removed.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/fsl/efika-audio-fabric.c | 1 | ||||
-rw-r--r-- | sound/soc/fsl/mpc5200_psc_ac97.c | 1 | ||||
-rw-r--r-- | sound/soc/fsl/mpc5200_psc_ac97.h | 13 |
3 files changed, 0 insertions, 15 deletions
diff --git a/sound/soc/fsl/efika-audio-fabric.c b/sound/soc/fsl/efika-audio-fabric.c index f200d1cfc4bd..667f4215dfc0 100644 --- a/sound/soc/fsl/efika-audio-fabric.c +++ b/sound/soc/fsl/efika-audio-fabric.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <sound/soc.h> | 26 | #include <sound/soc.h> |
27 | 27 | ||
28 | #include "mpc5200_dma.h" | 28 | #include "mpc5200_dma.h" |
29 | #include "mpc5200_psc_ac97.h" | ||
30 | 29 | ||
31 | #define DRV_NAME "efika-audio-fabric" | 30 | #define DRV_NAME "efika-audio-fabric" |
32 | 31 | ||
diff --git a/sound/soc/fsl/mpc5200_psc_ac97.c b/sound/soc/fsl/mpc5200_psc_ac97.c index 243700cc29e6..07ee355ee385 100644 --- a/sound/soc/fsl/mpc5200_psc_ac97.c +++ b/sound/soc/fsl/mpc5200_psc_ac97.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <asm/mpc52xx_psc.h> | 25 | #include <asm/mpc52xx_psc.h> |
26 | 26 | ||
27 | #include "mpc5200_dma.h" | 27 | #include "mpc5200_dma.h" |
28 | #include "mpc5200_psc_ac97.h" | ||
29 | 28 | ||
30 | #define DRV_NAME "mpc5200-psc-ac97" | 29 | #define DRV_NAME "mpc5200-psc-ac97" |
31 | 30 | ||
diff --git a/sound/soc/fsl/mpc5200_psc_ac97.h b/sound/soc/fsl/mpc5200_psc_ac97.h deleted file mode 100644 index e881e784b270..000000000000 --- a/sound/soc/fsl/mpc5200_psc_ac97.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | /* | ||
2 | * Freescale MPC5200 PSC in AC97 mode | ||
3 | * ALSA SoC Digital Audio Interface (DAI) driver | ||
4 | * | ||
5 | */ | ||
6 | |||
7 | #ifndef __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ | ||
8 | #define __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ | ||
9 | |||
10 | #define MPC5200_AC97_NORMAL 0 | ||
11 | #define MPC5200_AC97_SPDIF 1 | ||
12 | |||
13 | #endif /* __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ */ | ||