Searched refs:fw_files (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/drivers/vx/ |
| H A D | vx_hwdep.c | 35 static const char * const fw_files[VX_TYPE_NUMS][4] = { in snd_vx_setup_firmware() local 58 if (! fw_files[chip->type][i]) in snd_vx_setup_firmware() 60 sprintf(path, "vx/%s", fw_files[chip->type][i]); in snd_vx_setup_firmware()
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_hwdep.c | 354 static const char * const fw_files[][5] = { in pcxhr_setup_firmware() local 374 if (!fw_files[fw_set][i]) in pcxhr_setup_firmware() 376 sprintf(path, "pcxhr/%s", fw_files[fw_set][i]); in pcxhr_setup_firmware()
|
| /linux/sound/pci/mixart/ |
| H A D | mixart_hwdep.c | 559 static const char * const fw_files[3] = { in snd_mixart_setup_firmware() local 566 sprintf(path, "mixart/%s", fw_files[i]); in snd_mixart_setup_firmware()
|
| /linux/sound/soc/codecs/ |
| H A D | tac5xx2-sdw.c | 155 struct tac_fw_file *fw_files; 1623 tac_dev->fw_files = files; in tac_load_and_cache_firmware_async() 1645 tac_dev->fw_files = NULL; /* ready to download files */ in tac_download() 1654 struct tac_fw_file *files = tac_dev->fw_files; 1751 if (tac_dev->fw_files && tac_dev->fw_file_cnt > 0) { in tac_io_init() 149 struct tac_fw_file *fw_files; global() member
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw.c | 1508 static const char *fw_files[] = { in pvr2_upload_firmware2() local 1519 ARRAY_SIZE(fw_files), fw_files); in pvr2_upload_firmware2() 1570 fw_files[fwidx],sizeof(u32)); in pvr2_upload_firmware2() 1615 fw_files[fwidx],fw_done,fw_len); in pvr2_upload_firmware2()
|