Searched refs:num_capture (Results 1 – 2 of 2) sorted by relevance
915 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() 922 num_capture = (gcap >> 8) & 0x0f; in hda_dsp_stream_init() 924 num_total = num_playback + num_capture; in hda_dsp_stream_init() 927 num_playback, num_capture); in hda_dsp_stream_init() 935 if (num_capture >= SOF_HDA_CAPTURE_STREAMS) { in hda_dsp_stream_init() 937 num_capture); in hda_dsp_stream_init() 1008 if (i < num_capture) { in hda_dsp_stream_free() 1012 hstream->stream_tag = i - num_capture + 1; in hda_dsp_stream_free() 1038 ipc4_data->num_capture_streams = num_capture; in hda_dsp_stream_get_position() 871 int i, num_playback, num_capture, num_total, ret; hda_dsp_stream_init() local
33 int num_capture; /* TODO: capture path is not tested yet */ member