]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: core: mark SND_SOC_BYTES_EXT as deprecated
authorVinod Koul <vinod.koul@intel.com>
Mon, 23 Nov 2015 15:52:29 +0000 (21:22 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 25 Nov 2015 12:56:19 +0000 (12:56 +0000)
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 <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h

index a8b4b9c8b1d2415e7220913715fc2cd4bd95212c..6dbd24a36ef8e55d2e4382976c018a7e4335e98f 100644 (file)
                {.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, \