[pulseaudio-tickets] [Bug 87713] "Transistor" game makes every client playing at double speed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 29 07:41:41 PST 2014


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

--- Comment #2 from Raymond <superquad.vortex2 at gmail.com> ---
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/pci/ca0106/ca0106_main.c

static struct snd_pcm_hardware snd_ca0106_playback_hw = {
    .info =            SNDRV_PCM_INFO_MMAP | 
                SNDRV_PCM_INFO_INTERLEAVED |
                SNDRV_PCM_INFO_BLOCK_TRANSFER |
                SNDRV_PCM_INFO_MMAP_VALID |
                SNDRV_PCM_INFO_SYNC_START,
    .formats =        SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE,
    .rates =        (SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
                 SNDRV_PCM_RATE_192000),
    .rate_min =        48000,
    .rate_max =        192000,
    .channels_min =        2,  //1,
    .channels_max =        2,  //6,
    .buffer_bytes_max =    ((65536 - 64) * 8),
    .period_bytes_min =    64,
    .period_bytes_max =    (65536 - 64),
    .periods_min =        2,
    .periods_max =        8,
    .fifo_size =        0,
};

seem support both s16_le and s32_le but require SNDRV_PCM_INFO_SYNC_START


post the pulseaudio  verbose log

and


aplay -D hw:CARD=CA0106  --dump-hw-params any.wav

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20141229/da8aad20/attachment.html>


More information about the pulseaudio-bugs mailing list