taglinefilesource code
SAMPLE_BUFFER_COUNTER164drivers/sound/pas2_card.cpas_write (0x74, SAMPLE_BUFFER_COUNTER);  /*
SAMPLE_BUFFER_COUNTER168drivers/sound/pas2_card.cpas_write (0, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER297drivers/sound/pas2_pcm.cpas_write (count & 0xff, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER298drivers/sound/pas2_pcm.cpas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER344drivers/sound/pas2_pcm.cpas_write (count & 0xff, SAMPLE_BUFFER_COUNTER);
SAMPLE_BUFFER_COUNTER345drivers/sound/pas2_pcm.cpas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER);