diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-11-04 18:26:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-04 11:41:53 -0600 |
commit | 355602eb5af91ff8ddda435f0f9e910f3b18c438 (patch) | |
tree | 49cdf4dcfc2e632e1a348e64e45f0f433f513897 /sound | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-355602eb5af91ff8ddda435f0f9e910f3b18c438.tar.gz linux-355602eb5af91ff8ddda435f0f9e910f3b18c438.tar.bz2 linux-355602eb5af91ff8ddda435f0f9e910f3b18c438.zip |
ASoC: stac9766: 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.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/stac9766.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/stac9766.h b/sound/soc/codecs/stac9766.h index c726f907e2c0..cb0d5505d571 100644 --- a/sound/soc/codecs/stac9766.h +++ b/sound/soc/codecs/stac9766.h @@ -10,8 +10,4 @@ #define AC97_STAC_ANALOG_SPECIAL (AC97_STAC_PAGE0 | 0x6E) #define AC97_STAC_STEREO_MIC 0x78 -/* STAC9766 DAI ID's */ -#define STAC9766_DAI_AC97_ANALOG 0 -#define STAC9766_DAI_AC97_DIGITAL 1 - #endif |