Lines Matching refs:sc_stream
87 sc->sc_stream[cnt].st_host = sc;
88 sc->sc_stream[cnt].st_enable = true;
89 sc->sc_stream[cnt].st_shift = cnt;
90 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_ISS;
93 sc->sc_stream[cnt].st_host = sc;
94 sc->sc_stream[cnt].st_enable = true;
95 sc->sc_stream[cnt].st_shift = cnt;
96 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_OSS;
99 sc->sc_stream[cnt].st_host = sc;
100 sc->sc_stream[cnt].st_enable = true;
101 sc->sc_stream[cnt].st_shift = cnt;
102 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_BSS;
106 hdaudio_stream_stop(&sc->sc_stream[i]);
1008 st = &sc->sc_stream[streamid++];
1038 st = &sc->sc_stream[i];