Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/alsa/
Dmixer-test.c568 snd_ctl_elem_value_t *initial_val, *read_val, *w_val; in write_and_verify() local
571 snd_ctl_elem_value_alloca(&w_val); in write_and_verify()
578 snd_ctl_elem_value_copy(w_val, write_val); in write_and_verify()
603 err = snd_ctl_elem_write(ctl->card->handle, w_val); in write_and_verify()