taglinefilesource code
SAMPLE_RATE_TIMER154drivers/sound/pas2_card.cpas_write (0x36, SAMPLE_RATE_TIMER);  /* Sample rate timer (16 bit) */
SAMPLE_RATE_TIMER155drivers/sound/pas2_card.cpas_write (0, SAMPLE_RATE_TIMER);
SAMPLE_RATE_TIMER82drivers/sound/pas2_pcm.cpas_write (foo & 0xff, SAMPLE_RATE_TIMER);
SAMPLE_RATE_TIMER83drivers/sound/pas2_pcm.cpas_write ((foo >> 8) & 0xff, SAMPLE_RATE_TIMER);