Home
last modified time | relevance | path

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

/sound/core/
Dpcm_param_trace.h38 __field(int, total)
49 __entry->total = substream->runtime->hw_constraints.rules_num;
59 __entry->total,
78 __field(int, total)
99 __entry->total = substream->runtime->hw_constraints.rules_num;
119 __entry->total,
/sound/isa/gus/
Dgus_mem.c276 unsigned int total, used; in snd_gf1_mem_info_read() local
287 for (i = total = 0; i < 4; i++) { in snd_gf1_mem_info_read()
289 total += alloc->banks_16[i].size; in snd_gf1_mem_info_read()
324 total, used, total - used); in snd_gf1_mem_info_read()
/sound/firewire/
Disight.c138 static void isight_dropped_samples(struct isight *isight, unsigned int total) in isight_dropped_samples() argument
148 dropped = total - isight->total_samples; in isight_dropped_samples()
170 unsigned int index, length, count, total; in isight_packet() local
183 total = be32_to_cpu(payload->sample_total); in isight_packet()
184 if (unlikely(total != isight->total_samples)) { in isight_packet()
186 isight_dropped_samples(isight, total); in isight_packet()
188 isight->total_samples = total; in isight_packet()
/sound/soc/sof/
Dtopology.c937 int total = 0; in sof_parse_token_sets() local
940 while (priv_size > 0 && total < count * sets) { in sof_parse_token_sets()
988 total += found; in sof_parse_token_sets()
/sound/pci/emu10k1/
Demufx.c930 unsigned int total = 0; in snd_emu10k1_list_controls() local
940 total++; in snd_emu10k1_list_controls()
967 icode->gpr_list_control_total = total; in snd_emu10k1_list_controls()