Home
last modified time | relevance | path

Searched refs:snd_msnd_upload_host (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/isa/msnd/
H A Dmsnd.h280 int snd_msnd_upload_host(struct snd_msnd *chip,
H A Dmsnd.c113 int snd_msnd_upload_host(struct snd_msnd *dev, const u8 *bin, int len) in snd_msnd_upload_host() function
132 EXPORT_SYMBOL(snd_msnd_upload_host);
H A Dmsnd_pinnacle.c390 if (snd_msnd_upload_host(chip, init_fw->data, init_fw->size) < 0) { in upload_dsp_code()