All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maciej Paszta <maciej.paszta@mobile.put.edu.pl>
To: Alsa-devel@alsa-project.org
Subject: Follow Up: "Why my linux OS has only 8 sound cards ? How can I modify it ?"
Date: Tue, 08 May 2012 14:52:30 +0200	[thread overview]
Message-ID: <4FA9170E.60306@mobile.put.edu.pl> (raw)

Hi!

This issue has already been brought up by Chris Shen on Nov 8 2011. 
Quick reminder: I have  10 sound cards which need to have oss emulation 
enabled. However, I only see 8 devices (dsp-dsp7). Takashi suggested a 
patch to workaround this problem:
http://mailman.alsa-project.org/pipermail/alsa-devel/2011-November/045764.html
I've applied it to kernel 3.0.0 and the only result I get is message 
appearing in kernel logs: "unable to register OSS PCM device 8:0". I've 
done some debugging and the registration fails on these lines 
(sound/core/sound_oss.c):
register1 = register_sound_special_device(f_ops, minor, carddev);
if (register1 != minor)
{
     snd_printk(KERN_ERR "OSS: 4, register1: %i, minor %i\n", register1, 
minor);
     goto __end;
}
the debug lines seem to be constant about the value of "register1" == 
-2. I would really appreciate any help with this problem and I will be 
glad to test any patches, that may solve the issue.

-- 
Maciej Paszta
Mobile Systems Research Labs, Poznan University of Technology

             reply	other threads:[~2012-05-08 12:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08 12:52 Maciej Paszta [this message]
2012-05-08 13:02 ` Follow Up: "Why my linux OS has only 8 sound cards ? How can I modify it ?" Clemens Ladisch
2012-05-08 13:32   ` Takashi Iwai
2012-05-08 14:15     ` Maciej Paszta
2012-05-08 15:00       ` Takashi Iwai

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=4FA9170E.60306@mobile.put.edu.pl \
    --to=maciej.paszta@mobile.put.edu.pl \
    --cc=Alsa-devel@alsa-project.org \
    /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.