Searched refs:dai_id (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 749 unsigned int dai_id; in tplg_parse_fe_dai() local 764 if (tplg_get_unsigned(n, &dai_id, 0)) { in tplg_parse_fe_dai() 769 unaligned_put32(&pcm->dai_id, dai_id); in tplg_parse_fe_dai() 770 tplg_dbg("\t\t\tindex: %d", dai_id); in tplg_parse_fe_dai() 786 err = tplg_save_printf(dst, pfx, "dai.'%s'.id %u\n", pcm->dai_name, pcm->dai_id); in tplg_save_fe_dai() 787 else if (pcm->dai_id > 0) in tplg_save_fe_dai() 788 err = tplg_save_printf(dst, pfx, "dai.0.id %u\n", pcm->dai_id); in tplg_save_fe_dai() 1023 if (parse_unsigned(n, &dai->dai_id)) in tplg_parse_dai() 1116 if (err >= 0 && dai->dai_id) in tplg_save_dai() [all...] |
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 523 __le32 dai_id; /* unique ID - used to match */ member 575 __le32 dai_id; /* unique ID - used to match */ member 623 __le32 dai_id; /* unique ID - used to match */ member
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1007 unsigned int dai_id; /*!< unique ID - used to match */ member 1052 unsigned int dai_id; /*!< unique ID - used to match */ member
|
Completed in 6 milliseconds