Home
last modified time | relevance | path

Searched defs:load_firmware (Results 1 – 4 of 4) sorted by relevance

/sound/pci/echoaudio/
Dechoaudio_dsp.c489 static int load_firmware(struct echoaudio *chip) in load_firmware() function
/sound/pci/cs46xx/
Dcs46xx_lib.c382 static int load_firmware(struct snd_cs46xx *chip, in load_firmware() function
501 static int load_firmware(struct snd_cs46xx *chip) in load_firmware() function
/sound/soc/sof/
Dsof-priv.h232 int (*load_firmware)(struct snd_sof_dev *sof_dev); /* mandatory */ member
/sound/soc/codecs/
Dwm_adsp.c994 int wm_adsp_power_up(struct wm_adsp *dsp, bool load_firmware) in wm_adsp_power_up()