Searched refs:dsp (Results 1 - 25 of 145) sorted by relevance

123456

/linux-master/drivers/isdn/mISDN/
H A Ddsp_hwec.h7 extern void dsp_hwec_enable(struct dsp *dsp, const char *arg);
8 extern void dsp_hwec_disable(struct dsp *dsp);
H A Ddsp_cmx.c132 #include "dsp.h"
148 dsp_cmx_debug(struct dsp *dsp) argument
152 struct dsp *odsp;
161 if (dsp == odsp)
173 member->dsp->name, member->dsp->pcm_slot_tx,
174 member->dsp->pcm_bank_tx, member->dsp->pcm_slot_rx,
175 member->dsp
209 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) argument
254 dsp_cmx_del_conf_member(struct dsp *dsp) argument
350 dsp_cmx_hw_message(struct dsp *dsp, u32 message, u32 param1, u32 param2, u32 param3, u32 param4) argument
373 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) argument
1053 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) argument
1150 showdelay(struct dsp *dsp, int samples, int delay) argument
1171 dsp_cmx_receive(struct dsp *dsp, struct sk_buff *skb) argument
1298 dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members) argument
1621 struct dsp *dsp; local
1849 dsp_cmx_transmit(struct dsp *dsp, struct sk_buff *skb) argument
1905 dsp_cmx_hdlc(struct dsp *dsp, struct sk_buff *skb) argument
[all...]
H A Ddsp_core.c23 * The dsp module provides layer 2 for b-channels (64kbit). It provides
96 * NOTE: The channel must be activated in order to make dsp work, even if
137 * When data is received from upper or lower layer (card), the complete dsp
161 #include "dsp.h"
179 DEFINE_SPINLOCK(dsp_lock); /* global dsp lock */
188 dsp_rx_off_member(struct dsp *dsp) argument
195 if (!dsp->features_rx_off)
199 if (!dsp->rx_disabled)
202 else if (dsp
235 dsp_rx_off(struct dsp *dsp) argument
255 dsp_fill_empty(struct dsp *dsp) argument
281 dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb) argument
628 struct dsp *dsp = container_of(ch, struct dsp, ch); local
666 struct dsp *dsp = container_of(ch, struct dsp, ch); local
954 struct dsp *dsp = container_of(ch, struct dsp, ch); local
1006 struct dsp *dsp = container_of(work, struct dsp, workq); local
[all...]
H A Ddsp.h91 /* all members within a conference (this is linked 1:1 with the dsp) */
92 struct dsp;
95 struct dsp *dsp; member in struct:dsp_conf_member
170 struct dsp { struct
245 extern void dsp_cmx_debug(struct dsp *dsp);
246 extern void dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp);
247 extern int dsp_cmx_conf(struct dsp *ds
[all...]
H A Ddsp_dtmf.c15 #include "dsp.h"
40 void dsp_dtmf_goertzel_init(struct dsp *dsp) argument
42 dsp->dtmf.size = 0;
43 dsp->dtmf.lastwhat = '\0';
44 dsp->dtmf.lastdigit = '\0';
45 dsp->dtmf.count = 0;
50 void dsp_dtmf_hardware(struct dsp *dsp) argument
54 if (!dsp
118 dsp_dtmf_goertzel_decode(struct dsp *dsp, u8 *data, int len, int fmt) argument
[all...]
H A Ddsp_hwec.c4 * builtin mISDN dsp pipeline element for enabling the hw echocanceller
16 #include "dsp.h"
34 void dsp_hwec_enable(struct dsp *dsp, const char *arg) argument
40 if (!dsp) {
41 printk(KERN_ERR "%s: failed to enable hwec: dsp is NULL\n",
85 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) {
92 void dsp_hwec_disable(struct dsp *dsp) argument
[all...]
/linux-master/sound/soc/sof/xtensa/
H A DMakefile3 snd-sof-xtensa-dsp-objs := core.o
5 obj-$(CONFIG_SND_SOC_SOF_XTENSA) += snd-sof-xtensa-dsp.o
/linux-master/arch/mips/include/asm/
H A Ddsp.h41 tsk->thread.dsp.dspr[0] = mfhi1(); \
42 tsk->thread.dsp.dspr[1] = mflo1(); \
43 tsk->thread.dsp.dspr[2] = mfhi2(); \
44 tsk->thread.dsp.dspr[3] = mflo2(); \
45 tsk->thread.dsp.dspr[4] = mfhi3(); \
46 tsk->thread.dsp.dspr[5] = mflo3(); \
47 tsk->thread.dsp.dspcontrol = rddsp(DSP_MASK); \
58 mthi1(tsk->thread.dsp.dspr[0]); \
59 mtlo1(tsk->thread.dsp.dspr[1]); \
60 mthi2(tsk->thread.dsp
[all...]
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c279 bool (*validate_version)(struct cs_dsp *dsp, unsigned int version);
280 unsigned int (*parse_sizes)(struct cs_dsp *dsp,
284 int (*setup_algs)(struct cs_dsp *dsp);
288 void (*show_fw_status)(struct cs_dsp *dsp);
289 void (*stop_watchdog)(struct cs_dsp *dsp);
291 int (*enable_memory)(struct cs_dsp *dsp);
292 void (*disable_memory)(struct cs_dsp *dsp);
293 int (*lock_memory)(struct cs_dsp *dsp, unsigned int lock_regions);
295 int (*enable_core)(struct cs_dsp *dsp);
296 void (*disable_core)(struct cs_dsp *dsp);
377 cs_dsp_debugfs_save_wmfwname(struct cs_dsp *dsp, const char *s) argument
385 cs_dsp_debugfs_save_binname(struct cs_dsp *dsp, const char *s) argument
393 cs_dsp_debugfs_clear(struct cs_dsp *dsp) argument
405 struct cs_dsp *dsp = file->private_data; local
425 struct cs_dsp *dsp = file->private_data; local
466 struct cs_dsp *dsp = s->private; local
494 cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) argument
521 cs_dsp_cleanup_debugfs(struct cs_dsp *dsp) argument
529 cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) argument
534 cs_dsp_cleanup_debugfs(struct cs_dsp *dsp) argument
539 cs_dsp_debugfs_save_wmfwname(struct cs_dsp *dsp, const char *s) argument
544 cs_dsp_debugfs_save_binname(struct cs_dsp *dsp, const char *s) argument
549 cs_dsp_debugfs_clear(struct cs_dsp *dsp) argument
554 cs_dsp_find_region(struct cs_dsp *dsp, int type) argument
601 cs_dsp_read_fw_status(struct cs_dsp *dsp, int noffs, unsigned int *offs) argument
616 cs_dsp_adsp2_show_fw_status(struct cs_dsp *dsp) argument
628 cs_dsp_adsp2v2_show_fw_status(struct cs_dsp *dsp) argument
639 cs_dsp_halo_show_fw_status(struct cs_dsp *dsp) argument
655 struct cs_dsp *dsp = ctl->dsp; local
684 struct cs_dsp *dsp = ctl->dsp; local
750 struct cs_dsp *dsp = ctl->dsp; local
825 struct cs_dsp *dsp = ctl->dsp; local
894 cs_dsp_coeff_init_control_caches(struct cs_dsp *dsp) argument
920 cs_dsp_coeff_sync_controls(struct cs_dsp *dsp) argument
939 cs_dsp_signal_event_controls(struct cs_dsp *dsp, unsigned int event) argument
967 cs_dsp_create_control(struct cs_dsp *dsp, const struct cs_dsp_alg_region *alg_region, unsigned int offset, unsigned int len, const char *subname, unsigned int subname_len, unsigned int flags, unsigned int type) argument
1099 cs_dsp_coeff_parse_alg(struct cs_dsp *dsp, const u8 **data, struct cs_dsp_coeff_parsed_alg *blk) argument
1129 cs_dsp_coeff_parse_coeff(struct cs_dsp *dsp, const u8 **data, struct cs_dsp_coeff_parsed_coeff *blk) argument
1175 cs_dsp_check_coeff_flags(struct cs_dsp *dsp, const struct cs_dsp_coeff_parsed_coeff *coeff_blk, unsigned int f_required, unsigned int f_illegal) argument
1190 cs_dsp_parse_coeff(struct cs_dsp *dsp, const struct wmfw_region *region) argument
1262 cs_dsp_adsp1_parse_sizes(struct cs_dsp *dsp, const char * const file, unsigned int pos, const struct firmware *firmware) argument
1278 cs_dsp_adsp2_parse_sizes(struct cs_dsp *dsp, const char * const file, unsigned int pos, const struct firmware *firmware) argument
1294 cs_dsp_validate_version(struct cs_dsp *dsp, unsigned int version) argument
1308 cs_dsp_halo_validate_version(struct cs_dsp *dsp, unsigned int version) argument
1318 cs_dsp_load(struct cs_dsp *dsp, const struct firmware *firmware, const char *file) argument
1518 cs_dsp_get_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg) argument
1541 cs_dsp_ctl_fixup_base(struct cs_dsp *dsp, const struct cs_dsp_alg_region *alg_region) argument
1555 cs_dsp_read_algs(struct cs_dsp *dsp, size_t n_algs, const struct cs_dsp_region *mem, unsigned int pos, unsigned int len) argument
1615 cs_dsp_find_alg_region(struct cs_dsp *dsp, int type, unsigned int id) argument
1631 cs_dsp_create_region(struct cs_dsp *dsp, int type, __be32 id, __be32 ver, __be32 base) argument
1654 cs_dsp_free_alg_regions(struct cs_dsp *dsp) argument
1667 cs_dsp_parse_wmfw_id_header(struct cs_dsp *dsp, struct wmfw_id_hdr *fw, int nalgs) argument
1679 cs_dsp_parse_wmfw_v3_id_header(struct cs_dsp *dsp, struct wmfw_v3_id_hdr *fw, int nalgs) argument
1693 cs_dsp_create_regions(struct cs_dsp *dsp, __be32 id, __be32 ver, int nregions, const int *type, __be32 *base) argument
1708 cs_dsp_adsp1_setup_algs(struct cs_dsp *dsp) argument
1813 cs_dsp_adsp2_setup_algs(struct cs_dsp *dsp) argument
1948 cs_dsp_halo_create_regions(struct cs_dsp *dsp, __be32 id, __be32 ver, __be32 xm_base, __be32 ym_base) argument
1960 cs_dsp_halo_setup_algs(struct cs_dsp *dsp) argument
2021 cs_dsp_load_coeff(struct cs_dsp *dsp, const struct firmware *firmware, const char *file) argument
2224 cs_dsp_create_name(struct cs_dsp *dsp) argument
2236 cs_dsp_common_init(struct cs_dsp *dsp) argument
2263 cs_dsp_adsp1_init(struct cs_dsp *dsp) argument
2282 cs_dsp_adsp1_power_up(struct cs_dsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename, const char *fw_name) argument
2367 cs_dsp_adsp1_power_down(struct cs_dsp *dsp) argument
2395 cs_dsp_adsp2v2_enable_core(struct cs_dsp *dsp) argument
2422 cs_dsp_adsp2_enable_core(struct cs_dsp *dsp) argument
2434 cs_dsp_adsp2_lock(struct cs_dsp *dsp, unsigned int lock_regions) argument
2464 cs_dsp_adsp2_enable_memory(struct cs_dsp *dsp) argument
2470 cs_dsp_adsp2_disable_memory(struct cs_dsp *dsp) argument
2476 cs_dsp_adsp2_disable_core(struct cs_dsp *dsp) argument
2486 cs_dsp_adsp2v2_disable_core(struct cs_dsp *dsp) argument
2493 cs_dsp_halo_configure_mpu(struct cs_dsp *dsp, unsigned int lock_regions) argument
2533 cs_dsp_set_dspclk(struct cs_dsp *dsp, unsigned int freq) argument
2547 cs_dsp_stop_watchdog(struct cs_dsp *dsp) argument
2553 cs_dsp_halo_stop_watchdog(struct cs_dsp *dsp) argument
2576 cs_dsp_power_up(struct cs_dsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename, const char *fw_name) argument
2644 cs_dsp_power_down(struct cs_dsp *dsp) argument
2671 cs_dsp_adsp2_start_core(struct cs_dsp *dsp) argument
2678 cs_dsp_adsp2_stop_core(struct cs_dsp *dsp) argument
2692 cs_dsp_run(struct cs_dsp *dsp) argument
2763 cs_dsp_stop(struct cs_dsp *dsp) argument
2796 cs_dsp_halo_start_core(struct cs_dsp *dsp) argument
2810 cs_dsp_halo_stop_core(struct cs_dsp *dsp) argument
2826 cs_dsp_adsp2_init(struct cs_dsp *dsp) argument
2864 cs_dsp_halo_init(struct cs_dsp *dsp) argument
2879 cs_dsp_remove(struct cs_dsp *dsp) argument
2909 cs_dsp_read_raw_data_block(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, unsigned int num_words, __be32 *data) argument
2941 cs_dsp_read_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 *data) argument
2965 cs_dsp_write_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 data) argument
3012 cs_dsp_adsp2_bus_error(struct cs_dsp *dsp) argument
3082 cs_dsp_halo_bus_error(struct cs_dsp *dsp) argument
3142 cs_dsp_halo_wdt_expire(struct cs_dsp *dsp) argument
[all...]
/linux-master/include/linux/platform_data/media/
H A Dtimb_radio.h13 int i2c_adapter; /* I2C adapter where the tuner and dsp are attached */
15 struct i2c_board_info *dsp; member in struct:timb_radio_platform_data
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c46 adsp_err(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \
49 adsp_dbg(_obj->dsp, "%s: " fmt, _obj->name ? _obj->name : "legacy", \
150 struct wm_adsp *dsp; member in struct:wm_adsp_compr_buf
167 struct wm_adsp *dsp; member in struct:wm_adsp_compr
199 static int wm_adsp_buffer_init(struct wm_adsp *dsp);
200 static int wm_adsp_buffer_free(struct wm_adsp *dsp);
322 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); local
324 ucontrol->value.enumerated.item[0] = dsp[e->shift_l].fw;
335 struct wm_adsp *dsp = snd_soc_component_get_drvdata(component); local
338 if (ucontrol->value.enumerated.item[0] == dsp[
559 struct wm_adsp *dsp = container_of(cs_ctl->dsp, local
599 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); local
683 wm_adsp_write_ctl(struct wm_adsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) argument
707 wm_adsp_read_ctl(struct wm_adsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) argument
721 wm_adsp_release_firmware_files(struct wm_adsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename) argument
736 wm_adsp_request_firmware_file(struct wm_adsp *dsp, const struct firmware **firmware, char **filename, const char *dir, const char *system_name, const char *asoc_component_prefix, const char *filetype) argument
795 wm_adsp_request_firmware_files(struct wm_adsp *dsp, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) argument
874 wm_adsp_common_init(struct wm_adsp *dsp) argument
882 wm_adsp1_init(struct wm_adsp *dsp) argument
902 struct wm_adsp *dsp = &dsps[w->shift]; local
943 struct wm_adsp *dsp = &dsps[w->shift]; local
956 struct wm_adsp *dsp = &dsps[mc->shift - 1]; local
972 struct wm_adsp *dsp = &dsps[mc->shift - 1]; local
1000 wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware) argument
1029 wm_adsp_power_down(struct wm_adsp *dsp) argument
1037 struct wm_adsp *dsp = container_of(work, local
1049 struct wm_adsp *dsp = &dsps[w->shift]; local
1068 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); local
1078 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); local
1088 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); local
1096 wm_adsp_run(struct wm_adsp *dsp) argument
1104 wm_adsp_stop(struct wm_adsp *dsp) argument
1115 struct wm_adsp *dsp = &dsps[w->shift]; local
1129 wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component) argument
1146 wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component) argument
1154 wm_adsp2_init(struct wm_adsp *dsp) argument
1171 wm_halo_init(struct wm_adsp *dsp) argument
1188 wm_adsp2_remove(struct wm_adsp *dsp) argument
1237 wm_adsp_compr_open(struct wm_adsp *dsp, struct snd_compr_stream *stream) argument
1293 struct wm_adsp *dsp = compr->dsp; local
1313 struct wm_adsp *dsp = compr->dsp; local
1482 wm_adsp_buffer_alloc(struct wm_adsp *dsp) argument
1497 wm_adsp_buffer_parse_legacy(struct wm_adsp *dsp) argument
1564 struct wm_adsp *dsp = container_of(cs_ctl->dsp, struct wm_adsp, cs_dsp); local
1633 wm_adsp_buffer_init(struct wm_adsp *dsp) argument
1671 wm_adsp_buffer_free(struct wm_adsp *dsp) argument
1708 struct wm_adsp *dsp = compr->dsp; local
1805 wm_adsp_compr_handle_irq(struct wm_adsp *dsp) argument
1873 struct wm_adsp *dsp = compr->dsp; local
1987 struct wm_adsp *dsp = compr->dsp; local
2032 struct wm_adsp *dsp = compr->dsp; local
2050 struct wm_adsp *dsp = container_of(cs_dsp, struct wm_adsp, cs_dsp); local
2063 struct wm_adsp *dsp = (struct wm_adsp *)data; local
2073 struct wm_adsp *dsp = (struct wm_adsp *)data; local
2083 struct wm_adsp *dsp = data; local
[all...]
H A Dwm_adsp.h40 int (*pre_run)(struct wm_adsp *dsp);
81 int wm_adsp1_init(struct wm_adsp *dsp);
82 int wm_adsp2_init(struct wm_adsp *dsp);
83 void wm_adsp2_remove(struct wm_adsp *dsp);
84 int wm_adsp2_component_probe(struct wm_adsp *dsp, struct snd_soc_component *component);
85 int wm_adsp2_component_remove(struct wm_adsp *dsp, struct snd_soc_component *component);
86 int wm_halo_init(struct wm_adsp *dsp);
94 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware);
95 void wm_adsp_power_down(struct wm_adsp *dsp);
101 int wm_adsp_run(struct wm_adsp *dsp);
[all...]
H A Dcs-amp-lib.c23 static int cs_amp_write_cal_coeff(struct cs_dsp *dsp, argument
31 KUNIT_STATIC_STUB_REDIRECT(cs_amp_write_cal_coeff, dsp, controls, ctl_name, val);
34 mutex_lock(&dsp->pwr_lock);
35 cs_ctl = cs_dsp_get_ctl(dsp, ctl_name, controls->mem_region, controls->alg_id);
37 mutex_unlock(&dsp->pwr_lock);
40 dev_err(dsp->dev, "Failed to write to '%s': %d\n", ctl_name, ret);
50 static int _cs_amp_write_cal_coeffs(struct cs_dsp *dsp, argument
56 dev_dbg(dsp->dev, "Calibration: Ambient=%#x, Status=%#x, CalR=%d\n",
59 if (list_empty(&dsp->ctl_list)) {
60 dev_info(dsp
91 cs_amp_write_cal_coeffs(struct cs_dsp *dsp, const struct cirrus_amp_cal_controls *controls, const struct cirrus_amp_cal_data *data) argument
[all...]
/linux-master/sound/pci/hda/
H A Dhda_cs_dsp_ctl.h32 void hda_cs_dsp_add_controls(struct cs_dsp *dsp, const struct hda_cs_dsp_ctl_info *info);
34 int hda_cs_dsp_write_ctl(struct cs_dsp *dsp, const char *name, int type,
36 int hda_cs_dsp_read_ctl(struct cs_dsp *dsp, const char *name, int type,
H A Dhda_cs_dsp_ctl.c56 mutex_lock(&cs_ctl->dsp->pwr_lock);
58 mutex_unlock(&cs_ctl->dsp->pwr_lock);
70 mutex_lock(&cs_ctl->dsp->pwr_lock);
72 mutex_unlock(&cs_ctl->dsp->pwr_lock);
108 dev_err(cs_ctl->dsp->dev, "KControl %s: length %zu exceeds maximum %d\n", name,
128 dev_err(cs_ctl->dsp->dev, "Failed to add KControl %s = %d\n", kcontrol.name, ret);
132 dev_dbg(cs_ctl->dsp->dev, "Added KControl: %s\n", kcontrol.name);
139 struct cs_dsp *cs_dsp = cs_ctl->dsp;
177 void hda_cs_dsp_add_controls(struct cs_dsp *dsp, const struct hda_cs_dsp_ctl_info *info) argument
188 lockdep_assert_not_held(&dsp
210 hda_cs_dsp_write_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, const void *buf, size_t len) argument
235 hda_cs_dsp_read_ctl(struct cs_dsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) argument
[all...]
/linux-master/include/linux/firmware/cirrus/
H A Dcs_dsp.h74 * @dsp: DSP instance associated with this control
90 struct cs_dsp *dsp; member in struct:cs_dsp_coeff_ctl
204 int (*pre_run)(struct cs_dsp *dsp);
205 int (*post_run)(struct cs_dsp *dsp);
206 void (*pre_stop)(struct cs_dsp *dsp);
207 void (*post_stop)(struct cs_dsp *dsp);
208 void (*watchdog_expired)(struct cs_dsp *dsp);
211 int cs_dsp_adsp1_init(struct cs_dsp *dsp);
212 int cs_dsp_adsp2_init(struct cs_dsp *dsp);
213 int cs_dsp_halo_init(struct cs_dsp *dsp);
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dcnl-sst.c23 #include "../common/sst-dsp.h"
24 #include "../common/sst-dsp-priv.h"
26 #include "cnl-sst-dsp.h"
62 dev_err(ctx->dev, "dsp core0 power up failed\n");
74 dev_err(ctx->dev, "Start dsp core failed ret: %d\n", ret);
209 dev_err(ctx->dev, "enable dsp core %d failed: %d\n",
224 "dsp boot timeout, status=%#x error=%#x\n",
265 "dsp core %d to d3 failed; continue reset\n",
278 dev_err(ctx->dev, "disable dsp core %d failed: %d\n",
314 struct sst_dsp *dsp local
399 cnl_ipc_is_dsp_busy(struct sst_dsp *dsp) argument
435 cnl_sst_dsp_init(struct device *dev, void __iomem *mmio_base, int irq, const char *fw_name, struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp) argument
[all...]
H A DMakefile3 skl-sst-ipc.o skl-sst-dsp.o cnl-sst-dsp.o skl-sst-cldma.o \
/linux-master/drivers/firmware/imx/
H A DMakefile2 obj-$(CONFIG_IMX_DSP) += imx-dsp.o
/linux-master/sound/isa/sb/
H A DMakefile8 snd-sb8-dsp-objs := sb8_main.o sb8_midi.o
9 snd-sb16-dsp-objs := sb16_main.o
19 obj-$(CONFIG_SND_SB16_DSP) += snd-sb16-dsp.o
20 obj-$(CONFIG_SND_SB8_DSP) += snd-sb8-dsp.o
/linux-master/arch/arc/include/asm/
H A Dswitch_to.h12 #include <asm/dsp-impl.h>
/linux-master/sound/soc/intel/catpt/
H A DMakefile1 snd-soc-catpt-objs := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
/linux-master/sound/firewire/motu/
H A DMakefile7 motu-protocol-v1.o motu-register-dsp-message-parser.o \
8 motu-command-dsp-message-parser.o
/linux-master/include/sound/
H A Dcs-amp-lib.h47 int cs_amp_write_cal_coeffs(struct cs_dsp *dsp,
59 int (*write_cal_coeff)(struct cs_dsp *dsp,
/linux-master/sound/soc/mediatek/common/
H A DMakefile3 snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o mtk-dsp-sof-common.o mtk-soundcard-driver.o

Completed in 229 milliseconds

123456