Searched refs:scb_info (Results 1 – 1 of 1) sorted by relevance
74 struct proc_scb_info * scb_info = entry->private_data; in cs46xx_dsp_proc_scb_info_read() local75 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read()77 struct snd_cs46xx *chip = scb_info->chip; in cs46xx_dsp_proc_scb_info_read()235 struct proc_scb_info * scb_info = scb->proc_info->private_data; in cs46xx_dsp_proc_free_scb_desc() local242 kfree (scb_info); in cs46xx_dsp_proc_free_scb_desc()251 struct proc_scb_info * scb_info; in cs46xx_dsp_proc_register_scb_desc() local259 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()[all …]