]> git.alsa-project.org Git - alsa-lib.git/commit
topology: add support to parse private data for pcm
authorKeyon Jie <yang.jie@linux.intel.com>
Thu, 1 Aug 2019 09:15:06 +0000 (17:15 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Aug 2019 10:50:59 +0000 (12:50 +0200)
commit66a2d53f42e34ba1ee7ac8aff16773c5b81363ec
treeae961abff855b3674287ba325f220694333b6faa
parent845243bcc2165fd3946ea0b06fa00700617dbe88
topology: add support to parse private data for pcm

We have private data section in struct snd_soc_tplg_pcm, but alsatplg
doesn't support handling it yet, here add handling in tplg_parse_pcm()
to enable it.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/topology/data.c
src/topology/pcm.c