Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance

/sound/pci/cs46xx/
A Ddsp_spos_scb_lib.c589 unsigned int tmp1, tmp2; in cs46xx_dsp_create_src_task_scb() local
613 tmp1 = rate << 16; in cs46xx_dsp_create_src_task_scb()
614 phiIncr = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb()
615 tmp1 -= phiIncr * 48000; in cs46xx_dsp_create_src_task_scb()
616 tmp1 <<= 10; in cs46xx_dsp_create_src_task_scb()
618 tmp2 = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb()
620 tmp1 -= tmp2 * 48000; in cs46xx_dsp_create_src_task_scb()
621 correctionPerGOF = tmp1 / GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
622 tmp1 -= correctionPerGOF * GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
623 correctionPerSec = tmp1; in cs46xx_dsp_create_src_task_scb()
A Dcs46xx_lib.c732 tmp1 = rate << 16; in snd_cs46xx_set_play_sample_rate()
735 tmp1 <<= 10; in snd_cs46xx_set_play_sample_rate()
737 tmp2 = tmp1 / 48000; in snd_cs46xx_set_play_sample_rate()
739 tmp1 -= tmp2 * 48000; in snd_cs46xx_set_play_sample_rate()
797 tmp1 = rate << 16; in snd_cs46xx_set_capture_sample_rate()
800 tmp1 <<= 7; in snd_cs46xx_set_capture_sample_rate()
805 tmp1 = 48000 << 16; in snd_cs46xx_set_capture_sample_rate()
806 phiIncr = tmp1 / rate; in snd_cs46xx_set_capture_sample_rate()
808 tmp1 <<= 10; in snd_cs46xx_set_capture_sample_rate()
810 tmp2 = tmp1 / rate; in snd_cs46xx_set_capture_sample_rate()
[all …]
/sound/isa/es1688/
A Des1688_lib.c189 int cfg, irq_bits, dma, dma_bits, tmp, tmp1; in snd_es1688_init() local
198 tmp1 = 4; in snd_es1688_init()
201 tmp1 = 5; in snd_es1688_init()
204 tmp1 = 6; in snd_es1688_init()
207 tmp1 = 7; in snd_es1688_init()
210 tmp1 = 0; in snd_es1688_init()
212 if (tmp1) { in snd_es1688_init()
213 cfg |= (tmp << 3) | (tmp1 << 5); in snd_es1688_init()
/sound/isa/
A Dopl3sa2.c208 unsigned char tmp, tmp1; in snd_opl3sa2_detect() local
241 tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MISC); in snd_opl3sa2_detect()
242 if (tmp1 != tmp) { in snd_opl3sa2_detect()
243 dev_dbg(card->dev, "OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1); in snd_opl3sa2_detect()
249 tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC); in snd_opl3sa2_detect()
250 if ((tmp1 & 0x9f) != 0x8a) { in snd_opl3sa2_detect()
251 dev_dbg(card->dev, "OPL3-SA [0x%lx] detect (2) = 0x%x (0x%x)\n", port, tmp, tmp1); in snd_opl3sa2_detect()

Completed in 24 milliseconds