Searched refs:modules (Results 1 – 14 of 14) sorted by relevance
/sound/oss/dmasound/ |
D | Kconfig | 13 <file:Documentation/kbuild/modules.txt>. 27 <file:Documentation/kbuild/modules.txt>. 41 <file:Documentation/kbuild/modules.txt>.
|
/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 52 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/ |
D | dsp_spos.c | 245 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 …]
|
D | cs46xx_dsp_spos.h | 153 struct dsp_module_desc * modules; /* modules loaded into SP */ member
|
D | cs46xx.h | 1721 struct dsp_module_desc *modules[CS46XX_DSP_MODULES]; member
|
D | cs46xx_lib.c | 2962 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/ |
D | sst_loader.c | 127 header->signature, header->file_size, header->modules, in sst_validate_fw_image() 137 *num_modules = header->modules; in sst_validate_fw_image()
|
D | sst.h | 234 u32 modules; member
|
/sound/soc/sh/ |
D | Kconfig | 12 ## Audio unit modules
|
/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 71 __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/ |
D | CHANGELOG | 34 - 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.
|
D | Kconfig | 242 tristate "OSS sound modules" 270 "OSS sound modules", above. If you said M to "OSS sound modules"
|
/sound/ |
D | Kconfig | 23 and read <file:Documentation/sound/oss/README.modules>; the module
|
/sound/pci/asihpi/ |
D | hpi_internal.h | 560 u8 modules[4]; member
|