Home
last modified time | relevance | path

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

/linux-6.14.4/sound/isa/wavefront/
Dwavefront_synth.c689 unsigned char patchnum[2]; in wavefront_get_patch_status() local
694 patchnum[0] = i & 0x7f; in wavefront_get_patch_status()
695 patchnum[1] = i >> 7; in wavefront_get_patch_status()
698 patchnum); in wavefront_get_patch_status()