Home
last modified time | relevance | path

Searched refs:tram_pos (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/pci/emu10k1/
Demupcm.c1589 unsigned int tram_pos = pcm->tram_pos; in fx8010_pb_trans_copy() local
1592 while (frames > tram_pos) { in fx8010_pb_trans_copy()
1593 count = tram_pos + 1; in fx8010_pb_trans_copy()
1594 snd_emu10k1_fx8010_playback_tram_poke1((unsigned short *)emu->fx8010.etram_pages.area + tram_pos, in fx8010_pb_trans_copy()
1595 (unsigned short *)emu->fx8010.etram_pages.area + tram_pos + tram_size / 2, in fx8010_pb_trans_copy()
1599 tram_pos = (tram_size / 2) - 1; in fx8010_pb_trans_copy()
1602 snd_emu10k1_fx8010_playback_tram_poke1((unsigned short *)emu->fx8010.etram_pages.area + tram_pos, in fx8010_pb_trans_copy()
1603 (unsigned short *)emu->fx8010.etram_pages.area + tram_pos + tram_size / 2, in fx8010_pb_trans_copy()
1605 tram_pos -= frames; in fx8010_pb_trans_copy()
1606 pcm->tram_pos = tram_pos; in fx8010_pb_trans_copy()
[all …]
/linux-6.1.9/include/sound/
Demu10k1.h1596 unsigned int tram_pos; member