azx_setup_controller() is called azx_pcm_prepare():

        snd_printdd("azx_pcm_prepare: bufsize=0x%x, fragsize=0x%x, 
format=0x%x\n",
                    azx_dev->bufsize, azx_dev->fragsize, azx_dev->format_val);
        azx_setup_periods(azx_dev);
        azx_setup_controller(chip, azx_dev);

Now, we know from your earlier trace that azx_pcm_prepare() is being
called 4 times and that the code above must be being executed since it
comes directly after the snd_printdd() call.

So I think we're safe to focus on the code in and around
azx_setup_controller() where it conditionally enables the position
buffer.

-- 
snd-hda-intel: distorted sound after resume, until the module is reloaded
https://bugs.launchpad.net/bugs/100114
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to