Lines Matching refs:streams
804 unsigned int streams = snd_hdac_read_parm(codec, nid, AC_PAR_STREAM); in query_stream_param() local
806 if (!streams || streams == -1) in query_stream_param()
807 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param()
808 if (!streams || streams == -1) in query_stream_param()
810 return streams; in query_stream_param()
852 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
854 streams = query_stream_param(codec, nid); in snd_hdac_query_supported_pcm()
855 if (!streams) in snd_hdac_query_supported_pcm()
859 if (streams & AC_SUPFMT_PCM) { in snd_hdac_query_supported_pcm()
889 if (streams & AC_SUPFMT_FLOAT32) { in snd_hdac_query_supported_pcm()
895 if (streams == AC_SUPFMT_AC3) { in snd_hdac_query_supported_pcm()
908 streams); in snd_hdac_query_supported_pcm()