Home
last modified time | relevance | path

Searched refs:rate_bits (Results 1 – 5 of 5) sorted by relevance

/linux/sound/firewire/fireface/
H A Dff-protocol-latter.c104 u32 rate_bits; in parse_clock_bits() local
109 rate_bits = (data & 0x0f000000) >> 24; in parse_clock_bits()
113 rate_bits = (data & 0xf0000000) >> 28; in parse_clock_bits()
120 if (rate_bits == rate_entry->flag) { in parse_clock_bits()
/linux/sound/pci/rme9652/
H A Dhdspm.c1249 int syncref, rate = 0, rate_bits; in hdspm_external_sample_rate() local
1332 rate_bits = status2 & HDSPM_wcFreqMask; in hdspm_external_sample_rate()
1335 switch (rate_bits) { in hdspm_external_sample_rate()
1378 rate_bits = status & HDSPM_madiFreqMask; in hdspm_external_sample_rate()
1380 switch (rate_bits) { in hdspm_external_sample_rate()
1625 int rate_bits; in hdspm_set_rate() local
1695 rate_bits = HDSPM_Frequency32KHz; in hdspm_set_rate()
1698 rate_bits = HDSPM_Frequency44_1KHz; in hdspm_set_rate()
1701 rate_bits = HDSPM_Frequency48KHz; in hdspm_set_rate()
1704 rate_bits = HDSPM_Frequency64KHz; in hdspm_set_rate()
[all …]
/linux/sound/usb/
H A Dformat.c165 static int set_fixed_rate(struct audioformat *fp, int rate, int rate_bits) in set_fixed_rate() argument
174 fp->rates = rate_bits; in set_fixed_rate()
/linux/sound/parisc/
H A Dharmony.c80 static const unsigned int rate_bits[14] = { variable
236 return rate_bits[i]; in snd_harmony_rate_bits()
/linux/sound/pci/ac97/
H A Dac97_codec.c1807 static const unsigned int rate_bits[] = { in snd_ac97_determine_spdif_rates() local
1814 result |= rate_bits[i]; in snd_ac97_determine_spdif_rates()