Skip to content

Commit

Permalink
ASoC: stac9766: Remove unused DAI ID defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Nov 4, 2016

Unverified

No user is associated with the committer email.
1 parent 1001354 commit 355602e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/stac9766.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 355602e

Please sign in to comment.