Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c210 { WFC_IDENTIFY_SAMPLE_TYPE, "identify sample type", 5, 2, 0 },
420 wfcmd->cmd == WFC_IDENTIFY_SAMPLE_TYPE) { in snd_wavefront_cmd()
637 if (snd_wavefront_cmd (dev, WFC_IDENTIFY_SAMPLE_TYPE, rbuf, wbuf)) { in wavefront_get_sample_status()
/openbmc/linux/include/sound/
H A Dwavefront.h121 #define WFC_IDENTIFY_SAMPLE_TYPE 0xB0 macro