From: Johannes Goecke <goecke@upb.de>
To: Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Patch: MSI-K8T-Neo2-Fir OnboardSound and additional Soundcard
Date: Mon, 13 Mar 2006 08:57:42 +0100 [thread overview]
Message-ID: <20060313075741.GA31459@uni-paderborn.de> (raw)
In-Reply-To: <1142134890.25358.43.camel@mindpipe>
On Sat, Mar 11, 2006 at 10:41:29PM -0500, Lee Revell wrote:
> On Sat, 2006-03-11 at 20:28 +0100, Johannes Goecke wrote:
> > - how to enshure that the code is executed ONLY on excactly this kind
> > of boards
> > (not any other with similar Chipset)?
> >
> > - what to do to (hopefully) integrate that pice of code into
> > one of the next Kernel Releases?
> >
>
> This has been discussed on LKML recently, it's not 2.6.16 material
> because it might break working setups when the previously disabled
> device becomes the default sound card. Of course the same setup would
> have broken if we added a driver for a previously unsupported soundcard,
> so I'm not sure how this fits in with the "don't break userspace" rule.
would it be useful to add a compile-time-option and additionally
a kernel-command-line option for some bogus-code like
if ( commandline-enable || compiletime-enable )
{
/* Enable all Soundcards- Found */
}
?
- no default behaviour is changed
- general purpose Kernels can have Quirks integrated if needed
>
> IMHO it should be merged post 2.6.16.
>
> Lee
>
Johannes Goecke
PS:
can someone give me a (kernel-programming-beginner-level) hint, for the first
question how to ensure to only execute if running on the right Mother-board?
Af far as I believe the quirk so-far only checks the cipset, so it might
behave wrong on other Mainborads!
next prev parent reply other threads:[~2006-03-13 7:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-11 19:28 Patch: MSI-K8T-Neo2-Fir OnboardSound and additional Soundcard Johannes Goecke
2006-03-12 3:41 ` Lee Revell
2006-03-13 7:57 ` Johannes Goecke [this message]
2006-03-13 8:14 ` Jan-Benedict Glaw
2006-03-13 17:02 ` Lee Revell
[not found] <5Pi6J-1yd-1@gated-at.bofh.it>
[not found] ` <5PpKN-48S-7@gated-at.bofh.it>
[not found] ` <5PQ8u-qa-17@gated-at.bofh.it>
2006-03-13 9:23 ` Bodo Eggert
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=20060313075741.GA31459@uni-paderborn.de \
--to=goecke@upb.de \
--cc=linux-kernel@vger.kernel.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.