Home
last modified time | relevance | path

Searched refs:num_playback (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/sound/soc/sof/intel/
Dhda-stream.c818 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() local
826 num_playback = (gcap >> 12) & 0x0f; in hda_dsp_stream_init()
827 num_total = num_playback + num_capture; in hda_dsp_stream_init()
830 num_playback, num_capture); in hda_dsp_stream_init()
832 if (num_playback >= SOF_HDA_PLAYBACK_STREAMS) { in hda_dsp_stream_init()
834 num_playback); in hda_dsp_stream_init()
840 num_playback); in hda_dsp_stream_init()