Searched refs:scb_info (Results 1 – 1 of 1) sorted by relevance
60 struct proc_scb_info * scb_info = entry->private_data; in cs46xx_dsp_proc_scb_info_read() local61 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() local219 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() local246 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()[all …]