Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2yaudio.c621 static const struct s_c2 setrate_48000[] = { variable
657 #define NOOF_SETRATE_URBS ARRAY_SIZE(setrate_48000)
674 const struct s_c2 *ra = rate == 48000 ? setrate_48000 : setrate_44100; in usx2y_rate_set()