Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 5 of 5) sorted by relevance

/sound/pci/ice1712/
Ddelta.c304 unsigned char tmp, tmp2; in delta_1010_set_rate_val() local
311 tmp2 = tmp & ~ICE1712_DELTA_DFS; in delta_1010_set_rate_val()
313 tmp2 |= ICE1712_DELTA_DFS; in delta_1010_set_rate_val()
314 if (tmp != tmp2) in delta_1010_set_rate_val()
315 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp2); in delta_1010_set_rate_val()
324 unsigned char tmp, tmp2; in delta_ak4524_set_rate_val() local
334 tmp2 = tmp & ~ICE1712_DELTA_DFS; in delta_ak4524_set_rate_val()
336 tmp2 |= ICE1712_DELTA_DFS; in delta_ak4524_set_rate_val()
337 if (tmp == tmp2) in delta_ak4524_set_rate_val()
Daureon.c1276 unsigned int tmp, tmp2; in aureon_set_headphone_amp() local
1278 tmp2 = tmp = snd_ice1712_gpio_read(ice); in aureon_set_headphone_amp()
1291 if (tmp != tmp2) { in aureon_set_headphone_amp()
/sound/pci/emu10k1/
Demu10k1_main.c733 u32 tmp, tmp2, reg; in emu1010_firmware_work() local
775 snd_emu1010_fpga_read(emu, EMU_DOCK_MINOR_REV, &tmp2); in emu1010_firmware_work()
776 dev_info(emu->card->dev, "Audio Dock ver: %u.%u\n", tmp, tmp2); in emu1010_firmware_work()
830 u32 tmp, tmp2, reg; in snd_emu10k1_emu1010_init() local
893 snd_emu1010_fpga_read(emu, EMU_HANA_MINOR_REV, &tmp2); in snd_emu10k1_emu1010_init()
894 dev_info(emu->card->dev, "emu1010: Hana version: %u.%u\n", tmp, tmp2); in snd_emu10k1_emu1010_init()
/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c596 unsigned int tmp1, tmp2; in cs46xx_dsp_create_src_task_scb() local
625 tmp2 = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb()
626 phiIncr += tmp2; in cs46xx_dsp_create_src_task_scb()
627 tmp1 -= tmp2 * 48000; in cs46xx_dsp_create_src_task_scb()
Dcs46xx_lib.c711 unsigned int tmp1, tmp2; in snd_cs46xx_set_play_sample_rate() local
737 tmp2 = tmp1 / 48000; in snd_cs46xx_set_play_sample_rate()
738 phiIncr += tmp2; in snd_cs46xx_set_play_sample_rate()
739 tmp1 -= tmp2 * 48000; in snd_cs46xx_set_play_sample_rate()
757 unsigned int phiIncr, coeffIncr, tmp1, tmp2; in snd_cs46xx_set_capture_sample_rate() local
810 tmp2 = tmp1 / rate; in snd_cs46xx_set_capture_sample_rate()
811 phiIncr += tmp2; in snd_cs46xx_set_capture_sample_rate()
812 tmp1 -= tmp2 * rate; in snd_cs46xx_set_capture_sample_rate()