Searched refs:es (Results 1 – 2 of 2) sorted by relevance
928 __apu_set_register(chip, es->apu[0], 5, es->base[0]); in snd_es1968_pcm_start()987 size = es->dma_size >> es->wav_shift; in snd_es1968_playback_setup()1132 size = es->dma_size >> es->wav_shift; in snd_es1968_capture_setup()1533 es = kzalloc(sizeof(*es), GFP_KERNEL); in snd_es1968_playback_open()1534 if (!es) { in snd_es1968_playback_open()1575 es = kzalloc(sizeof(*es), GFP_KERNEL); in snd_es1968_capture_open()1576 if (!es) { in snd_es1968_capture_open()1631 kfree(es); in snd_es1968_playback_close()1853 diff = (es->dma_size + hwptr - es->hwptr) % es->dma_size; in snd_es1968_update_pcm()1858 if (es->count > es->frag_size) { in snd_es1968_update_pcm()[all …]
315 u16 es; in get_pslots() local316 es = ac97->regs[AC97_EXTENDED_ID] &= ~AC97_EI_DACS_SLOT_MASK; in get_pslots()319 case 2: es |= (1<<AC97_EI_DACS_SLOT_SHIFT); break; in get_pslots()320 case 3: es |= (2<<AC97_EI_DACS_SLOT_SHIFT); break; in get_pslots()322 snd_ac97_write_cache(ac97, AC97_EXTENDED_ID, es); in get_pslots()
Completed in 15 milliseconds