Home
last modified time | relevance | path

Searched refs:fragsize1 (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/pci/
H A Dintel8x0m.c147 unsigned int fragsize1; member
375 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0m_setup_periods()
379 ichdev->fragsize1 >> chip->pcm_pos_shift); in snd_intel8x0m_setup_periods()
382 ichdev->fragsize1 >> chip->pcm_pos_shift); in snd_intel8x0m_setup_periods()
387 ichdev->fragsize1 = ichdev->fragsize; in snd_intel8x0m_setup_periods()
408 ichdev->fragsize1); in snd_intel8x0m_setup_periods()
436 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0m_update()
446 ichdev->fragsize1); in snd_intel8x0m_update()
547 ptr = ichdev->fragsize1 - ptr1; in snd_intel8x0m_pcm_pointer()
H A Dintel8x0.c317 unsigned int fragsize1; member
645 ichdev->fragsize1 = ichdev->fragsize >> 1; in snd_intel8x0_setup_periods()
649 ichdev->fragsize1 >> ichdev->pos_shift); in snd_intel8x0_setup_periods()
652 ichdev->fragsize1 >> ichdev->pos_shift); in snd_intel8x0_setup_periods()
657 ichdev->fragsize1 = ichdev->fragsize; in snd_intel8x0_setup_periods()
680 ichdev->fragsize1); in snd_intel8x0_setup_periods()
716 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0_update()
1022 ptr = ichdev->fragsize1 - ptr1; in snd_intel8x0_pcm_pointer()
1026 pos_base = position / ichdev->fragsize1; in snd_intel8x0_pcm_pointer()
1027 last_base = ichdev->last_pos / ichdev->fragsize1; in snd_intel8x0_pcm_pointer()
[all …]