/sound/pci/ |
D | Kconfig | 20 To compile this as a module, choose M here: the module 32 To compile this driver as a module, choose M here: the module 46 To compile this driver as a module, choose M here: the module 60 To compile this driver as a module, choose M here: the module 72 To compile this driver as a module, choose M here: the module 83 To compile this driver as a module, choose M here: the module 93 To compile this driver as a module, choose M here: the module 107 To compile this driver as a module, choose M here: the module 120 To compile this driver as a module, choose M here: the module 134 To compile this driver as a module, choose M here: the module [all …]
|
/sound/isa/ |
D | Kconfig | 35 To compile this driver as a module, choose M here: the module 49 To compile this driver as a module, choose M here: the module 62 To compile this driver as a module, choose M here: the module 77 To compile this driver as a module, choose M here: the module 90 To compile this driver as a module, choose M here: the module 103 To compile this driver as a module, choose M here: the module 117 To compile this driver as a module, choose M here: the module 129 To compile this driver as a module, choose M here: the module 142 To compile this driver as a module, choose M here: the module 153 To compile this driver as a module, choose M here: the module [all …]
|
/sound/soc/intel/ |
D | sst-firmware.c | 33 static void block_module_remove(struct sst_module *module); 115 struct sst_module *module, *tmp; in sst_fw_unload() local 120 list_for_each_entry_safe(module, tmp, &dsp->module_list, list) { in sst_fw_unload() 121 if (module->sst_fw == sst_fw) { in sst_fw_unload() 122 block_module_remove(module); in sst_fw_unload() 123 list_del(&module->list); in sst_fw_unload() 124 kfree(module); in sst_fw_unload() 218 static int block_alloc_contiguous(struct sst_module *module, in block_alloc_contiguous() argument 222 struct sst_dsp *dsp = module->dsp; in block_alloc_contiguous() 238 list_add(&block->module_list, &module->block_list); in block_alloc_contiguous() [all …]
|
D | sst-haswell-dsp.c | 85 struct fw_module_header *module) in hsw_parse_module() argument 95 if (module->type != SST_HSW_MODULE_BASE_FW in hsw_parse_module() 96 && module->type != SST_HSW_MODULE_PCM_SYSTEM in hsw_parse_module() 97 && module->type != SST_HSW_MODULE_PCM in hsw_parse_module() 98 && module->type != SST_HSW_MODULE_PCM_REFERENCE in hsw_parse_module() 99 && module->type != SST_HSW_MODULE_PCM_CAPTURE in hsw_parse_module() 100 && module->type != SST_HSW_MODULE_LPAL) in hsw_parse_module() 104 module->signature, module->mod_size, in hsw_parse_module() 105 module->blocks, module->type); in hsw_parse_module() 106 dev_dbg(dsp->dev, " entrypoint 0x%x\n", module->entry_point); in hsw_parse_module() [all …]
|
D | sst-baytrail-dsp.c | 66 struct sst_byt_fw_module_header *module) in sst_byt_parse_module() argument 75 template.id = module->type; in sst_byt_parse_module() 76 template.entry = module->entry_point; in sst_byt_parse_module() 86 block = (void *)module + sizeof(*module); in sst_byt_parse_module() 88 for (count = 0; count < module->blocks; count++) { in sst_byt_parse_module() 131 struct sst_byt_fw_module_header *module; in sst_byt_parse_fw_image() local 151 module = (void *)sst_fw->dma_buf + sizeof(*header); in sst_byt_parse_fw_image() 154 ret = sst_byt_parse_module(dsp, sst_fw, module); in sst_byt_parse_fw_image() 159 module = (void *)module + sizeof(*module) + module->mod_size; in sst_byt_parse_fw_image()
|
D | sst-dsp-priv.h | 201 struct sst_module *module; /* module that uses this block */ member 296 int sst_module_insert_fixed_block(struct sst_module *module, 304 int sst_block_module_remove(struct sst_module *module);
|
/sound/drivers/ |
D | Kconfig | 46 You can compile this as a module which will be called snd-pcsp. 75 To compile this driver as a module, choose M here: the module 83 This module returns played samples back to the user space using 87 configured number of substreams (see the pcm_substreams module 94 To compile this driver as a module, choose M here: the module 109 To compile this driver as a module, choose M here: the module 120 To compile this driver as a module, choose M here: the module 133 To compile this driver as a module, chose 'M' here: the module 148 To compile this driver as a module, choose M here: the module 158 To compile this driver as a module, choose M here: the module [all …]
|
/sound/firewire/ |
D | Kconfig | 26 To compile this driver as a module, choose M here: the module 36 To compile this driver as a module, choose M here: the module 46 To compile this driver as a module, choose M here: the module 57 To compile this driver as a module, choose M here: the module 61 tristate "Echo Fireworks board module support" 73 To compile this driver as a module, choose M here: the module 112 To compile this driver as a module, choose M here: the module
|
/sound/usb/ |
D | Kconfig | 22 To compile this driver as a module, choose M here: the module 33 To compile this driver as a module, choose M here: the module 46 To compile this driver as a module, choose M here: the module 73 To compile this driver as a module, choose M here: the module 101 To compile this driver as a module, choose M here: the module 147 To compile this driver as a module, choose M here: the module 160 To compile this driver as a module, choose M here: the module
|
/sound/sparc/ |
D | Kconfig | 19 To compile this driver as a module, choose M here: the module 28 To compile this driver as a module, choose M here: the module 38 To compile this driver as a module, choose M here: the module
|
/sound/pcmcia/ |
D | Kconfig | 19 To compile this driver as a module, choose M here: the module 29 To compile this driver as a module, choose M here: the module
|
/sound/pci/cs46xx/ |
D | dsp_spos.c | 125 static struct dsp_segment_desc * get_segment_desc (struct dsp_module_desc * module, int seg_type) in get_segment_desc() argument 128 for (i = 0;i < module->nsegments; ++i) { in get_segment_desc() 129 if (module->segments[i].segment_type == seg_type) { in get_segment_desc() 130 return (module->segments + i); in get_segment_desc() 151 static int add_symbols (struct snd_cs46xx * chip, struct dsp_module_desc * module) in add_symbols() argument 156 if (module->symbol_table.nsymbols > 0) { in add_symbols() 157 if (!strcmp(module->symbol_table.symbols[0].symbol_name, "OVERLAYBEGINADDRESS") && in add_symbols() 158 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) { in add_symbols() 159 module->overlay_begin_address = module->symbol_table.symbols[0].address; in add_symbols() 163 for (i = 0;i < module->symbol_table.nsymbols; ++i) { in add_symbols() [all …]
|
/sound/core/ |
D | init.c | 64 static int module_slot_match(struct module *module, int idx) in module_slot_match() argument 70 if (!module || !*module->name || !slots[idx]) in module_slot_match() 73 s1 = module->name; in module_slot_match() 135 static int check_empty_slot(struct module *module, int slot) in check_empty_slot() argument 144 static int get_slot_from_bitmask(int mask, int (*check)(struct module *, int), in get_slot_from_bitmask() argument 145 struct module *module) in get_slot_from_bitmask() argument 153 if (check(module, slot)) in get_slot_from_bitmask() 186 struct module *module, int extra_size, in snd_card_new() argument 208 idx = get_slot_from_bitmask(idx, module_slot_match, module); in snd_card_new() 210 idx = get_slot_from_bitmask(idx, check_empty_slot, module); in snd_card_new() [all …]
|
D | Kconfig | 49 To compile this driver as a module, choose M here: the module 65 To compile this driver as a module, choose M here: the module 78 To compile this driver as a module, choose M here: the module 101 this will be compiled as a module. The module will be called 113 To compile this driver as a module, choose M here: the module 134 To compile this driver as a module, choose M here: the module
|
D | info.c | 314 if (!try_module_get(entry->module)) { in snd_info_entry_open() 396 module_put(entry->module); in snd_info_entry_open() 441 module_put(entry->module); in snd_info_entry_release() 604 if ((entry = snd_info_create_module_entry(card->module, str, NULL)) == NULL) in snd_info_card_create() 797 struct snd_info_entry *snd_info_create_module_entry(struct module * module, in snd_info_create_module_entry() argument 803 entry->module = module; in snd_info_create_module_entry() 827 entry->module = card->module; in snd_info_create_card_entry()
|
/sound/oss/dmasound/ |
D | Kconfig | 10 This driver is also available as a module ( = code which can be 12 want). If you want to compile it as a module, say M here and read 24 This driver is also available as a module ( = code which can be 26 want). If you want to compile it as a module, say M here and read 38 This driver is also available as a module ( = code which can be 40 want). If you want to compile it as a module, say M here and read
|
/sound/ |
D | Kconfig | 21 compile the sound card support as a module and load that module 23 and read <file:Documentation/sound/oss/README.modules>; the module 39 whether the respective module is loaded or not and try to load the 40 appropriate module using sound-slot/service-* and char-major-* 41 module aliases when one of the device numbers is opened. With 46 The only visible difference is use of additional module aliases 48 /proc/devices. sound-slot/service-* module aliases are scheduled
|
/sound/oss/ |
D | sb.h | 164 int sb_dsp_init (struct address_info *hw_config, struct module *owner); 166 int sb_mixer_init(sb_devc *devc, struct module *owner); 170 void sb_dsp_midi_init (sb_devc *devc, struct module *owner); 171 void sb_audio_init (sb_devc *devc, char *name, struct module *owner); 181 int probe_sbmpu (struct address_info *hw_config, struct module *owner);
|
D | dev_table.h | 156 struct module *owner; 167 struct module *owner; 247 struct module *owner; 258 struct module *owner; 311 struct module *owner; 343 struct module *owner;
|
D | mpu401.h | 3 int probe_uart401 (struct address_info *hw_config, struct module *owner); 10 int attach_mpu401(struct address_info * hw_config, struct module *owner);
|
D | ad1848.h | 15 int dma_capture, int share_dma, int *osp, struct module *owner); 21 void attach_ms_sound(struct address_info * hw_config, struct resource *ports, struct module * owner…
|
/sound/ppc/ |
D | Kconfig | 20 To compile this driver as a module, choose M here: the module 44 To compile this driver as a module, choose M here: the module
|
/sound/aoa/fabrics/ |
D | Kconfig | 7 Audio driver, the module holding it all together 11 compile it as a module.
|
/sound/aoa/ |
D | aoa.h | 24 struct module *owner; 71 struct module *owner;
|
/sound/spi/ |
D | Kconfig | 23 To compile this driver as a module, choose M here: the module will be
|