Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dmixer_us16x08.c117 static const char eqs_msq[] = { variable
506 char buf[sizeof(eqs_msq)]; in snd_us16x08_eqswitch_put()
514 memcpy(buf, eqs_msq, sizeof(eqs_msq)); in snd_us16x08_eqswitch_put()
525 err = snd_us16x08_send_urb(chip, buf, sizeof(eqs_msq)); in snd_us16x08_eqswitch_put()
566 char buf[sizeof(eqs_msq)]; in snd_us16x08_eq_put()
579 memcpy(buf, eqs_msq, sizeof(eqs_msq)); in snd_us16x08_eq_put()
593 err = snd_us16x08_send_urb(chip, buf, sizeof(eqs_msq)); in snd_us16x08_eq_put()