Searched refs:tram_pos (Results 1 – 1 of 1) sorted by relevance
1603 unsigned int tram_pos = pcm->tram_pos; in fx8010_pb_trans_copy() local1606 while (frames > tram_pos) { in fx8010_pb_trans_copy()1607 count = tram_pos + 1; in fx8010_pb_trans_copy()1608 snd_emu10k1_fx8010_playback_tram_poke1((unsigned short *)emu->fx8010.etram_pages.area + tram_pos, in fx8010_pb_trans_copy()1609 (unsigned short *)emu->fx8010.etram_pages.area + tram_pos + tram_size / 2, in fx8010_pb_trans_copy()1613 tram_pos = (tram_size / 2) - 1; in fx8010_pb_trans_copy()1616 snd_emu10k1_fx8010_playback_tram_poke1((unsigned short *)emu->fx8010.etram_pages.area + tram_pos, in fx8010_pb_trans_copy()1617 (unsigned short *)emu->fx8010.etram_pages.area + tram_pos + tram_size / 2, in fx8010_pb_trans_copy()1619 tram_pos -= frames; in fx8010_pb_trans_copy()1620 pcm->tram_pos = tram_pos; in fx8010_pb_trans_copy()[all …]