All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zsolt Barat <barat@medien.uni-weimar.de>
To: alsa-devel@lists.sourceforge.net
Cc: lists@wildgooses.com
Subject: Re: Problem with RME 9632 and Plug
Date: Wed, 04 Aug 2004 17:13:02 +0200	[thread overview]
Message-ID: <4110FCFE.4050409@medien.uni-weimar.de> (raw)
In-Reply-To: <4110E53A.8060202@wildgooses.com>

Ed Wildgoose wrote:

> Basically, I set 1024 as the period size first (since this seems a 
> reasonable size), then set periods to be "near" 16, however, the 
> driver tells me that I can only have 2.  But at this point I can't go 
> back and bump up the period size to 8192 or similar.
>
> Actually just to be clear and avoid confusion, if I try on the RME9632 
> to set period size to be "near" 8192 right at the start then I just 
> get 2048.  Very peculiar.
>
>
just in case you didn't noticed you already can set different setups for 
some periods (frags) and periodsizes. it would be triggered by the -abs 
option in mplayer. it isn't documented i know.

      switch (ao_data.buffersize)
    {
    case 1:
      alsa_fragcount = 16;
      chunk_size = 512;
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: buffersize set manually to 
8192\n");
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: chunksize set manually to 512\n");
      break;
    case 2:
      alsa_fragcount = 8;
      chunk_size = 1024;
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: buffersize set manually to 
8192\n");
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: chunksize set manually to 
1024\n");
      break;
    case 3:
      alsa_fragcount = 32;
      chunk_size = 512;
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: buffersize set manually to 
16384\n");
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: chunksize set manually to 512\n");
      break;
    case 4:
      alsa_fragcount = 16;
      chunk_size = 1024;
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: buffersize set manually to 
16384\n");
        mp_msg(MSGT_AO,MSGL_V,"alsa-init: chunksize set manually to 
1024\n");
      break;
    default:
      alsa_fragcount = 16;
      if (ao_mmap)
        chunk_size = 512;
      else
        chunk_size = 1024;
      break;
    }
    }

fragcount is periods here and chunksize is periodsize (could be reanamed 
probably).

btw. could you send me your changes you made?

regards

Zsolt




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com

  reply	other threads:[~2004-08-04 15:13 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-03 13:46 Problem with RME 9632 and Plug Ed Wildgoose
2004-08-03 14:36 ` Paul Davis
2004-08-03 15:44   ` Ed Wildgoose
2004-08-03 16:21     ` Ed Wildgoose
2004-08-03 17:32       ` Paul Davis
2004-08-03 23:55         ` Ed Wildgoose
2004-08-04  0:18           ` Paul Davis
2004-08-04  7:39             ` Jaroslav Kysela
2004-08-04  9:35               ` Ed Wildgoose
2004-08-04 10:20                 ` Jaroslav Kysela
2004-08-04 11:16                   ` Ed Wildgoose
2004-08-04 12:24                     ` Paul Davis
2004-08-04 12:43                       ` Ed Wildgoose
2004-08-04 13:01                         ` Paul Davis
2004-08-04 13:31                           ` Ed Wildgoose
2004-08-04 15:13                             ` Zsolt Barat [this message]
2004-08-04 15:03                           ` Zsolt Barat
2004-08-04 15:24                             ` Paul Davis
2004-08-04 13:35                         ` James Courtier-Dutton
2004-08-04  9:44               ` Takashi Iwai
2004-08-04  9:55                 ` Ed Wildgoose
2004-08-04 10:21                   ` Ed Wildgoose
2004-08-04 10:20                 ` Jaroslav Kysela
2004-08-04 10:27                   ` Takashi Iwai
2004-08-04 10:56                     ` Jaroslav Kysela
2004-08-04 11:15                       ` Takashi Iwai
2004-08-04 10:30                   ` Ed Wildgoose
2004-08-04 10:53                     ` Jaroslav Kysela
2004-08-04 11:21                       ` Ed Wildgoose
2004-08-04  9:52             ` Ed Wildgoose

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4110FCFE.4050409@medien.uni-weimar.de \
    --to=barat@medien.uni-weimar.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=lists@wildgooses.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.