ibl               178 include/sound/vx_core.h 	struct vx_ibl_info ibl;	/* IBL information */
ibl               627 sound/drivers/vx/vx_core.c 		    chip->ibl.min_size, chip->ibl.max_size, chip->ibl.size,
ibl               628 sound/drivers/vx/vx_core.c 		    chip->ibl.granularity);
ibl               542 sound/drivers/vx/vx_pcm.c 	runtime->hw.period_bytes_min = chip->ibl.size;
ibl               686 sound/drivers/vx/vx_pcm.c 							  chip->ibl.size)) < 0)
ibl               947 sound/drivers/vx/vx_pcm.c 	runtime->hw.period_bytes_min = chip->ibl.size;
ibl              1181 sound/drivers/vx/vx_pcm.c 	preferred = chip->ibl.size;
ibl              1182 sound/drivers/vx/vx_pcm.c 	chip->ibl.size = 0;
ibl              1183 sound/drivers/vx/vx_pcm.c 	vx_set_ibl(chip, &chip->ibl); /* query the info */
ibl              1185 sound/drivers/vx/vx_pcm.c 		chip->ibl.size = ((preferred + chip->ibl.granularity - 1) /
ibl              1186 sound/drivers/vx/vx_pcm.c 				  chip->ibl.granularity) * chip->ibl.granularity;
ibl              1187 sound/drivers/vx/vx_pcm.c 		if (chip->ibl.size > chip->ibl.max_size)
ibl              1188 sound/drivers/vx/vx_pcm.c 			chip->ibl.size = chip->ibl.max_size;
ibl              1190 sound/drivers/vx/vx_pcm.c 		chip->ibl.size = chip->ibl.min_size; /* set to the minimum */
ibl              1191 sound/drivers/vx/vx_pcm.c 	vx_set_ibl(chip, &chip->ibl);
ibl                29 sound/pci/vx222/vx222.c static int ibl[SNDRV_CARDS]; /* microphone */
ibl                39 sound/pci/vx222/vx222.c module_param_array(ibl, int, NULL, 0444);
ibl                40 sound/pci/vx222/vx222.c MODULE_PARM_DESC(ibl, "Capture IBL size.");
ibl               215 sound/pci/vx222/vx222.c 	vx->core.ibl.size = ibl[dev];
ibl                31 sound/pcmcia/vx/vxpocket.c static int ibl[SNDRV_CARDS];
ibl                39 sound/pcmcia/vx/vxpocket.c module_param_array(ibl, int, NULL, 0444);
ibl                40 sound/pcmcia/vx/vxpocket.c MODULE_PARM_DESC(ibl, "Capture IBL size for VXPocket soundcard.");
ibl               123 sound/pcmcia/vx/vxpocket.c static int snd_vxpocket_new(struct snd_card *card, int ibl,
ibl               144 sound/pcmcia/vx/vxpocket.c 	chip->ibl.size = ibl;
ibl               310 sound/pcmcia/vx/vxpocket.c 	err = snd_vxpocket_new(card, ibl[i], p_dev, &vxp);