taglinefilesource code
SAMPLE_BUFFER_COUNTER160drivers/sound/pas2_card.cpas_write (0x74, SAMPLE_BUFFER_COUNTER);  /* Sample count register (16
SAMPLE_BUFFER_COUNTER162drivers/sound/pas2_card.cpas_write (0, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER268drivers/sound/pas2_pcm.cpas_write (count & 0xff, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER269drivers/sound/pas2_pcm.cpas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER312drivers/sound/pas2_pcm.cpas_write (count & 0xff, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER313drivers/sound/pas2_pcm.cpas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER);