Home
last modified time | relevance | path

Searched refs:freq_bits (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/sparc/
H A Dcs4231.c186 static const unsigned char freq_bits[14] = { variable
532 return freq_bits[i]; in snd_cs4231_get_rate()
534 return freq_bits[13]; in snd_cs4231_get_rate()
/linux-6.15/sound/isa/wss/
H A Dwss_lib.c41 static const unsigned char freq_bits[14] = { variable
527 return freq_bits[i]; in snd_wss_get_rate()
529 return freq_bits[ARRAY_SIZE(rates) - 1]; in snd_wss_get_rate()