audio_outs        165 include/sound/vx_core.h 	unsigned int audio_outs;
audio_outs        523 sound/drivers/vx/vx_pcm.c 	if (snd_BUG_ON(audio >= chip->audio_outs))
audio_outs       1134 sound/drivers/vx/vx_pcm.c 			if (snd_BUG_ON(p < 0 || p >= chip->audio_outs))
audio_outs       1167 sound/drivers/vx/vx_pcm.c 	chip->audio_outs = rmh.Stat[0] & MASK_FIRST_FIELD;
audio_outs       1172 sound/drivers/vx/vx_pcm.c 	chip->playback_pipes = kcalloc(chip->audio_outs, sizeof(struct vx_pipe *), GFP_KERNEL);
audio_outs       1224 sound/drivers/vx/vx_pcm.c 		outs = chip->audio_outs > i * 2 ? 1 : 0;