Now all users are converted, remove the SND_SOC_BYTES_EXT New users should use SND_SOC_BYTES_TLV
Signed-off-by: Vinod Koul vinod.koul@intel.com --- include/sound/soc.h | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/include/sound/soc.h b/include/sound/soc.h index e09673dbae1b..10607aa29b48 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -293,12 +293,6 @@ {.base = xbase, .num_regs = xregs, \ .mask = xmask }) }
-#define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ -{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ - .info = snd_soc_bytes_info_ext, \ - .get = xhandler_get, .put = xhandler_put, \ - .private_value = (unsigned long)&(struct soc_bytes_ext) \ - {.max = xcount} } #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ .access = SNDRV_CTL_ELEM_ACCESS_TLV_READWRITE | \