Home | History | Annotate | Download | only in hdaudio

Lines Matching defs:sc_config

301 	prop_array_t			sc_config;
594 if (sc->sc_config == NULL)
597 iter = prop_array_iterator(sc->sc_config);
3723 sc->sc_config = prop_dictionary_get(args, "pin-config");
3724 if (sc->sc_config && prop_object_type(sc->sc_config) != PROP_TYPE_ARRAY)
3725 sc->sc_config = NULL;
3733 sc->sc_config ? " (custom configuration)" : "");
3877 if (sc->sc_config)
3878 prop_object_release(sc->sc_config);