From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - driver 0000860]: Wrong detection of opl3 device
Date: Mon, 7 Feb 2005 16:13:04 +0100 [thread overview]
Message-ID: <2c82789e6fffb1f018e697fdfe1779cc@bugtrack.alsa-project.org> (raw)
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=860>
======================================================================
Reported By: theli
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 860
Category: ISA - als100
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Distribution:
Kernel Version: 2.6.10-ck4
======================================================================
Date Submitted: 01-29-2005 18:20 CET
Last Modified: 02-07-2005 16:13 CET
======================================================================
Summary: Wrong detection of opl3 device
Description:
driver als100.c has
acard->devmpu = pnp_request_card_device(card, id->devs[1].id,
acard->dev);
acard->devopl = pnp_request_card_device(card, id->devs[2].id,
acard->devmpu);
in "static int __devinit snd_card_als100_pnp".
so search for opl device starts from devmpu...
and in my MF1000 opl device is 00:01.03
and opl3 is 00:01.01 so it can't be found that way ...
and devopl is NULL :(
but opl3 works when changed above code to
acard->devmpu = pnp_request_card_device(card, id->devs[1].id,
acard->dev);
acard->devopl = pnp_request_card_device(card, id->devs[2].id,
acard->dev);
(search of opl3 starts from acard->dev )
and that should work in any case
PS: sorry for my english.
PPS: don't even know does anyone else use such old sound card.
PPPS: was fighting with alsa for weeks trying to get opl3 working before
decided to look in sources.
======================================================================
----------------------------------------------------------------------
Clemens Ladisch - 02-07-05 10:50
----------------------------------------------------------------------
Please post a Signed-off-by line for your patch (see
linux/Documentation/SubmittingPatches).
----------------------------------------------------------------------
theli - 02-07-05 16:13
----------------------------------------------------------------------
well i've added signed-off-by and description in patch...
but .... well, my english is far from perfect :)
(hm, wonder why i can't delete attachment, uploaded by me?)
Issue History
Date Modified Username Field Change
======================================================================
01-29-05 18:20 theli New Issue
01-29-05 18:20 theli Kernel Version => 2.6.10-ck4
01-29-05 18:42 theli Issue Monitored: theli
01-29-05 19:43 theli Note Added: 0003439
02-05-05 19:53 theli File Added: als100_opl3_fix.patch
02-05-05 19:54 theli Note Added: 0003523
02-07-05 10:50 Clemens LadischNote Added: 0003529
02-07-05 16:06 theli File Added: als100_opl3_fixx.patch
02-07-05 16:13 theli Note Added: 0003531
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
next reply other threads:[~2005-02-07 15:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-07 15:13 bugtrack [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-05-31 16:04 [ALSA - driver 0000860]: Wrong detection of opl3 device bugtrack
2005-02-07 15:21 bugtrack
2005-02-07 9:50 bugtrack
2005-02-05 18:54 bugtrack
2005-01-29 18:43 bugtrack
2005-01-29 17:20 bugtrack
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=2c82789e6fffb1f018e697fdfe1779cc@bugtrack.alsa-project.org \
--to=bugtrack@alsa-project.org \
--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.