Home
last modified time | relevance | path

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

/linux-4.1.27/sound/usb/usx2y/
Dusbusx2yaudio.c606 static struct s_c2 SetRate48000[] = variable
642 #define NOOF_SETRATE_URBS ARRAY_SIZE(SetRate48000)
659 struct s_c2 *ra = rate == 48000 ? SetRate48000 : SetRate44100; in usX2Y_rate_set()