OSDN Git Service

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)
commit1a3232d2f61d2853a848464b7bde2d54960c58bb
treeb2f6daf4b73a6a8fe271f9c430ae27404c3fa0ab
parent2b5cdb9156f76162d5302e2847f84a79de8a3ad1
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