Searched refs:tplg_dbg (Results 1 – 8 of 8) sorted by relevance
/third_party/alsa-lib/src/topology/ |
D | text.c | 35 tplg_dbg(" Text Values: %s", elem->id); in parse_text_values() 41 tplg_dbg("text string number exceeds %d", j); in parse_text_values() 51 tplg_dbg("\t%s", &texts->items[j][0]); in parse_text_values()
|
D | dapm.c | 80 tplg_dbg("Control '%s' used by '%s'", ref->id, elem->id); in copy_dapm_control() 81 tplg_dbg("\tparent size: %d + %d -> %d, priv size -> %d", in copy_dapm_control() 214 tplg_dbg("Check route: sink '%s', control '%s', source '%s'", in tplg_build_routes() 361 tplg_dbg("route: sink '%s', control '%s', source '%s'", in tplg_parse_routes() 525 tplg_dbg(" Widget: %s", elem->id); in tplg_parse_dapm_widget() 555 tplg_dbg("\t%s: %s", id, val); in tplg_parse_dapm_widget() 565 tplg_dbg("\t%s: %s", id, val); in tplg_parse_dapm_widget() 576 tplg_dbg("\t%s: %s", id, val); in tplg_parse_dapm_widget() 585 tplg_dbg("\t%s: %d", id, widget->shift); in tplg_parse_dapm_widget() 594 tplg_dbg("\t%s: %d", id, widget->reg); in tplg_parse_dapm_widget() [all …]
|
D | channel.c | 103 tplg_dbg("\tChannel %s at index %d", id, tplg->channel_idx); in tplg_parse_channel() 113 tplg_dbg("\tChan %s = %d", id, channel->id); in tplg_parse_channel() 132 tplg_dbg("\t\t%s = %d", id, value); in tplg_parse_channel()
|
D | ctl.c | 56 tplg_dbg(" Access:"); in parse_access_values() 69 tplg_dbg("\t%s", value); in parse_access_values() 152 tplg_dbg("TLV '%s' used by '%s", ref->id, elem->id); in copy_tlv() 332 tplg_dbg(" scale: %s", elem->id); in tplg_parse_tlv_dbscale() 350 tplg_dbg("\t%s = %i", id, val); in tplg_parse_tlv_dbscale() 452 tplg_dbg(" Control Bytes: %s", elem->id); in tplg_parse_control_bytes() 470 tplg_dbg("\t%s: %d", id, be->base); in tplg_parse_control_bytes() 479 tplg_dbg("\t%s: %d", id, be->num_regs); in tplg_parse_control_bytes() 488 tplg_dbg("\t%s: %d", id, be->max); in tplg_parse_control_bytes() 497 tplg_dbg("\t%s: %d", id, be->mask); in tplg_parse_control_bytes() [all …]
|
D | ops.c | 79 tplg_dbg("\tOps"); in tplg_parse_ops() 107 tplg_dbg("\t\t%s = %d", id, ival); in tplg_parse_ops() 165 tplg_dbg("\tExt Ops"); in tplg_parse_ext_ops() 192 tplg_dbg("\t\t%s = %s", id, value); in tplg_parse_ext_ops()
|
D | data.c | 90 tplg_dbg("\tref data: %s", val); in tplg_parse_refs() 111 tplg_dbg("\tref data: %s", val); in tplg_parse_refs() 173 tplg_dbg("data DataFile: %s", elem->id); in tplg_parse_data_file() 242 tplg_dbg(" elem size = %d, priv data size = %d", in dump_priv_data() 248 tplg_dbg("%s", buf); in dump_priv_data() 257 tplg_dbg("%s", buf); in dump_priv_data() 472 tplg_dbg(" data: %s", elem->id); in tplg_parse_data_hex() 690 tplg_dbg("tuples '%s' used by data '%s'", ref->id, elem->id); in build_tuples() 806 tplg_dbg("\t %d %s tuples:", num_tuples, id); in parse_tuple_set() 838 tplg_dbg("\t\t%s = %s", tuple->token, tuple->string); in parse_tuple_set() [all …]
|
D | pcm.c | 71 tplg_dbg("Copy pcm caps (%ld bytes) from '%s' to '%s'", in copy_stream_caps() 391 tplg_dbg("\t\t%s: %d", id, ival); in parse_unsigned() 418 tplg_dbg(" PCM Capabilities: %s", elem->id); in tplg_parse_stream_caps() 445 tplg_dbg("\t\t%s: %s", id, val); in tplg_parse_stream_caps() 463 tplg_dbg("\t\t%s: %s", id, val); in tplg_parse_stream_caps() 631 tplg_dbg("\t%s:", id); in tplg_parse_streams() 678 tplg_dbg("\t\t%s\n\t\t\t%s", id, value); in tplg_parse_streams() 753 tplg_dbg("\t\tFE DAI %s:", id); in tplg_parse_fe_dai() 771 tplg_dbg("\t\t\tindex: %d", dai_id); in tplg_parse_fe_dai() 857 tplg_dbg(" PCM: %s", elem->id); in tplg_parse_pcm() [all …]
|
D | tplg_local.h | 28 #define tplg_dbg SNDERR macro 30 #define tplg_dbg(fmt, arg...) do { } while (0) macro
|