]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: topology: Add support for TLV bytes controls
authorMengdong Lin <mengdong.lin@intel.com>
Tue, 18 Aug 2015 10:12:20 +0000 (18:12 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 21 Aug 2015 22:26:53 +0000 (15:26 -0700)
commit16eadc9ad88f163e2b6024a915d4e3eaa6af6637
treeb2f6daf4b73a6a8fe271f9c430ae27404c3fa0ab
parent5d8c24bbce7b783ed6930ea6049a81bf194ef970
ASoC: topology: Add support for TLV bytes controls

Allow vendor drivers to define bespoke bytes ext handlers and IDs for
TLV bytes controls. And the topology core will bind these handlers by
matching IDs defined by the vendor driver and user space topology
data file.

And TLV callback binding is moved to soc_tplg_kcontrol_bind_io(). This
function process all handler binding now.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-topology.h
sound/soc/soc-topology.c