Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdspe.c276 if (sc->type != HDSPE_AIO) in hdspe_sysctl_input_level()
340 if (sc->type != HDSPE_AIO) in hdspe_sysctl_output_level()
404 if (sc->type != HDSPE_AIO) in hdspe_sysctl_phones_level()
513 if (sc->type == HDSPE_AIO) in hdspe_sysctl_clock_preference()
563 if (sc->type == HDSPE_AIO) in hdspe_sysctl_clock_source()
604 if (sc->type == HDSPE_AIO) in hdspe_sysctl_clock_list()
635 if (sc->type == HDSPE_AIO) in hdspe_sysctl_sync_status()
711 case HDSPE_AIO: in hdspe_init()
760 sc->type = HDSPE_AIO; in hdspe_attach()
827 if (sc->type == HDSPE_AIO) { in hdspe_attach()
H A Dhdspe.h37 #define HDSPE_AIO 0 macro
H A Dhdspe-pcm.c871 case HDSPE_AIO: in hdspechan_setspeed()