Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c593 snd_ctl_elem_value_t *initial_val, *read_val, *w_val; in write_and_verify() local
596 snd_ctl_elem_value_alloca(&w_val); in write_and_verify()
603 snd_ctl_elem_value_copy(w_val, write_val); in write_and_verify()
628 err = snd_ctl_elem_write(ctl->card->handle, w_val); in write_and_verify()