Lines Matching refs:streams
803 unsigned int streams = snd_hdac_read_parm(codec, nid, AC_PAR_STREAM); in query_stream_param() local
805 if (!streams || streams == -1) in query_stream_param()
806 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param()
807 if (!streams || streams == -1) in query_stream_param()
809 return streams; in query_stream_param()
851 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
853 streams = query_stream_param(codec, nid); in snd_hdac_query_supported_pcm()
854 if (!streams) in snd_hdac_query_supported_pcm()
858 if (streams & AC_SUPFMT_PCM) { in snd_hdac_query_supported_pcm()
888 if (streams & AC_SUPFMT_FLOAT32) { in snd_hdac_query_supported_pcm()
894 if (streams == AC_SUPFMT_AC3) { in snd_hdac_query_supported_pcm()
907 streams); in snd_hdac_query_supported_pcm()