Home
last modified time | relevance | path

Searched refs:tkn_elem (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.c2034 struct snd_soc_tplg_vendor_value_elem *tkn_elem) in skl_tplg_add_pipe() argument
2041 if (ppl->pipe->ppl_id == tkn_elem->value) { in skl_tplg_add_pipe()
2060 pipe->ppl_id = tkn_elem->value; in skl_tplg_add_pipe()
2086 struct snd_soc_tplg_vendor_value_elem *tkn_elem, in skl_tplg_fill_pin() argument
2092 switch (tkn_elem->token) { in skl_tplg_fill_pin()
2094 m_pin[pin_index].id.module_id = tkn_elem->value; in skl_tplg_fill_pin()
2098 m_pin[pin_index].id.instance_id = tkn_elem->value; in skl_tplg_fill_pin()
2103 (struct snd_soc_tplg_vendor_uuid_elem *)tkn_elem); in skl_tplg_fill_pin()
2110 dev_err(dev, "%d Not a pin token\n", tkn_elem->token); in skl_tplg_fill_pin()
2123 struct snd_soc_tplg_vendor_value_elem *tkn_elem, in skl_tplg_fill_pins_info() argument
[all …]