num_capture       636 sound/soc/sof/intel/hda-stream.c 	int i, num_playback, num_capture, num_total, ret;
num_capture       643 sound/soc/sof/intel/hda-stream.c 	num_capture = (gcap >> 8) & 0x0f;
num_capture       645 sound/soc/sof/intel/hda-stream.c 	num_total = num_playback + num_capture;
num_capture       648 sound/soc/sof/intel/hda-stream.c 		num_playback, num_capture);
num_capture       656 sound/soc/sof/intel/hda-stream.c 	if (num_capture >= SOF_HDA_CAPTURE_STREAMS) {
num_capture       685 sound/soc/sof/intel/hda-stream.c 	for (i = 0; i < num_capture; i++) {
num_capture       740 sound/soc/sof/intel/hda-stream.c 	for (i = num_capture; i < num_total; i++) {
num_capture       777 sound/soc/sof/intel/hda-stream.c 		hstream->stream_tag = i - num_capture + 1;