]> git.alsa-project.org Git - alsa-lib.git/commit
conf: topology: Generate Private data binary blobs
authorShreyas NC <shreyas.nc@intel.com>
Thu, 28 Apr 2016 05:37:58 +0000 (11:07 +0530)
committerTakashi Iwai <tiwai@suse.de>
Thu, 28 Apr 2016 14:15:30 +0000 (16:15 +0200)
commit65b271034a36580badc980b3ff0bd77e7b9837ce
treec315d6742f0119507dd0afb89483a7106669a7f3
parenta8ca6d1c4b942616dad43d51d954c31894e3c608
conf: topology: Generate Private data binary blobs

The DSP modules need private data and that is provided as binary
blob. These blobs are compiled from C structures which specify module
configuration.

Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac
src/conf/topology/sklrt286/Makefile.am
src/conf/topology/sklrt286/data/Makefile.am [new file with mode: 0644]
src/conf/topology/sklrt286/data/pvt.c [new file with mode: 0644]
src/conf/topology/sklrt286/data/pvt_data.c [new file with mode: 0644]
src/conf/topology/sklrt286/data/pvt_local.h [new file with mode: 0644]
src/conf/topology/sklrt286/data/skl-tplg-interface.h [new file with mode: 0644]