/sound/soc/codecs/ |
D | tpa6130a2.c | 233 unsigned int version; in tpa6130a2_probe() local 298 regmap_read(data->regmap, TPA6130A2_REG_VERSION, &version); in tpa6130a2_probe() 299 version &= TPA6130A2_VERSION_MASK; in tpa6130a2_probe() 300 if ((version != 1) && (version != 2)) in tpa6130a2_probe() 301 dev_warn(dev, "UNTESTED version detected (%d)\n", version); in tpa6130a2_probe()
|
/sound/pci/asihpi/ |
D | hpidspcd.c | 68 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) { in hpi_dsp_code_open() 72 header.version, HPI_VER); in hpi_dsp_code_open() 76 if (header.version != HPI_VER) { in hpi_dsp_code_open() 79 header.version, HPI_VER); in hpi_dsp_code_open()
|
D | hpimsginit.c | 59 phm->version = 0; in hpi_init_message() 86 phr->version = 0; in hpi_init_response() 108 phm->version = 1; in hpi_init_messageV1() 120 phr->version = 1; in hpi_init_responseV1()
|
D | hpidspcd.h | 44 u32 version; member
|
/sound/isa/sb/ |
D | sb_common.c | 107 int version; in snd_sbdsp_probe() local 121 version = snd_sbdsp_version(chip); in snd_sbdsp_probe() 122 if (version < 0) { in snd_sbdsp_probe() 127 major = version >> 8; in snd_sbdsp_probe() 128 minor = version & 0xff; in snd_sbdsp_probe() 181 chip->version = (major << 8) | minor; in snd_sbdsp_probe()
|
D | sb16_csp.c | 85 static int csp_detect(struct snd_sb *chip, int *version); 119 int uninitialized_var(version); in snd_sb_csp_new() 126 if (csp_detect(chip, &version)) in snd_sb_csp_new() 137 p->version = version; in snd_sb_csp_new() 148 sprintf(hw->name, "CSP v%d.%d", (version >> 4), (version & 0x0f)); in snd_sb_csp_new() 221 info.version = p->version; in snd_sb_csp_ioctl() 558 static int csp_detect(struct snd_sb *chip, int *version) in csp_detect() argument 582 *version = get_version(chip); in csp_detect() 584 if (*version >= 0x10 && *version <= 0x1f) in csp_detect() 611 if (p->version < 0x10 || p->version > 0x1f) { in snd_sb_csp_check_version() [all …]
|
/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, 407 uni->ver = dev_data->version; in sti_uniperiph_cpu_dai_of()
|
/sound/isa/ |
D | es18xx.c | 111 unsigned short version; /* version of ESS chip */ member 977 switch (chip->version) { in snd_es18xx_info_mux() 997 if (!(chip->version == 0x1869 || chip->version == 0x1879)) { in snd_es18xx_get_mux() 1000 (chip->version == 0x1887 || chip->version == 0x1888) && in snd_es18xx_get_mux() 1016 switch (chip->version) { in snd_es18xx_put_mux() 1532 switch (chip->version) { in snd_es18xx_initialize() 1579 chip->version = 0x488; in snd_es18xx_identify() 1586 chip->version = 0x688; in snd_es18xx_identify() 1596 chip->version = hi << 8 | lo; in snd_es18xx_identify() 1615 chip->version = 0x1887; in snd_es18xx_identify() [all …]
|
D | opl3sa2.c | 125 int version; /* 2 or 3 */ member 239 chip->version = 0; in snd_opl3sa2_detect() 247 chip->version = 2; /* YMF711 */ in snd_opl3sa2_detect() 250 chip->version = 3; in snd_opl3sa2_detect() 258 str[0] = chip->version + '0'; in snd_opl3sa2_detect() 277 if (chip->version > 2) { in snd_opl3sa2_detect() 291 if (chip->version > 2) { in snd_opl3sa2_detect() 544 if (chip->version > 2) { in snd_opl3sa2_mixer() 585 if (chip->version > 2) { in snd_opl3sa2_resume()
|
D | sc6000.c | 393 char version[2]; in sc6000_init_board() local 420 if (sc6000_dsp_get_answer(vport, GET_DSP_VERSION, version, 2) < 2) { in sc6000_init_board() 425 answer, version[0], version[1]); in sc6000_init_board()
|
/sound/firewire/dice/ |
D | dice-transaction.c | 275 __be32 version; in get_subaddrs() local 311 &version, sizeof(version), 0); in get_subaddrs() 315 if ((version & cpu_to_be32(0xff000000)) != cpu_to_be32(0x01000000)) { in get_subaddrs() 317 "unknown DICE version: 0x%08x\n", be32_to_cpu(version)); in get_subaddrs()
|
D | dice-proc.c | 87 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/firewire/bebob/ |
D | bebob.c | 78 u32 version; in name_device() local 112 &version); in name_device() 115 bebob->version = version; in name_device() 487 .version = 0x010001,
|
/sound/soc/jz4740/ |
D | jz4740-i2s.c | 116 enum jz47xx_i2s_version version; member 296 if (i2s->version >= JZ_I2S_JZ4780) { in jz4740_i2s_hw_params() 410 if (i2s->version >= JZ_I2S_JZ4780) { in jz4740_i2s_dai_probe() 517 i2s->version = (enum jz47xx_i2s_version)match->data; in jz4740_i2s_dev_probe() 536 if (i2s->version == JZ_I2S_JZ4780) in jz4740_i2s_dev_probe()
|
/sound/firewire/motu/ |
D | motu.c | 34 u32 version = 0; in name_card() local 40 version = val; in name_card() 50 motu->spec->name, version, in name_card()
|
/sound/soc/stm/ |
D | stm32_sai.h | 231 #define STM_SAI_IS_F4(ip) ((ip)->conf->version == SAI_STM32F4) 232 #define STM_SAI_IS_H7(ip) ((ip)->conf->version == SAI_STM32H7) 244 int version; member
|
D | stm32_sai.c | 31 .version = SAI_STM32F4, 35 .version = SAI_STM32H7,
|
/sound/oss/ |
D | CHANGELOG | 4 Changelog for version 3.8o 57 You can safely use this driver version with C930 if it looks to work. 60 - Got initialization of GUS PnP to work. With this version GUS PnP should 139 - Removed MAD16+CS4231 hack made in previous version since it didn't 177 modularized version. They can be enabled by using init_trace=1 in 189 - Removed the 'setfx' stuff from the version distributed with kernel 199 new local.h which is compatible with current version of the driver. 274 This codec chip is used in various sound cards. This version is developed 288 This version is based on v2.3. I have tried to maintain two versions 316 - SVR4.2 support by Ian Hartas. Initial ALPHA TEST version (untested). [all …]
|
D | mpu401.c | 52 unsigned char version, revision; member 930 devc->version = devc->revision = 0; in mpu401_chk_version() 937 devc->version = tmp; in mpu401_chk_version() 940 devc->version = 0; in mpu401_chk_version() 969 devc->version = 0; in attach_mpu401() 1005 if (devc->version == 0) in attach_mpu401() 1010 if (devc->version != 0) in attach_mpu401() 1051 if (devc->version == 0x20 && devc->revision >= 0x07) /* MusicQuest interface */ in attach_mpu401() 1077 (int) (devc->version & 0xf0) >> 4, in attach_mpu401() 1078 devc->version & 0x0f, in attach_mpu401() [all …]
|
D | README.FIRST | 2 (www.redhat.com). The sound driver here is thus a modified version of
|
/sound/firewire/fireworks/ |
D | fireworks.c | 77 char version[12] = {0}; in get_hardware_info() local 89 snprintf(version, sizeof(version), "%u.%u", in get_hardware_info() 99 hwinfo->vendor_name, hwinfo->model_name, version, in get_hardware_info()
|
D | fireworks_command.c | 136 header->version = cpu_to_be32(1); in efw_transaction() 151 if ((be32_to_cpu(header->version) < 1) || in efw_transaction() 227 be32_to_cpus(&hwinfo->version); in snd_efw_command_get_hwinfo()
|
/sound/usb/6fire/ |
D | firmware.c | 345 static int usb6fire_fw_check(struct usb_interface *intf, const u8 *version) in usb6fire_fw_check() argument 350 if (!memcmp(version, known_fw_versions + i, 2)) in usb6fire_fw_check() 356 version); in usb6fire_fw_check()
|
/sound/firewire/oxfw/ |
D | oxfw.c | 383 .version = VERSION_AVC, 394 .version = VERSION_AVC, 420 .version = VERSION_AVC,
|
/sound/soc/davinci/ |
D | davinci-mcasp.c | 91 u8 version; member 767 if (mcasp->version < MCASP_VERSION_3) in mcasp_common_hw_param() 1526 .version = MCASP_VERSION_1, 1532 .version = MCASP_VERSION_2, 1538 .version = MCASP_VERSION_3, 1545 .version = MCASP_VERSION_4, 1775 if (pdata->version != MCASP_VERSION_4) in davinci_mcasp_txdma_offset() 1798 if (pdata->version != MCASP_VERSION_4) in davinci_mcasp_rxdma_offset() 1887 mcasp->version = pdata->version; in davinci_mcasp_probe() 1998 if (mcasp->version < MCASP_VERSION_3) { in davinci_mcasp_probe()
|