Message ID | 1408353783-8740-1-git-send-email-vinod.koul@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4d61b39bc117b36682c1dd67ee386960ae826bef |
Headers | show |
On Mon, Aug 18, 2014 at 02:53:03PM +0530, Vinod Koul wrote: > From: Subhransu S. Prusty <subhransu.s.prusty@intel.com> > > Commit 7523a271 - "ASoC: core: add a helper for extended byte controls using > TLV" introduced support for TLV byte controls but had a typo for the info > function, so fix the same > > Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> > Signed-off-by: Vinod Koul <vinod.koul@intel.com> Applied, thanks. Please remember to use the Fixes: tag when fixing things.
diff --git a/include/sound/soc.h b/include/sound/soc.h index be6ecae..c83a334 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, \