Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 14 of 14) sorted by relevance

/sound/oss/dmasound/
DKconfig13 <file:Documentation/kbuild/modules.txt>.
27 <file:Documentation/kbuild/modules.txt>.
41 <file:Documentation/kbuild/modules.txt>.
/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c52 u32 modules; /* # of modules */ member
142 header->signature, header->file_size, header->modules, in sst_byt_parse_fw_image()
146 for (count = 0; count < header->modules; count++) { in sst_byt_parse_fw_image()
/sound/pci/cs46xx/
Ddsp_spos.c245 ins->modules = kmalloc(sizeof(struct dsp_module_desc) * DSP_MAX_MODULES, GFP_KERNEL); in cs46xx_dsp_spos_create()
246 if (!ins->symbol_table.symbols || !ins->code.data || !ins->modules) { in cs46xx_dsp_spos_create()
280 kfree(ins->modules); in cs46xx_dsp_spos_create()
307 kfree(ins->modules); in cs46xx_dsp_spos_destroy()
447 ins->modules[ins->nmodules] = *module; in cs46xx_dsp_load_module()
540 snd_iprintf(buffer, "\n%s:\n", ins->modules[i].module_name); in cs46xx_dsp_proc_modules_read()
541 snd_iprintf(buffer, " %d symbols\n", ins->modules[i].symbol_table.nsymbols); in cs46xx_dsp_proc_modules_read()
542 snd_iprintf(buffer, " %d fixups\n", ins->modules[i].nfixups); in cs46xx_dsp_proc_modules_read()
544 for (j = 0; j < ins->modules[i].nsegments; ++ j) { in cs46xx_dsp_proc_modules_read()
545 struct dsp_segment_desc * desc = (ins->modules[i].segments + j); in cs46xx_dsp_proc_modules_read()
[all …]
Dcs46xx_dsp_spos.h153 struct dsp_module_desc * modules; /* modules loaded into SP */ member
Dcs46xx.h1721 struct dsp_module_desc *modules[CS46XX_DSP_MODULES]; member
Dcs46xx_lib.c2962 free_module_desc(chip->modules[idx]); in snd_cs46xx_free()
3255 err = load_firmware(chip, &chip->modules[i], module_names[i]); in snd_cs46xx_start_dsp()
3261 err = cs46xx_dsp_load_module(chip, chip->modules[i]); in snd_cs46xx_start_dsp()
/sound/soc/intel/atom/sst/
Dsst_loader.c127 header->signature, header->file_size, header->modules, in sst_validate_fw_image()
137 *num_modules = header->modules; in sst_validate_fw_image()
Dsst.h234 u32 modules; member
/sound/soc/sh/
DKconfig12 ## Audio unit modules
/sound/soc/intel/haswell/
Dsst-haswell-dsp.c71 __le32 modules; /* # of modules */ member
197 header->file_size, header->modules, in hsw_parse_fw_image()
202 for (count = 0; count < header->modules; count++) { in hsw_parse_fw_image()
/sound/oss/
DCHANGELOG34 - Passing of ioctl() parameters between soundcard.c and other modules has been
212 - Almost fully rewritten loadable modules support.
222 to the initialization code. This may break modules support since
239 - Minor fixes to the modules support.
DKconfig242 tristate "OSS sound modules"
270 "OSS sound modules", above. If you said M to "OSS sound modules"
/sound/
DKconfig23 and read <file:Documentation/sound/oss/README.modules>; the module
/sound/pci/asihpi/
Dhpi_internal.h560 u8 modules[4]; member