/sound/soc/intel/catpt/ |
D | sysfs.c | 15 struct catpt_fw_version version; in fw_version_show() local 22 ret = catpt_ipc_get_fw_version(cdev, &version); in fw_version_show() 30 return sysfs_emit(buf, "%d.%d.%d.%d\n", version.type, version.major, in fw_version_show() 31 version.minor, version.build); in fw_version_show()
|
/sound/isa/sb/ |
D | sb_common.c | 93 int version; in snd_sbdsp_probe() local 107 version = snd_sbdsp_version(chip); in snd_sbdsp_probe() 108 if (version < 0) { in snd_sbdsp_probe() 113 major = version >> 8; in snd_sbdsp_probe() 114 minor = version & 0xff; in snd_sbdsp_probe() 167 chip->version = (major << 8) | minor; in snd_sbdsp_probe()
|
D | sb16_csp.c | 71 static int csp_detect(struct snd_sb *chip, int *version); 105 int version; in snd_sb_csp_new() local 112 if (csp_detect(chip, &version)) in snd_sb_csp_new() 125 p->version = version; in snd_sb_csp_new() 136 sprintf(hw->name, "CSP v%d.%d", (version >> 4), (version & 0x0f)); in snd_sb_csp_new() 209 info.version = p->version; in snd_sb_csp_ioctl() 546 static int csp_detect(struct snd_sb *chip, int *version) in csp_detect() argument 570 *version = get_version(chip); in csp_detect() 572 if (*version >= 0x10 && *version <= 0x1f) in csp_detect() 599 if (p->version < 0x10 || p->version > 0x1f) { in snd_sb_csp_check_version() [all …]
|
/sound/firewire/fireface/ |
D | ff.c | 70 ff->unit_version = entry->version; in snd_ff_probe() 177 .version = SND_FF_UNIT_VERSION_FF800, 189 .version = SND_FF_UNIT_VERSION_FF400, 201 .version = SND_FF_UNIT_VERSION_UFX, 213 .version = SND_FF_UNIT_VERSION_UCX, 225 .version = SND_FF_UNIT_VERSION_802,
|
/sound/soc/codecs/ |
D | tpa6130a2.c | 227 unsigned int version; in tpa6130a2_probe() local 294 regmap_read(data->regmap, TPA6130A2_REG_VERSION, &version); in tpa6130a2_probe() 295 version &= TPA6130A2_VERSION_MASK; in tpa6130a2_probe() 296 if ((version != 1) && (version != 2)) in tpa6130a2_probe() 297 dev_warn(dev, "UNTESTED version detected (%d)\n", version); in tpa6130a2_probe()
|
D | wsa883x.c | 446 int version; member 1008 int variant, version; in wsa883x_init() local 1013 regmap_read(regmap, WSA883X_CHIP_ID0, &version); in wsa883x_init() 1014 wsa883x->version = version; in wsa883x_init() 1019 wsa883x->version); in wsa883x_init() 1023 wsa883x->version); in wsa883x_init() 1027 wsa883x->version); in wsa883x_init() 1031 wsa883x->version); in wsa883x_init()
|
/sound/pci/asihpi/ |
D | hpidspcd.c | 57 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) { in hpi_dsp_code_open() 61 header.version, HPI_VER); in hpi_dsp_code_open() 65 if (header.version != HPI_VER) { in hpi_dsp_code_open() 68 header.version, HPI_VER); in hpi_dsp_code_open()
|
D | hpimsginit.c | 48 phm->version = 0; in hpi_init_message() 75 phr->version = 0; in hpi_init_response() 97 phm->version = 1; in hpi_init_messageV1() 109 phr->version = 1; in hpi_init_responseV1()
|
/sound/soc/sti/ |
D | sti_uniperif.c | 25 unsigned int version; /* player IP version */ member 33 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0, 41 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0, 49 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0, 57 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0, 65 .version = SND_ST_UNIPERIF_VERSION_UNI_RDR_1_0, 73 .version = SND_ST_UNIPERIF_VERSION_UNI_RDR_1_0, 409 uni->ver = dev_data->version; in sti_uniperiph_cpu_dai_of()
|
/sound/isa/ |
D | es18xx.c | 93 unsigned short version; /* version of ESS chip */ member 948 switch (chip->version) { in snd_es18xx_info_mux() 968 if (!(chip->version == 0x1869 || chip->version == 0x1879)) { in snd_es18xx_get_mux() 971 (chip->version == 0x1887 || chip->version == 0x1888) && in snd_es18xx_get_mux() 987 switch (chip->version) { in snd_es18xx_put_mux() 1501 switch (chip->version) { in snd_es18xx_initialize() 1548 chip->version = 0x488; in snd_es18xx_identify() 1555 chip->version = 0x688; in snd_es18xx_identify() 1565 chip->version = hi << 8 | lo; in snd_es18xx_identify() 1585 chip->version = 0x1887; in snd_es18xx_identify() [all …]
|
D | opl3sa2.c | 105 int version; /* 2 or 3 */ member 221 chip->version = 0; in snd_opl3sa2_detect() 229 chip->version = 2; /* YMF711 */ in snd_opl3sa2_detect() 232 chip->version = 3; in snd_opl3sa2_detect() 240 str[0] = chip->version + '0'; in snd_opl3sa2_detect() 261 if (chip->version > 2) { in snd_opl3sa2_detect() 275 if (chip->version > 2) { in snd_opl3sa2_detect() 534 if (chip->version > 2) { in snd_opl3sa2_mixer() 577 if (chip->version > 2) { in snd_opl3sa2_resume()
|
D | sc6000.c | 377 char version[2]; in sc6000_init_board() local 404 if (sc6000_dsp_get_answer(vport, GET_DSP_VERSION, version, 2) < 2) { in sc6000_init_board() 409 answer, version[0], version[1]); in sc6000_init_board()
|
/sound/soc/jz4740/ |
D | jz4740-i2s.c | 92 enum jz47xx_i2s_version version; member 312 if (i2s->soc_info->version >= JZ_I2S_JZ4770) { in jz4740_i2s_hw_params() 412 if (i2s->soc_info->version >= JZ_I2S_JZ4760) { in jz4740_i2s_dai_probe() 472 .version = JZ_I2S_JZ4740, 478 .version = JZ_I2S_JZ4760, 501 .version = JZ_I2S_JZ4770, 506 .version = JZ_I2S_JZ4780,
|
/sound/firewire/motu/ |
D | motu.c | 33 u32 version = 0; in name_card() local 39 version = val; in name_card() 49 motu->spec->name, version, in name_card() 158 .version = model, \
|
/sound/soc/intel/avs/ |
D | loader.c | 57 struct avs_fw_version version; member 119 if (man->version.major != min->major || in avs_fw_manifest_strip_verify() 120 man->version.minor != min->minor || in avs_fw_manifest_strip_verify() 121 man->version.hotfix != min->hotfix || in avs_fw_manifest_strip_verify() 122 man->version.build < min->build) { in avs_fw_manifest_strip_verify() 124 man->version.major, man->version.minor, in avs_fw_manifest_strip_verify() 125 man->version.hotfix, man->version.build, in avs_fw_manifest_strip_verify()
|
/sound/firewire/dice/ |
D | dice-transaction.c | 274 __be32 version; in get_subaddrs() local 311 &version, sizeof(version), 0); in get_subaddrs() 315 if ((version & cpu_to_be32(0xff000000)) != in get_subaddrs() 319 be32_to_cpu(version)); in get_subaddrs()
|
D | dice-proc.c | 86 u32 version; in dice_proc_read() member 152 (buf.global.version >> 24) & 0xff, in dice_proc_read() 153 (buf.global.version >> 16) & 0xff, in dice_proc_read() 154 (buf.global.version >> 8) & 0xff, in dice_proc_read() 155 (buf.global.version >> 0) & 0xff); in dice_proc_read()
|
/sound/soc/rockchip/ |
D | rockchip_pdm.c | 38 enum rk_pdm_version version; member 220 if (pdm->version == RK_PDM_RK3308 || in rockchip_pdm_hw_params() 221 pdm->version == RK_PDM_RV1126) { in rockchip_pdm_hw_params() 250 if (pdm->version == RK_PDM_RV1126) { in rockchip_pdm_hw_params() 266 if (pdm->version != RK_PDM_RK3229) in rockchip_pdm_hw_params() 587 pdm->version = (enum rk_pdm_version)match->data; in rockchip_pdm_probe() 589 if (pdm->version == RK_PDM_RK3308) { in rockchip_pdm_probe()
|
/sound/firewire/fireworks/ |
D | fireworks.c | 76 char version[12] = {0}; in get_hardware_info() local 88 snprintf(version, sizeof(version), "%u.%u", in get_hardware_info() 98 hwinfo->vendor_name, hwinfo->model_name, version, in get_hardware_info() 315 .version = VERSION_EFW, \
|
D | fireworks_command.c | 135 header->version = cpu_to_be32(1); in efw_transaction() 150 if ((be32_to_cpu(header->version) < 1) || in efw_transaction() 226 be32_to_cpus(&hwinfo->version); in snd_efw_command_get_hwinfo()
|
/sound/firewire/tascam/ |
D | tascam.c | 182 .version = 0x800000, 198 .version = 0x800003, 207 .version = 0x800004,
|
/sound/soc/stm/ |
D | stm32_sai.c | 23 .version = STM_SAI_STM32F4, 34 .version = STM_SAI_STM32H7, 222 sai->conf.version = val; in stm32_sai_probe()
|
/sound/firewire/digi00x/ |
D | digi00x.c | 139 .version = SPEC_VERSION, 147 .version = SPEC_VERSION,
|
/sound/usb/6fire/ |
D | firmware.c | 329 static int usb6fire_fw_check(struct usb_interface *intf, const u8 *version) in usb6fire_fw_check() argument 334 if (!memcmp(version, known_fw_versions + i, 2)) in usb6fire_fw_check() 340 version); in usb6fire_fw_check()
|
/sound/soc/sof/ |
D | ipc3-loader.c | 20 memcpy(&sdev->fw_ready.version, &v->version, sizeof(v->version)); in ipc3_fw_ext_man_get_version()
|