Lines Matching refs:freq_table
89 if (rate > chip->freq_table[0]) in snd_pmac_rate_index()
95 if (rate >= chip->freq_table[i]) in snd_pmac_rate_index()
526 int i, freq_table[8], num_freqs;
533 freq_table[num_freqs++] = chip->freq_table[i];
537 num_freqs, freq_table, 0);
564 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
569 runtime->hw.rate_max = chip->freq_table[i]; in snd_pmac_pcm_open()
575 runtime->hw.rate_min = chip->freq_table[i]; in snd_pmac_pcm_open()
913 chip->freq_table = awacs_freqs; in snd_pmac_detect()
1002 chip->freq_table = tumbler_freqs; in snd_pmac_detect()
1009 chip->freq_table = tumbler_freqs; in snd_pmac_detect()
1056 if (r == chip->freq_table[i]) { in snd_pmac_detect()