Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsnd_wavefront.h88 char has_fx; /* has FX processor (Tropez+) */ member
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c2149 dev->has_fx = (snd_wavefront_fx_detect (dev) == 0); in snd_wavefront_start()
2151 if (dev->has_fx && fx_raw) { in snd_wavefront_start()
2179 dev->has_fx = 0; in snd_wavefront_detect()
H A Dwavefront.c469 if (acard->wavefront.has_fx) { in snd_wavefront_probe()