Home
last modified time | relevance | path

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

/sound/drivers/vx/
Dvx_core.c423 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() argument
429 if (boot->size <= 0) in snd_vx_load_boot_image()
431 if (boot->size % 3) in snd_vx_load_boot_image()
436 unsigned int c = ((u32)boot->data[0] << 16) | ((u32)boot->data[1] << 8) | boot->data[2]; in snd_vx_load_boot_image()
437 if (boot->size != (c + 2) * 3) in snd_vx_load_boot_image()
449 if (i >= boot->size) { in snd_vx_load_boot_image()
460 const unsigned char *image = boot->data + i; in snd_vx_load_boot_image()
654 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot() argument
662 if ((err = snd_vx_load_boot_image(chip, boot)) < 0) in snd_vx_dsp_boot()
/sound/pci/pcxhr/
Dpcxhr_core.h35 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
Dpcxhr_core.c415 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot) in pcxhr_load_boot_binary() argument
433 err = pcxhr_download_dsp(mgr, boot); in pcxhr_load_boot_binary()
/sound/
DKconfig21 If you have a PnP sound card and you want to configure it at boot
/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.
DKconfig272 and initialization messages at boot time.
282 here the DMA buffers (64Kb) will be allocated at boot time and kept