HomeSort by: relevance | last modified time | path
    Searched defs:sc_audio (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/bluetooth/
btsco.c 95 device_t sc_audio; /* MI audio device */ member in struct:btsco_softc
328 sc->sc_audio = audio_attach_mi(&btsco_if, sc, self);
329 if (sc->sc_audio == NULL) {
361 if (sc->sc_audio != NULL) {
362 DPRINTF("sc_audio=%p\n", sc->sc_audio);
363 config_detach(sc->sc_audio, flags);
364 sc->sc_audio = NULL;

Completed in 36 milliseconds