On 03/24/2016 07:20 PM, Mark Brown wrote:
On Thu, Mar 24, 2016 at 11:05:29AM +0800, mengdong.lin@linux.intel.com wrote:
From: Mengdong Lin mengdong.lin@linux.intel.com
This series addes support for vendor tuples to topology, to avoid importing binary data blob from other files.
Backward compatibility of ABI is not impacted. A kernel patch is also submitted "ASoC: topology: ABI - Define types for vendor tuples".
It's now been three kernel releases since the original code was merged and we've still not seen any effort to make the ABI actually available. Where are we with that? I've mentioned it a few times previously but don't really recall any response.
We've been working on this. I'm sorry we're still not fast enough.
This ABI update is introduced by previous failure to upstream the topology configuration file for Skylake, which imports vendor-specific binary data from another file. It was refused because of the license of the binary data is not obvious. So we turn to use vendor tuples, because the vendor tuples can show the layout and meaning of binary data, which can help to check if the data is safe to open source. This ABI change has no impact on backward compatibility.
Also, the audio device driver for new platforms are under development now, which uses topology for DAI and DAI links. We're checking if current ABI can meet all requirements for the new platforms. This may still need a few weeks.
Thanks Mengdong