Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/isa/wavefront/
H A Dwavefront_synth.c214 { WFC_UPLOAD_PATCH, "upload patch", 132, 2, 0 },
422 wfcmd->cmd == WFC_UPLOAD_PATCH) { in snd_wavefront_cmd()
694 if ((x = snd_wavefront_cmd (dev, WFC_UPLOAD_PATCH, patchbuf, in wavefront_get_patch_status()
1560 case WFC_UPLOAD_PATCH: in wavefront_synth_control()
1599 case WFC_UPLOAD_PATCH: in wavefront_synth_control()
/OK3568_Linux_fs/kernel/include/sound/
H A Dwavefront.h109 #define WFC_UPLOAD_PATCH 0xA3 macro