diff mbox series

[3/3] ASoC: core: remove SND_SOC_BYTES_E

Message ID 20200214105744.82258-4-tzungbi@google.com
State New
Headers show
Series [1/3] ASoC: max98090: revert invalid fix for handling SHDN | expand

Commit Message

Tzung-Bi Shih Feb. 14, 2020, 10:57 a.m. UTC
Reverts commit fb5126778333 ("ASoC: core: add SND_SOC_BYTES_E").

Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
---
 include/sound/soc.h | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/include/sound/soc.h b/include/sound/soc.h
index f0e4f36f83bf..1af4f9413faf 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -299,12 +299,6 @@ 
 	.put = snd_soc_bytes_put, .private_value =	      \
 		((unsigned long)&(struct soc_bytes)           \
 		{.base = xbase, .num_regs = xregs }) }
-#define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \
-{	.iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
-	.info = snd_soc_bytes_info, .get = xhandler_get, \
-	.put = xhandler_put, .private_value = \
-		((unsigned long)&(struct soc_bytes) \
-		{.base = xbase, .num_regs = xregs }) }
 
 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask)	      \
 {	.iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,   \