alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ASoC: stac9766: Remove unused DAI ID defines
@ 2016-11-04 17:26 Lars-Peter Clausen
  2016-11-04 17:26 ` [PATCH 2/5] ASoC: stac9766: Remove register paging support Lars-Peter Clausen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lars-Peter Clausen @ 2016-11-04 17:26 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, Lars-Peter Clausen

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(-)

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
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-04 17:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04 17:26 [PATCH 1/5] ASoC: stac9766: Remove unused DAI ID defines Lars-Peter Clausen
2016-11-04 17:26 ` [PATCH 2/5] ASoC: stac9766: Remove register paging support Lars-Peter Clausen
2016-11-04 17:26 ` [PATCH 3/5] ASoC: stac9766: Move register defines to main source file Lars-Peter Clausen
2016-11-04 17:26 ` [PATCH 4/5] ASoC: stac9766: Convert to regmap Lars-Peter Clausen
2016-11-04 17:26 ` [PATCH 5/5] ASoC: stac9766: Remove ac97_read/ac97_write wrappers Lars-Peter Clausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).