Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/oss/
H A 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()