Searched refs:ver (Results 1 – 12 of 12) sorted by relevance
/sound/soc/sti/ |
D | uniperif.h | 33 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? \ 122 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? 0 : 8) 133 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? -1 : 12) 135 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? \ 140 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? -1 : 13) 142 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? \ 151 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? 0 : 8) 172 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? 0 : 8) 178 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? -1 : 12) 180 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? \ [all …]
|
D | uniperif_player.c | 307 if (player->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) in uni_player_set_channel_status() 408 if (player->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) in uni_player_prepare_iec958() 772 if (player->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) { in uni_player_prepare() 907 if (player->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) in uni_player_start() 912 if (player->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) in uni_player_start() 1066 if (player->ver >= SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) in uni_player_init()
|
D | sti_uniperif.c | 108 if (uni->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) { in sti_uniperiph_reset() 407 uni->ver = dev_data->version; in sti_uniperiph_cpu_dai_of()
|
D | uniperif_reader.c | 211 if (reader->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0) in uni_reader_prepare()
|
/sound/soc/codecs/ |
D | wmfw.h | 36 u8 ver; member 70 __be32 ver; member 78 __be32 ver; member 107 __be32 ver; member 158 __le32 ver; member 171 __le32 ver; member
|
D | wm_adsp.c | 1870 if (!dsp->ops->validate_version(dsp, header->ver)) { in wm_adsp_load() 1872 file, header->ver); in wm_adsp_load() 1876 adsp_info(dsp, "Firmware version: %d\n", header->ver); in wm_adsp_load() 1877 dsp->fw_ver = header->ver; in wm_adsp_load() 2228 dsp->fw_id_version = be32_to_cpu(fw->ver); in wmfw_parse_id_header() 2240 dsp->fw_id_version = be32_to_cpu(fw->ver); in wmfw_v3_parse_id_header() 2312 (be32_to_cpu(adsp1_alg[i].alg.ver) & 0xff0000) >> 16, in wm_adsp1_setup_algs() 2313 (be32_to_cpu(adsp1_alg[i].alg.ver) & 0xff00) >> 8, in wm_adsp1_setup_algs() 2314 be32_to_cpu(adsp1_alg[i].alg.ver) & 0xff, in wm_adsp1_setup_algs() 2419 (be32_to_cpu(adsp2_alg[i].alg.ver) & 0xff0000) >> 16, in wm_adsp2_setup_algs() [all …]
|
D | hdac_hdmi.c | 347 u8 ver; /* 0x11 << 2 */ member 401 dp_ai.ver = 0x11 << 2; in hdac_hdmi_setup_audio_infoframe() 1222 unsigned int ver, mnl; in hdac_hdmi_parse_eld() local 1224 ver = (port->eld.eld_buffer[DRM_ELD_VER] & DRM_ELD_VER_MASK) in hdac_hdmi_parse_eld() 1227 if (ver != ELD_VER_CEA_861D && ver != ELD_VER_PARTIAL) { in hdac_hdmi_parse_eld() 1228 dev_err(&hdev->dev, "HDMI: Unknown ELD version %d\n", ver); in hdac_hdmi_parse_eld()
|
D | wcd934x.c | 1333 int val1, val2, ver, ret; in wcd934x_get_version() local 1339 ver = 0; in wcd934x_get_version() 1356 ver = WCD_VERSION_WCD9340_1_0; in wcd934x_get_version() 1358 ver = WCD_VERSION_WCD9340_1_1; in wcd934x_get_version() 1362 ver = WCD_VERSION_WCD9341_1_0; in wcd934x_get_version() 1364 ver = WCD_VERSION_WCD9341_1_1; in wcd934x_get_version() 1368 wcd->version = ver; in wcd934x_get_version() 1369 dev_info(wcd->dev, "WCD934X Minor:0x%x Version:0x%x\n", id_minor, ver); in wcd934x_get_version()
|
/sound/soc/stm/ |
D | stm32_spdifrx.c | 968 u32 ver, idr; in stm32_spdifrx_probe() local 1040 ret = regmap_read(spdifrx->regmap, STM32_SPDIFRX_VERR, &ver); in stm32_spdifrx_probe() 1045 FIELD_GET(SPDIFRX_VERR_MAJ_MASK, ver), in stm32_spdifrx_probe() 1046 FIELD_GET(SPDIFRX_VERR_MIN_MASK, ver)); in stm32_spdifrx_probe()
|
/sound/soc/sh/ |
D | fsi.c | 283 int ver; member 374 return master->core->ver; in fsi_version() 1879 .ver = 1, 1888 .ver = 2,
|
/sound/core/ |
D | Kconfig | 127 Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
|
/sound/pci/hda/ |
D | patch_hdmi.c | 195 u8 ver; /* 0x01 */ member 210 u8 ver; /* 0x11 << 2 */ member 683 hdmi_ai->ver = 0x01; in hdmi_pin_setup_infoframe() 687 hdmi_ai->ver = 0x1b; in hdmi_pin_setup_infoframe() 698 dp_ai->ver = 0x11 << 2; in hdmi_pin_setup_infoframe()
|