Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/oss/
Dpcm_plugin.c42 static int rate_match(unsigned int src_rate, unsigned int dst_rate) in rate_match() argument
46 return dst_rate >= low && dst_rate <= high; in rate_match()