Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 65) sorted by relevance

123

/sound/soc/codecs/
Dtpa6130a2.c233 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/
Dhpidspcd.c68 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()
Dhpimsginit.c56 phm->version = 0; in hpi_init_message()
81 phr->version = 0; in hpi_init_response()
103 phm->version = 1; in hpi_init_messageV1()
115 phr->version = 1; in hpi_init_responseV1()
Dhpidspcd.h44 u32 version; member
Dhpidebug.c51 printk(KERN_DEBUG "HPI_MSG%d,%d,%d,%d,%d\n", phm->version, in hpi_debug_message()
Dhpidebug.h94 phr->version, phr->error, phr->specific_error); \
/sound/isa/sb/
Dsb_common.c107 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()
Dsb16_csp.c85 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/
Dsti_uniperif.c24 unsigned int version; /* player IP version */ member
32 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0,
40 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0,
48 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0,
56 .version = SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0,
64 .version = SND_ST_UNIPERIF_VERSION_UNI_RDR_1_0,
72 .version = SND_ST_UNIPERIF_VERSION_UNI_RDR_1_0,
383 uni->ver = dev_data->version; in sti_uniperiph_cpu_dai_of()
/sound/isa/
Des18xx.c111 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 …]
Dopl3sa2.c125 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()
Dsc6000.c393 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/
Ddice-proc.c87 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()
Ddice-transaction.c275 __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()
/sound/soc/jz4740/
Djz4740-i2s.c116 enum jz47xx_i2s_version version; member
293 if (i2s->version >= JZ_I2S_JZ4780) { in jz4740_i2s_hw_params()
397 if (i2s->version >= JZ_I2S_JZ4780) { in jz4740_i2s_dai_probe()
504 i2s->version = (enum jz47xx_i2s_version)match->data; in jz4740_i2s_dev_probe()
523 if (i2s->version == JZ_I2S_JZ4780) in jz4740_i2s_dev_probe()
/sound/oss/
DCHANGELOG4 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 …]
Dmpu401.c52 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 …]
DREADME.FIRST2 (www.redhat.com). The sound driver here is thus a modified version of
/sound/firewire/bebob/
Dbebob.c78 u32 version; in name_device() local
112 &version); in name_device()
115 bebob->version = version; in name_device()
/sound/firewire/fireworks/
Dfireworks.c77 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()
Dfireworks_command.c136 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/firewire/oxfw/
Doxfw.c374 .version = VERSION_AVC,
385 .version = VERSION_AVC,
411 .version = VERSION_AVC,
/sound/usb/6fire/
Dfirmware.c345 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/soc/davinci/
Ddavinci-mcasp.c89 u8 version; member
765 if (mcasp->version < MCASP_VERSION_3) in mcasp_common_hw_param()
1500 .version = MCASP_VERSION_1,
1506 .version = MCASP_VERSION_2,
1512 .version = MCASP_VERSION_3,
1519 .version = MCASP_VERSION_4,
1750 if (pdata->version != MCASP_VERSION_4) in davinci_mcasp_txdma_offset()
1773 if (pdata->version != MCASP_VERSION_4) in davinci_mcasp_rxdma_offset()
1858 mcasp->version = pdata->version; in davinci_mcasp_probe()
1957 if (mcasp->version < MCASP_VERSION_3) { in davinci_mcasp_probe()
/sound/oss/dmasound/
Ddmasound_core.c1285 ((dmasound.mach.version>>8) & 0x0f)); in state_open()
1289 (dmasound.mach.version >> 8), (dmasound.mach.version & 0xff)) ; in state_open()
1428 ((dmasound.mach.version>>8) & 0x0f)); in dmasound_init()
1432 (dmasound.mach.version >> 8), (dmasound.mach.version & 0xff)) ; in dmasound_init()

123