Searched refs:boot (Results 1 – 6 of 6) sorted by relevance
423 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() argument429 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() argument662 if ((err = snd_vx_load_boot_image(chip, boot)) < 0) in snd_vx_dsp_boot()
35 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
415 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot) in pcxhr_load_boot_binary() argument433 err = pcxhr_download_dsp(mgr, boot); in pcxhr_load_boot_binary()
21 If you have a PnP sound card and you want to configure it at boot
109 - 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 segment347 - Interpreting of boot time arguments (sound=) for Linux.
272 and initialization messages at boot time.282 here the DMA buffers (64Kb) will be allocated at boot time and kept