OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025