Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/
Dmixer_us16x08.c127 static const char eqs_msq[] = { variable
517 char buf[sizeof(eqs_msq)]; in snd_us16x08_eqswitch_put()
525 memcpy(buf, eqs_msq, sizeof(eqs_msq)); in snd_us16x08_eqswitch_put()
536 err = snd_us16x08_send_urb(chip, buf, sizeof(eqs_msq)); in snd_us16x08_eqswitch_put()
577 char buf[sizeof(eqs_msq)]; in snd_us16x08_eq_put()
590 memcpy(buf, eqs_msq, sizeof(eqs_msq)); in snd_us16x08_eq_put()
604 err = snd_us16x08_send_urb(chip, buf, sizeof(eqs_msq)); in snd_us16x08_eq_put()