mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
topology: Parse and build private data of physical links
Users can define private data for physical links by C API or text conf file. Private data pointer is added to C API template for physical links. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
2894c31816
commit
c33b3a0ea2
2 changed files with 27 additions and 1 deletions
|
|
@ -996,6 +996,7 @@ struct snd_tplg_link_template {
|
|||
|
||||
unsigned int flag_mask; /* bitmask of flags to configure */
|
||||
unsigned int flags; /* SND_SOC_TPLG_LNK_FLGBIT_* flag value */
|
||||
struct snd_soc_tplg_private *priv; /*!< private data */
|
||||
};
|
||||
|
||||
/** \struct snd_tplg_obj_template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue