Searched refs:tuple_list (Results 1 – 5 of 5) sorted by relevance
176 def format_channel_bits(fmat, tuple_list): argument177 return ['.%s = %s' % (field, str(get_channel_bits(fmat, name))) for (field, name) in tuple_list]
488 INIT_LIST_HEAD(&tplg->tuple_list); in snd_tplg_create()520 tplg_elem_free_list(&tplg->tuple_list); in snd_tplg_free()
213 .loff = offsetof(snd_tplg_t, tuple_list),
92 struct list_head tuple_list; member
693 ref->elem = tplg_elem_lookup(&tplg->tuple_list, in build_tuples()