Lines Matching refs:freq_table
103 if (rate > chip->freq_table[0]) in snd_pmac_rate_index()
109 if (rate >= chip->freq_table[i]) in snd_pmac_rate_index()
558 int i, freq_table[8], num_freqs;
565 freq_table[num_freqs++] = chip->freq_table[i];
569 num_freqs, freq_table, 0);
596 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
601 runtime->hw.rate_max = chip->freq_table[i]; in snd_pmac_pcm_open()
607 runtime->hw.rate_min = chip->freq_table[i]; in snd_pmac_pcm_open()
951 chip->freq_table = awacs_freqs; in snd_pmac_detect()
1040 chip->freq_table = tumbler_freqs; in snd_pmac_detect()
1047 chip->freq_table = tumbler_freqs; in snd_pmac_detect()
1094 if (r == chip->freq_table[i]) { in snd_pmac_detect()