Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2yaudio.c581 struct s_c2 { struct
585 static const struct s_c2 setrate_44100[] = { argument
621 static const struct s_c2 setrate_48000[] = {
674 const struct s_c2 *ra = rate == 48000 ? setrate_48000 : setrate_44100; in usx2y_rate_set()