]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: core: Pass kcontrol to bytes tlv callbacks
authorMythri P K <mythri.p.k@intel.com>
Mon, 9 Nov 2015 17:50:00 +0000 (23:20 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 18 Nov 2015 12:57:50 +0000 (12:57 +0000)
commit51ed688f97a9c51de3047a0ab62d4c7783358652
tree0aba423f1c401adf7d24a1f1024fddc1d3d573f1
parent837e0eb1c9d194f0eb3cf87d97b2235de146c9fe
ASoC: core: Pass kcontrol to bytes tlv callbacks

Add kcontrol to the tlv callbacks in soc_bytes_ext, as it is
needed for referencing the corresponding control in the driver
code

Also fix the only upstream user in topology core

Signed-off-by: Mythri P K <mythri.p.k@intel.com>
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-topology.h
include/sound/soc.h
sound/soc/soc-ops.c