Searched refs:rate_bits (Results 1 – 8 of 8) sorted by relevance
106 u32 rate_bits; in parse_clock_bits() local111 rate_bits = (data & 0x0f000000) >> 24; in parse_clock_bits()115 rate_bits = (data & 0xf0000000) >> 28; in parse_clock_bits()122 if (rate_bits == rate_entry->flag) { in parse_clock_bits()
702 static const struct hda_rate_tbl rate_bits[] = { variable747 for (i = 0; rate_bits[i].hz; i++) in snd_hdac_calc_stream_format()748 if (rate_bits[i].hz == rate) { in snd_hdac_calc_stream_format()749 val = rate_bits[i].hda_fmt; in snd_hdac_calc_stream_format()752 if (!rate_bits[i].hz) in snd_hdac_calc_stream_format()837 rates |= rate_bits[i].alsa_bits; in snd_hdac_query_supported_pcm()942 if (rate_bits[i].hda_fmt == rate) { in snd_hdac_is_supported_format()
965 switch (rate_bits) { in hdsp_spdif_sample_rate()986 rate_bits, status); in hdsp_spdif_sample_rate()1003 switch (rate_bits) { in hdsp_external_sample_rate()1110 int rate_bits; in hdsp_set_rate() local1161 rate_bits = HDSP_Frequency32KHz; in hdsp_set_rate()1166 rate_bits = HDSP_Frequency44_1KHz; in hdsp_set_rate()1171 rate_bits = HDSP_Frequency48KHz; in hdsp_set_rate()1176 rate_bits = HDSP_Frequency64KHz; in hdsp_set_rate()1186 rate_bits = HDSP_Frequency96KHz; in hdsp_set_rate()1191 rate_bits = HDSP_Frequency128KHz; in hdsp_set_rate()[all …]
1254 int syncref, rate = 0, rate_bits; in hdspm_external_sample_rate() local1340 switch (rate_bits) { in hdspm_external_sample_rate()1385 switch (rate_bits) { in hdspm_external_sample_rate()1632 int rate_bits; in hdspm_set_rate() local1702 rate_bits = HDSPM_Frequency32KHz; in hdspm_set_rate()1705 rate_bits = HDSPM_Frequency44_1KHz; in hdspm_set_rate()1708 rate_bits = HDSPM_Frequency48KHz; in hdspm_set_rate()1711 rate_bits = HDSPM_Frequency64KHz; in hdspm_set_rate()1717 rate_bits = HDSPM_Frequency96KHz; in hdspm_set_rate()1720 rate_bits = HDSPM_Frequency128KHz; in hdspm_set_rate()[all …]
697 unsigned int rate_bits; in rme9652_spdif_sample_rate() local724 rate_bits = rme9652_read(s, RME9652_status_register) & RME9652_F; in rme9652_spdif_sample_rate()726 switch (rme9652_decode_spdif_rate(rate_bits)) { in rme9652_spdif_sample_rate()748 s->card_name, rate_bits); in rme9652_spdif_sample_rate()
155 static int set_fixed_rate(struct audioformat *fp, int rate, int rate_bits) in set_fixed_rate() argument164 fp->rates = rate_bits; in set_fixed_rate()
80 static const unsigned int rate_bits[14] = { variable245 return rate_bits[i]; in snd_harmony_rate_bits()
1820 static const unsigned int rate_bits[] = { in snd_ac97_determine_spdif_rates() local1827 result |= rate_bits[i]; in snd_ac97_determine_spdif_rates()
Completed in 63 milliseconds