Lines Matching refs:streams
869 unsigned int streams = snd_hdac_read_parm(codec, nid, AC_PAR_STREAM); in query_stream_param() local
871 if (!streams || streams == -1) in query_stream_param()
872 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param()
873 if (!streams || streams == -1) in query_stream_param()
875 return streams; in query_stream_param()
918 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
922 streams = query_stream_param(codec, nid); in snd_hdac_query_supported_pcm()
923 if (!streams) in snd_hdac_query_supported_pcm()
927 if (streams & AC_SUPFMT_PCM) { in snd_hdac_query_supported_pcm()
957 if (streams & AC_SUPFMT_FLOAT32) { in snd_hdac_query_supported_pcm()
963 if (streams == AC_SUPFMT_AC3) { in snd_hdac_query_supported_pcm()
976 streams); in snd_hdac_query_supported_pcm()