https://bugs.freedesktop.org/show_bug.cgi?id=49608

--- Comment #56 from Raymond <[email protected]> ---
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/ca0106/ca0106_main.c

    if ((err = snd_pcm_hw_constraint_integer(runtime,
SNDRV_PCM_HW_PARAM_PERIODS)) < 0)
                return err;
    if ((err = snd_pcm_hw_constraint_step(runtime, 0,
SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64)) < 0)
                return err;


although ca0106 has smaller minimum period bytes than hda intel


the granularity is not depend on minimum period size but only on how often
sound card can report hwptr in realtime

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to