X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=sound%2Fsoc%2Fsoc-topology.c;h=6963ba20991c10066fdad2ad65f3102fc5752424;hp=cce63fe65dd97ccb8dcb2b2362da6eb81319954f;hb=923f1cbf2e45f6292a01de959031a8efeabede78;hpb=642eb0664157aa5cffb1bb3d0161d8d645946403 diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index cce63fe65dd9..6963ba20991c 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c @@ -531,7 +531,7 @@ static int soc_tplg_kcontrol_bind_io(struct snd_soc_tplg_ctl_hdr *hdr, /* TLV bytes controls need standard kcontrol info handler, * TLV callback and extended put/get handlers. */ - k->info = snd_soc_bytes_info; + k->info = snd_soc_bytes_info_ext; k->tlv.c = snd_soc_bytes_tlv_callback; ext_ops = tplg->bytes_ext_ops;