Lines Matching refs:stream_format
242 uint32_t stream_format; member
327 uint32_t stream_format; member
769 w->w_p.stream_format = 0; in hdafg_widget_parse()
775 w->w_p.stream_format = hda_get_wparam(w, in hdafg_widget_parse()
780 w->w_p.stream_format = sc->sc_p.stream_format; in hdafg_widget_parse()
1383 sc->sc_p.stream_format = hda_get_param(sc, SUPPORTED_STREAM_FORMATS); in hdafg_parse()
3229 !(w->w_p.stream_format & COP_STREAM_FORMAT_AC3) && in hdafg_stream_connect()
3429 uint32_t stream_format, caps; in hdafg_configure_encodings() local
3453 stream_format = sc->sc_p.stream_format; in hdafg_configure_encodings()
3459 stream_format |= w->w_p.stream_format; in hdafg_configure_encodings()
3462 if (stream_format == 0) { in hdafg_configure_encodings()
3465 stream_format); in hdafg_configure_encodings()
3466 stream_format |= COP_STREAM_FORMAT_PCM; in hdafg_configure_encodings()
3469 if (stream_format & COP_STREAM_FORMAT_PCM) { in hdafg_configure_encodings()
3483 if ((stream_format & COP_STREAM_FORMAT_AC3) || in hdafg_configure_encodings()