Home
last modified time | relevance | path

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

/sound/isa/gus/
Dgus_mem.c294 unsigned int total, used; in snd_gf1_mem_info_read() local
305 for (i = total = 0; i < 4; i++) { in snd_gf1_mem_info_read()
307 total += alloc->banks_16[i].size; in snd_gf1_mem_info_read()
342 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/
Dsoc-core.c121 size_t total = 0; in soc_codec_reg_show() local
139 if (total + len >= count - 1) in soc_codec_reg_show()
141 format_register_str(codec, i, buf + total, len); in soc_codec_reg_show()
142 total += len; in soc_codec_reg_show()
147 total = min(total, count - 1); in soc_codec_reg_show()
149 return total; in soc_codec_reg_show()
/sound/pci/emu10k1/
Demufx.c902 unsigned int total = 0; in snd_emu10k1_list_controls() local
912 total++; in snd_emu10k1_list_controls()
939 icode->gpr_list_control_total = total; in snd_emu10k1_list_controls()