| /sound/soc/intel/catpt/ |
| A 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() 29 return sysfs_emit(buf, "%d.%d.%d.%d\n", version.type, version.major, in fw_version_show() 30 version.minor, version.build); in fw_version_show()
|
| /sound/isa/sb/ |
| A D | sb_common.c | 94 int version; in snd_sbdsp_probe() local 108 version = snd_sbdsp_version(chip); in snd_sbdsp_probe() 109 if (version < 0) { in snd_sbdsp_probe() 114 major = version >> 8; in snd_sbdsp_probe() 115 minor = version & 0xff; in snd_sbdsp_probe() 168 chip->version = (major << 8) | minor; in snd_sbdsp_probe()
|
| A D | sb16_csp.c | 72 static int csp_detect(struct snd_sb *chip, int *version); 106 int version; in snd_sb_csp_new() local 113 if (csp_detect(chip, &version)) in snd_sb_csp_new() 126 p->version = version; in snd_sb_csp_new() 137 sprintf(hw->name, "CSP v%d.%d", (version >> 4), (version & 0x0f)); in snd_sb_csp_new() 210 info.version = p->version; in snd_sb_csp_ioctl() 572 *version = get_version(chip); in csp_detect() 574 if (*version >= 0x10 && *version <= 0x1f) in csp_detect() 601 if (p->version < 0x10 || p->version > 0x1f) { in snd_sb_csp_check_version() 604 __func__, p->version); in snd_sb_csp_check_version() [all …]
|
| /sound/soc/codecs/ |
| A D | tpa6130a2.c | 213 unsigned int version; in tpa6130a2_probe() local 271 regmap_read(data->regmap, TPA6130A2_REG_VERSION, &version); in tpa6130a2_probe() 272 version &= TPA6130A2_VERSION_MASK; in tpa6130a2_probe() 273 if ((version != 1) && (version != 2)) in tpa6130a2_probe() 274 dev_warn(dev, "UNTESTED version detected (%d)\n", version); in tpa6130a2_probe()
|
| A D | lpass-macro-common.h | 41 void lpass_macro_set_codec_version(enum lpass_codec_version version); 49 static inline const char *lpass_macro_get_codec_version_string(int version) in lpass_macro_get_codec_version_string() argument 51 switch (version) { in lpass_macro_get_codec_version_string()
|
| A D | lpass-va-macro.c | 230 int version; member 236 .version = LPASS_CODEC_VERSION_1_0, 1475 version = LPASS_CODEC_VERSION_2_0; in va_macro_set_lpass_codec_version() 1477 version = LPASS_CODEC_VERSION_2_0; in va_macro_set_lpass_codec_version() 1479 version = LPASS_CODEC_VERSION_2_1; in va_macro_set_lpass_codec_version() 1481 version = LPASS_CODEC_VERSION_2_5; in va_macro_set_lpass_codec_version() 1483 version = LPASS_CODEC_VERSION_2_6; in va_macro_set_lpass_codec_version() 1485 version = LPASS_CODEC_VERSION_2_7; in va_macro_set_lpass_codec_version() 1487 version = LPASS_CODEC_VERSION_2_8; in va_macro_set_lpass_codec_version() 1493 lpass_macro_set_codec_version(version); in va_macro_set_lpass_codec_version() [all …]
|
| A D | es8326.c | 43 int version; member 545 if (es8326->version == 0) { in es8326_pcm_hw_params() 617 if (es8326->version > ES8326_VERSION_B) { in es8326_mute() 649 if (es8326->version > ES8326_VERSION_B) { in es8326_mute() 681 if (es8326->version > ES8326_VERSION_B) { in es8326_set_bias_level() 692 if (es8326->version > ES8326_VERSION_B) { in es8326_set_bias_level() 788 if ((iface == 0x6f) && (es8326->version > ES8326_VERSION_B)) in es8326_jack_button_handler() 978 es8326->version = reg; in es8326_calibrate() 980 if ((es8326->version >= ES8326_VERSION_B) && (es8326->calibrated == false)) { in es8326_calibrate() 1073 ((es8326->version >= ES8326_VERSION_B) ? in es8326_init() [all …]
|
| A D | lpass-macro-common.c | 72 void lpass_macro_set_codec_version(enum lpass_codec_version version) in lpass_macro_set_codec_version() argument 75 lpass_codec_version = version; in lpass_macro_set_codec_version()
|
| /sound/firewire/fireface/ |
| A D | ff.c | 72 ff->unit_version = entry->version; in snd_ff_probe() 187 .version = SND_FF_UNIT_VERSION_FF800, 199 .version = SND_FF_UNIT_VERSION_FF400, 211 .version = SND_FF_UNIT_VERSION_UFX, 223 .version = SND_FF_UNIT_VERSION_UCX, 235 .version = SND_FF_UNIT_VERSION_802,
|
| /sound/pci/asihpi/ |
| A 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()
|
| A 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/ |
| A 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, 413 uni->ver = dev_data->version; in sti_uniperiph_cpu_dai_of()
|
| /sound/firewire/motu/ |
| A 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/ |
| A D | soc-acpi.c | 136 unsigned int part_id, link_id, unique_id, mfg_id, version; in snd_soc_acpi_sdw_link_slaves_found() local 146 version = SDW_VERSION(adr); in snd_soc_acpi_sdw_link_slaves_found() 155 peripheral->id.sdw_version == version) in snd_soc_acpi_sdw_link_slaves_found() 166 peripheral->id.sdw_version != version) in snd_soc_acpi_sdw_link_slaves_found()
|
| /sound/isa/ |
| A D | es18xx.c | 947 switch (chip->version) { in snd_es18xx_info_mux() 967 if (!(chip->version == 0x1869 || chip->version == 0x1879)) { in snd_es18xx_get_mux() 970 (chip->version == 0x1887 || chip->version == 0x1888) && in snd_es18xx_get_mux() 986 switch (chip->version) { in snd_es18xx_put_mux() 1500 switch (chip->version) { in snd_es18xx_initialize() 1547 chip->version = 0x488; in snd_es18xx_identify() 1554 chip->version = 0x688; in snd_es18xx_identify() 1589 chip->version = 0x1788; in snd_es18xx_identify() 1593 chip->version = 0x1688; in snd_es18xx_identify() 1607 switch (chip->version) { in snd_es18xx_probe() [all …]
|
| A D | opl3sa2.c | 105 int version; /* 2 or 3 */ member 218 chip->version = 0; in snd_opl3sa2_detect() 226 chip->version = 2; /* YMF711 */ in snd_opl3sa2_detect() 229 chip->version = 3; in snd_opl3sa2_detect() 237 str[0] = chip->version + '0'; in snd_opl3sa2_detect() 258 if (chip->version > 2) { in snd_opl3sa2_detect() 272 if (chip->version > 2) { in snd_opl3sa2_detect() 531 if (chip->version > 2) { in snd_opl3sa2_mixer() 574 if (chip->version > 2) { in snd_opl3sa2_resume()
|
| /sound/firewire/dice/ |
| A 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()
|
| A 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/intel/avs/ |
| A D | loader.c | 58 struct avs_fw_version version; member 122 if (man->version.major != min->major || in avs_fw_manifest_strip_verify() 123 man->version.minor != min->minor || in avs_fw_manifest_strip_verify() 124 man->version.hotfix != min->hotfix || in avs_fw_manifest_strip_verify() 125 man->version.build < min->build) { in avs_fw_manifest_strip_verify() 127 man->version.major, man->version.minor, in avs_fw_manifest_strip_verify() 128 man->version.hotfix, man->version.build, in avs_fw_manifest_strip_verify()
|
| /sound/soc/rockchip/ |
| A D | rockchip_pdm.c | 37 enum rk_pdm_version version; member 219 if (pdm->version == RK_PDM_RK3308 || in rockchip_pdm_hw_params() 220 pdm->version == RK_PDM_RV1126) { in rockchip_pdm_hw_params() 249 if (pdm->version == RK_PDM_RV1126) { in rockchip_pdm_hw_params() 265 if (pdm->version != RK_PDM_RK3229) in rockchip_pdm_hw_params() 583 pdm->version = (enum rk_pdm_version)device_get_match_data(&pdev->dev); in rockchip_pdm_probe() 584 if (pdm->version == RK_PDM_RK3308) { in rockchip_pdm_probe()
|
| /sound/firewire/fireworks/ |
| A 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, \
|
| A 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/ |
| A D | tascam.c | 182 .version = 0x800000, 198 .version = 0x800003, 207 .version = 0x800004,
|
| /sound/soc/stm/ |
| A D | stm32_sai.c | 25 .version = STM_SAI_STM32F4, 39 .version = STM_SAI_STM32H7, 253 sai->conf.version = val; in stm32_sai_probe()
|
| /sound/firewire/digi00x/ |
| A D | digi00x.c | 139 .version = SPEC_VERSION, 147 .version = SPEC_VERSION,
|