Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dmixer_us16x08.c117 static const char eqs_msq[] = { variable
507 char buf[sizeof(eqs_msq)]; in snd_us16x08_eqswitch_put()
515 memcpy(buf, eqs_msq, sizeof(eqs_msq)); in snd_us16x08_eqswitch_put()
526 err = snd_us16x08_send_urb(chip, buf, sizeof(eqs_msq)); in snd_us16x08_eqswitch_put()
567 char buf[sizeof(eqs_msq)]; in snd_us16x08_eq_put()
580 memcpy(buf, eqs_msq, sizeof(eqs_msq)); in snd_us16x08_eq_put()
594 err = snd_us16x08_send_urb(chip, buf, sizeof(eqs_msq)); in snd_us16x08_eq_put()