]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Add private data parser
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Wed, 29 Jul 2015 16:45:18 +0000 (17:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 30 Jul 2015 14:21:50 +0000 (16:21 +0200)
commit5b379da2a0a1084349e918a52f471c03e37af703
treef20df2ae622d7866ffe46a90c264e82fcf9836e4
parent353f1eddb608a837157342155fc061f85bf0a5f8
topology: Add private data parser

Parse private data and store for attachment to other objects. Data can come
file or be locally defined as bytes, shorts or words.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/topology/data.c [new file with mode: 0644]