Lines Matching refs:scb_info
60 struct proc_scb_info * scb_info = entry->private_data; in cs46xx_dsp_proc_scb_info_read() local
61 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read()
62 struct snd_cs46xx *chip = scb_info->chip; in cs46xx_dsp_proc_scb_info_read()
218 struct proc_scb_info * scb_info = scb->proc_info->private_data; in cs46xx_dsp_proc_free_scb_desc() local
219 struct snd_cs46xx *chip = scb_info->chip; in cs46xx_dsp_proc_free_scb_desc()
228 kfree (scb_info); in cs46xx_dsp_proc_free_scb_desc()
237 struct proc_scb_info * scb_info; in cs46xx_dsp_proc_register_scb_desc() local
246 scb_info = kmalloc(sizeof(struct proc_scb_info), GFP_KERNEL); in cs46xx_dsp_proc_register_scb_desc()
247 if (!scb_info) { in cs46xx_dsp_proc_register_scb_desc()
253 scb_info->chip = chip; in cs46xx_dsp_proc_register_scb_desc()
254 scb_info->scb_desc = scb; in cs46xx_dsp_proc_register_scb_desc()
255 snd_info_set_text_ops(entry, scb_info, in cs46xx_dsp_proc_register_scb_desc()