<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I've tried to change period size from 256 to 4096 (2^n values) and
    there was no difference.<br>
    The only difference was during changing of master sample rate where
    I could hear different "position" of interruptions while setting
    32kHz or 48 kHz.<br>
    Note that buffer size is fixed at 16384 samples (note is from the
    driver source code) and I also proved it during experiments.<br>
    <br>
    Vaclav<br>
    <br>
    On 10/21/2014 02:02 PM, Florian Paul Schmidt wrote:<br>
    <blockquote type="cite">On 21.10.2014 13:20, Vaclav Mach wrote:<br>
      <br>
      > pcm.out_dmix { type dmix ipc_key 56874 ipc_key_add_uid false
      <br>
      > ipc_perm 0666 slave { pcm "hw:2,0" period_size 2048 channels
      36 <br>
      > rate 48000 } bindings { 0 0 # from 0 => to 0 1 1 # from 1
      => to 1 <br>
      > } }<br>
      <br>
      <br>
      Just a shot in the dark (it has been a looooong time since I last<br>
      played with this stuff):<br>
      <br>
      Is the period size maybe too large? Does the hardware actually
      support<br>
      2048 frames? Maybe try 1024 frames. Also maybe try setting the<br>
      buffer_size attribute to something that makes sense with the
      channel<br>
      count and period size. Maybe 2^16 = 65536 Or even bigger? Would
      have<br>
      to read documentation on the exact semantics. I leave that to you<br>
      though ;)<br>
      <br>
      Good luck,<br>
      Flo<br>
      <br>
      P.S.: There's also a channel #alsa on irc.freenode.org.
      Knowledgable<br>
      people hang around there, too<br>
      <br>
    </blockquote>
    <span style="white-space: pre;">>
      _______________________________________________<br>
      > Linux-audio-user mailing list<br>
      > <a class="moz-txt-link-abbreviated" href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
      > <a class="moz-txt-link-freetext" href="http://lists.linuxaudio.org/listinfo/linux-audio-user">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
      ></span><br>
    <br>
    <br>
  </body>
</html>