Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 10 of 10) sorted by relevance

/sound/drivers/vx/
Dvx_core.c422 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() argument
428 if (boot->size <= 0) in snd_vx_load_boot_image()
430 if (boot->size % 3) in snd_vx_load_boot_image()
435 unsigned int c = ((u32)boot->data[0] << 16) | ((u32)boot->data[1] << 8) | boot->data[2]; in snd_vx_load_boot_image()
436 if (boot->size != (c + 2) * 3) in snd_vx_load_boot_image()
448 if (i >= boot->size) { in snd_vx_load_boot_image()
459 const unsigned char *image = boot->data + i; in snd_vx_load_boot_image()
658 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot() argument
666 if ((err = snd_vx_load_boot_image(chip, boot)) < 0) in snd_vx_dsp_boot()
/sound/
DKconfig18 If you have a PnP sound card and you want to configure it at boot
51 during boot using the kernel parameter soundcore.preclaim_oss.
/sound/pci/pcxhr/
Dpcxhr_core.h35 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
Dpcxhr_core.c416 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot) in pcxhr_load_boot_binary() argument
434 err = pcxhr_download_dsp(mgr, boot); in pcxhr_load_boot_binary()
/sound/soc/intel/common/
Dsst-dsp.c312 if (sst->ops->boot) in sst_dsp_boot()
313 sst->ops->boot(sst); in sst_dsp_boot()
Dsst-dsp-priv.h39 void (*boot)(struct sst_dsp *); member
/sound/oss/
DCHANGELOG109 - Changed boot time passing of 16 bit DMA channel number to SB driver.
337 - Some big arrays are now allocated boot time. This makes the BSS segment
347 - Interpreting of boot time arguments (sound=) for Linux.
DKconfig258 and initialization messages at boot time.
268 here the DMA buffers (64Kb) will be allocated at boot time and kept
/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c355 .boot = sst_byt_boot,
/sound/soc/intel/haswell/
Dsst-haswell-dsp.c695 .boot = hsw_boot,