Home
last modified time | relevance | path

Searched refs:freq_table (Results 1 – 3 of 3) sorted by relevance

/sound/ppc/
Dpmac.c101 if (rate > chip->freq_table[0]) in snd_pmac_rate_index()
107 if (rate >= chip->freq_table[i]) in snd_pmac_rate_index()
556 int i, freq_table[8], num_freqs;
563 freq_table[num_freqs++] = chip->freq_table[i];
567 num_freqs, freq_table, 0);
594 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
599 runtime->hw.rate_max = chip->freq_table[i]; in snd_pmac_pcm_open()
605 runtime->hw.rate_min = chip->freq_table[i]; in snd_pmac_pcm_open()
955 chip->freq_table = awacs_freqs; in snd_pmac_detect()
1044 chip->freq_table = tumbler_freqs; in snd_pmac_detect()
[all …]
Dpmac.h120 int *freq_table; member
Dbeep.c133 srate = chip->freq_table[beep_speed]; in snd_pmac_beep_event()