Searched refs:rate_bits (Results 1 – 6 of 6) sorted by relevance
703 static struct hda_rate_tbl rate_bits[] = { variable748 for (i = 0; rate_bits[i].hz; i++) in snd_hdac_calc_stream_format()749 if (rate_bits[i].hz == rate) { in snd_hdac_calc_stream_format()750 val = rate_bits[i].hda_fmt; in snd_hdac_calc_stream_format()753 if (!rate_bits[i].hz) in snd_hdac_calc_stream_format()838 rates |= rate_bits[i].alsa_bits; in snd_hdac_query_supported_pcm()943 if (rate_bits[i].hda_fmt == rate) { in snd_hdac_is_supported_format()
979 unsigned int rate_bits = (status & HDSP_spdifFrequencyMask); in hdsp_spdif_sample_rate() local983 rate_bits = (status & HDSP_spdifFrequencyMask_9632); in hdsp_spdif_sample_rate()988 switch (rate_bits) { in hdsp_spdif_sample_rate()1009 rate_bits, status); in hdsp_spdif_sample_rate()1016 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate() local1026 switch (rate_bits) { in hdsp_external_sample_rate()1133 int rate_bits; in hdsp_set_rate() local1184 rate_bits = HDSP_Frequency32KHz; in hdsp_set_rate()1189 rate_bits = HDSP_Frequency44_1KHz; in hdsp_set_rate()1194 rate_bits = HDSP_Frequency48KHz; in hdsp_set_rate()[all …]
1262 int syncref, rate = 0, rate_bits; in hdspm_external_sample_rate() local1345 rate_bits = status2 & HDSPM_wcFreqMask; in hdspm_external_sample_rate()1348 switch (rate_bits) { in hdspm_external_sample_rate()1391 rate_bits = status & HDSPM_madiFreqMask; in hdspm_external_sample_rate()1393 switch (rate_bits) { in hdspm_external_sample_rate()1640 int rate_bits; in hdspm_set_rate() local1710 rate_bits = HDSPM_Frequency32KHz; in hdspm_set_rate()1713 rate_bits = HDSPM_Frequency44_1KHz; in hdspm_set_rate()1716 rate_bits = HDSPM_Frequency48KHz; in hdspm_set_rate()1719 rate_bits = HDSPM_Frequency64KHz; in hdspm_set_rate()[all …]
722 unsigned int rate_bits; in rme9652_spdif_sample_rate() local749 rate_bits = rme9652_read(s, RME9652_status_register) & RME9652_F; in rme9652_spdif_sample_rate()751 switch (rme9652_decode_spdif_rate(rate_bits)) { in rme9652_spdif_sample_rate()779 s->card_name, rate_bits); in rme9652_spdif_sample_rate()
93 static const unsigned int rate_bits[14] = { variable258 return rate_bits[i]; in snd_harmony_rate_bits()
1779 static unsigned int rate_bits[] = { in snd_ac97_determine_spdif_rates() local1786 result |= rate_bits[i]; in snd_ac97_determine_spdif_rates()