Message ID | 1478280417-24832-1-git-send-email-lars@metafoo.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 355602eb5af91ff8ddda435f0f9e910f3b18c438 |
Headers | show |
diff --git a/sound/soc/codecs/stac9766.h b/sound/soc/codecs/stac9766.h index c726f90..cb0d550 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
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> --- sound/soc/codecs/stac9766.h | 4 ---- 1 file changed, 4 deletions(-)