Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c688 unsigned char patchnum[2]; in wavefront_get_patch_status() local
693 patchnum[0] = i & 0x7f; in wavefront_get_patch_status()
694 patchnum[1] = i >> 7; in wavefront_get_patch_status()
697 patchnum); in wavefront_get_patch_status()