mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-10 04:27:43 -05:00
topology: Parse HW configurations of physical DAI links defined by C API
Add HW configurations to C API template of physical link configuration. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f5b275b24c
commit
6b4d775b97
4 changed files with 84 additions and 7 deletions
|
|
@ -348,6 +348,7 @@ int snd_tplg_add_object(snd_tplg_t *tplg, snd_tplg_obj_template_t *t)
|
|||
return tplg_add_graph_object(tplg, t);
|
||||
case SND_TPLG_TYPE_PCM:
|
||||
return tplg_add_pcm_object(tplg, t);
|
||||
case SND_TPLG_TYPE_LINK:
|
||||
case SND_TPLG_TYPE_BE:
|
||||
case SND_TPLG_TYPE_CC:
|
||||
return tplg_add_link_object(tplg, t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue