projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
ASoC: stac9766: Remove unused DAI ID defines
author
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 4 Nov 2016 17:26:53 +0000
(18:26 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 4 Nov 2016 17:41:53 +0000
(11:41 -0600)
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>
sound/soc/codecs/stac9766.h
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/stac9766.h
b/sound/soc/codecs/stac9766.h
index c726f907e2c03311c54ff31318193fff5cee4e7e..cb0d5505d57173814f1751866b31c3976d94b8c7 100644
(file)
--- 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