From: Vinod Koul Date: Mon, 23 Nov 2015 15:52:29 +0000 (+0530) Subject: ASoC: core: mark SND_SOC_BYTES_EXT as deprecated X-Git-Tag: v4.5-rc1~80^2~26^2~1^2~15^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=50a4f98d3452ea3818eb364f9c34a9de139df654;p=karo-tx-linux.git ASoC: core: mark SND_SOC_BYTES_EXT as deprecated Since we have SND_SOC_BYTES_TLV control to lets devices have larger size data sent, we do not need SND_SOC_BYTES_EXT with 512 byte limitation so mark it deprecated Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/include/sound/soc.h b/include/sound/soc.h index a8b4b9c8b1d2..6dbd24a36ef8 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -293,6 +293,9 @@ {.base = xbase, .num_regs = xregs, \ .mask = xmask }) } +/* + * SND_SOC_BYTES_EXT is deprecated, please USE SND_SOC_BYTES_TLV instead + */ #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, \