Home
last modified time | relevance | path

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

/linux-6.12.1/sound/usb/usx2y/
Dusbusx2yaudio.c629 static const struct s_c2 setrate_48000[] = { variable
665 #define NOOF_SETRATE_URBS ARRAY_SIZE(setrate_48000)
683 const struct s_c2 *ra = rate == 48000 ? setrate_48000 : setrate_44100; in usx2y_rate_set()