Home
last modified time | relevance | path

Searched defs:SRC_RATIO (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/au88x0/
Dau88x0.h37 #define SRC_RATIO(x,y) ((((x<<15)/y) + 1)/2) macro
/kernel/linux/linux-4.19/sound/pci/au88x0/
Dau88x0.h49 #define SRC_RATIO(x,y) ((((x<<15)/y) + 1)/2) macro