Lines Matching refs:streams
811 unsigned int streams = snd_hdac_read_parm(codec, nid, AC_PAR_STREAM); in query_stream_param() local
813 if (!streams || streams == -1) in query_stream_param()
814 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param()
815 if (!streams || streams == -1) in query_stream_param()
817 return streams; in query_stream_param()
859 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
861 streams = query_stream_param(codec, nid); in snd_hdac_query_supported_pcm()
862 if (!streams) in snd_hdac_query_supported_pcm()
866 if (streams & AC_SUPFMT_PCM) { in snd_hdac_query_supported_pcm()
896 if (streams & AC_SUPFMT_FLOAT32) { in snd_hdac_query_supported_pcm()
902 if (streams == AC_SUPFMT_AC3) { in snd_hdac_query_supported_pcm()
915 streams); in snd_hdac_query_supported_pcm()