summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-09-03 00:33:38 +0200
committerMark Brown <broonie@kernel.org>2014-09-03 00:33:38 +0200
commite65f6b1eb54036682786cb64d99c64d074ff4357 (patch)
tree70d5cc655365844e7b11aaf1ddae2138a2f183e9 /include
parentLinux 3.17-rc3 (diff)
parentASoC: core: fix .info for SND_SOC_BYTES_TLV (diff)
downloadlinux-e65f6b1eb54036682786cb64d99c64d074ff4357.tar.xz
linux-e65f6b1eb54036682786cb64d99c64d074ff4357.zip
Merge remote-tracking branch 'asoc/fix/core' into asoc-linus
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index be6ecae247b0..c83a334dd00f 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -277,7 +277,7 @@
.access = SNDRV_CTL_ELEM_ACCESS_TLV_READWRITE | \
SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
.tlv.c = (snd_soc_bytes_tlv_callback), \
- .info = snd_soc_info_bytes_ext, \
+ .info = snd_soc_bytes_info_ext, \
.private_value = (unsigned long)&(struct soc_bytes_ext) \
{.max = xcount, .get = xhandler_get, .put = xhandler_put, } }
#define SOC_SINGLE_XR_SX(xname, xregbase, xregcount, xnbits, \