summaryrefslogtreecommitdiff
path: root/trafgen_l4.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-01trafgen: parser: Add TCP header generation functionTobias Klauser1-0/+19
2016-01-29trafgen: l4: Add UDP header generation logicVadim Kochan1-0/+13
lect>space:mode:
authorMengdong Lin <mengdong.lin@linux.intel.com>2016-10-11 14:36:42 +0800
committerMark Brown <broonie@kernel.org>2016-10-28 19:59:40 +0100
commit583958fa2e522139a5fe8b039069e31502c20d31 (patch)
treefeb98317866c660f234cff5d6b98203af8c3d810 /Documentation
parentd2e3cb85a9c5824fab237ee4577250d0c76969fe (diff)
ASoC: topology: Make manifest backward compatible from ABI v4
This patch adds support for old version 4 of manifest. Topology ABI v5 added new fields to manifest while user space may still uses v4. So kernel will check the ABI version by comparing the object size. If user space uses v4 of manifest, kernel will create a latest version of manifest from the old one, and use the new one internally and free it later. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')