Lines Matching refs:scb_info
74 struct proc_scb_info * scb_info = entry->private_data; in cs46xx_dsp_proc_scb_info_read() local
75 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read()
76 struct snd_cs46xx *chip = scb_info->chip; in cs46xx_dsp_proc_scb_info_read()
232 struct proc_scb_info * scb_info = scb->proc_info->private_data; in cs46xx_dsp_proc_free_scb_desc() local
233 struct snd_cs46xx *chip = scb_info->chip; in cs46xx_dsp_proc_free_scb_desc()
242 kfree (scb_info); in cs46xx_dsp_proc_free_scb_desc()
251 struct proc_scb_info * scb_info; in cs46xx_dsp_proc_register_scb_desc() local
259 scb_info = kmalloc(sizeof(struct proc_scb_info), GFP_KERNEL); in cs46xx_dsp_proc_register_scb_desc()
260 if (!scb_info) { in cs46xx_dsp_proc_register_scb_desc()
266 scb_info->chip = chip; in cs46xx_dsp_proc_register_scb_desc()
267 scb_info->scb_desc = scb; in cs46xx_dsp_proc_register_scb_desc()
270 entry->private_data = scb_info; in cs46xx_dsp_proc_register_scb_desc()
277 kfree (scb_info); in cs46xx_dsp_proc_register_scb_desc()