Lines Matching refs:rate_table
154 return rate_reg_tables[dbl][pcm->r[dbl].rate_table[cidx]][slot - 3]; in get_slot_reg()
307 static unsigned short get_pslots(struct snd_ac97 *ac97, unsigned char *rate_table, unsigned short *… in get_pslots() argument
339 *rate_table = 0; in get_pslots()
352 *rate_table = 1; in get_pslots()
358 *rate_table = 2; in get_pslots()
377 *rate_table = 0; in get_pslots()
439 unsigned char rate_table[2][4]; in snd_ac97_pcm_assign() local
449 memset(rate_table, 0, sizeof(rate_table)); in snd_ac97_pcm_assign()
455 avail_slots[0][i] = get_pslots(codec, &rate_table[0][i], &spdif_slots[i]); in snd_ac97_pcm_assign()
502 rpcm->r[0].rate_table[j] = rate_table[pcm->stream][j]; in snd_ac97_pcm_assign()
517 rate_table[pcm->stream][0] == 0) { in snd_ac97_pcm_assign()
523 rpcm->r[1].rate_table[0] = 0; in snd_ac97_pcm_assign()