Lines Matching refs:streams
1842 if (cpcm->pcm->streams[0].substream_opened || in snd_hda_lock_devices()
1843 cpcm->pcm->streams[1].substream_opened) in snd_hda_lock_devices()
3437 unsigned int streams = snd_hda_param_read(codec, nid, AC_PAR_STREAM); in query_stream_param() local
3438 if (!streams || streams == -1) in query_stream_param()
3439 streams = snd_hda_param_read(codec, codec->core.afg, AC_PAR_STREAM); in query_stream_param()
3440 if (!streams || streams == -1) in query_stream_param()
3442 return streams; in query_stream_param()
3484 unsigned int streams, bps; in snd_hda_query_supported_pcm() local
3486 streams = query_stream_param(codec, nid); in snd_hda_query_supported_pcm()
3487 if (!streams) in snd_hda_query_supported_pcm()
3491 if (streams & AC_SUPFMT_PCM) { in snd_hda_query_supported_pcm()
3521 if (streams & AC_SUPFMT_FLOAT32) { in snd_hda_query_supported_pcm()
3527 if (streams == AC_SUPFMT_AC3) { in snd_hda_query_supported_pcm()
3540 streams); in snd_hda_query_supported_pcm()