linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Iain Sandoe" <iain@sandoe.co.uk>
To: jingai@floatingpenguins.com
Cc: "PPC-DEV" <linuxppc-dev@lists.linuxppc.org>
Subject: Re: State of sound support in 2.3.x
Date: Fri, 24 Mar 2000 08:04:34 +0000	[thread overview]
Message-ID: <200003240804.IAA15674@hyperion.valhalla.net> (raw)


>> >I have the 2.3.52 kernel from Paul's tree, with PowerMac DMA
>> > sound support compiled in.  I guess my question is:  what is the
>> current
>> > state of sound support in Paul's 2.3.52 kernel?
>>
>> My primary distribution source is also LimuxPPC.
>>
>> Geert Uytterhoeven posted a patch to split the DMA sound support between
>> Pmac, Atari etc. a while ago (look for dmasound split).
>
> Okay, I applied the patch (and the patch to the patch) that I found in the
> list archives.  It built fine, but upon reboot, sound doesn't work at all
> (no beep even).  I tried building both Sound Support and PowerMac AWACS
> support as modules, and it produced one module called soundcore.c.  I
> rebooted with this kernel and insmod'ed it, and it still doesn't work,
> although /dev/dsp and /dev/mixer existed this time.  Any clues?  I've got a
> UMAX S900, which, IIRC is a 9500 clone.

Yes (I think) - I should have posted a patch for this.

in drivers/char/mem.c there are two areas in which calls (and its
declaration) to init_dmasound() are conditional on CONFIG_DMASOUND - but
CONFIG_DMASOUND has been removed.

You need to change those lines to something like...

#if defined(CONFIG_DMASOUND_AWACS) || defined(CONFIG_DMASOUND_ATARI....

or whatever (the various CONFIG_DMASOUND_XXXXX are visible in the Makefiles)

Sorry about this - I was very new to the list and carried out some of the
discussion without doing cc's ;-)

I think that is it - basically you have everything complied in - but it
isn't being called at init time.

Iain.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2000-03-24  8:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-24  8:04 Iain Sandoe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-03-23  2:20 State of sound support in 2.3.x Iain Sandoe

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=200003240804.IAA15674@hyperion.valhalla.net \
    --to=iain@sandoe.co.uk \
    --cc=jingai@floatingpenguins.com \
    --cc=linuxppc-dev@lists.linuxppc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).