All of lore.kernel.org
 help / color / mirror / Atom feed
* Some proposed ALSA sysfs changes to stock kernel from GregKH
@ 2004-01-20  3:12 R Chan
  2004-01-20  9:12 ` Måns Rullgård
  0 siblings, 1 reply; 5+ messages in thread
From: R Chan @ 2004-01-20  3:12 UTC (permalink / raw)
  To: alsa-devel

Greg KH is proposing some sysfs changes to the stock kernel - any impact on
CVS ALSA? Is it ok to rely solely on CVS ALSA -  I always build 2.6 from 
the stock
tree and then immediately overwrite the sound directory with ALSA CVS.


*List:       linux-kernel <http://marc.theaimsgroup.com/?l=linux-kernel&r=1&w=2>
Subject:    Re: [PATCH] Driver Core update and fixes for 2.6.1 <http://marc.theaimsgroup.com/?t=107456216600001&r=1&w=2>
From:       Greg KH <greg () kroah ! com> <http://marc.theaimsgroup.com/?a=93270967100001&r=1&w=2>
Date:       2004-01-20 1:12:41 <http://marc.theaimsgroup.com/?l=linux-kernel&r=1&w=2&b=200401>
Message-ID: <1074561161776 () kroah ! com> <http://marc.theaimsgroup.com/?i=%3C1074561161776%20%28%29%20kroah%20%21%20com%3E>
[Download message RAW <http://marc.theaimsgroup.com/?l=linux-kernel&m=107456203421173&q=raw>]*

ChangeSet 1.1504, 2004/01/19 16:45:49-08:00, greg@kroah.com

[PATCH] ALSA: add sysfs class support for ALSA sound devices

This patch adds support for all ALSA sound devices.  The previous OSS
sound patch is required for this one to work properly.

This patch is based on a work originally written by
Leann Ogasawara <ogasawara@osdl.org>


 include/sound/core.h |    1 +
 sound/core/sound.c   |   34 ++++++++++++++++++++--------------
 sound/pci/intel8x0.c |    1 +


The OSS patch he is referring to is


 include/sound/core.h |    1 +
 sound/core/sound.c   |   34 ++++++++++++++++++++--------------
 sound/pci/intel8x0.c |    1 +
 3 files changed, 22 insertions(+), 14 deletions(-)
 3 files changed, 22 insertions(+), 14 deletions(-)



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Some proposed ALSA sysfs changes to stock kernel from GregKH
  2004-01-20  3:12 Some proposed ALSA sysfs changes to stock kernel from GregKH R Chan
@ 2004-01-20  9:12 ` Måns Rullgård
  2004-01-20  9:50   ` Jaroslav Kysela
  0 siblings, 1 reply; 5+ messages in thread
From: Måns Rullgård @ 2004-01-20  9:12 UTC (permalink / raw)
  To: alsa-devel

R Chan <rspchan@starhub.net.sg> writes:

> Greg KH is proposing some sysfs changes to the stock kernel - any
> impact on CVS ALSA? Is it ok to rely solely on CVS ALSA - I always
> build 2.6 from the stock tree and then immediately overwrite the
> sound directory with ALSA CVS.

Those patches do not apply cleanly to the latest ALSA version.  There
are some minor conflicts, all easily resolved.  I'm not sure whether
anything else depends on the ALSA changes, but I wouldn't think so.
I've been running ALSA 1.0.1 merged with Greg's patches for some
time, and it seems to be working well.

-- 
Måns Rullgård
mru@kth.se



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: Some proposed ALSA sysfs changes to stock kernel from GregKH
  2004-01-20  9:12 ` Måns Rullgård
@ 2004-01-20  9:50   ` Jaroslav Kysela
  2004-01-20 10:19     ` Måns Rullgård
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Kysela @ 2004-01-20  9:50 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: alsa-devel

On Tue, 20 Jan 2004, M?ns Rullg?rd wrote:

> R Chan <rspchan@starhub.net.sg> writes:
> 
> > Greg KH is proposing some sysfs changes to the stock kernel - any
> > impact on CVS ALSA? Is it ok to rely solely on CVS ALSA - I always
> > build 2.6 from the stock tree and then immediately overwrite the
> > sound directory with ALSA CVS.
> 
> Those patches do not apply cleanly to the latest ALSA version.  There
> are some minor conflicts, all easily resolved.  I'm not sure whether
> anything else depends on the ALSA changes, but I wouldn't think so.
> I've been running ALSA 1.0.1 merged with Greg's patches for some
> time, and it seems to be working well.

We will merge these patches when they're merged to mainstream.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Some proposed ALSA sysfs changes to stock kernel from GregKH
  2004-01-20  9:50   ` Jaroslav Kysela
@ 2004-01-20 10:19     ` Måns Rullgård
  2004-01-20 11:30       ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Måns Rullgård @ 2004-01-20 10:19 UTC (permalink / raw)
  To: alsa-devel

Jaroslav Kysela <perex@suse.cz> writes:

> On Tue, 20 Jan 2004, M?ns Rullg?rd wrote:
>
>> R Chan <rspchan@starhub.net.sg> writes:
>> 
>> > Greg KH is proposing some sysfs changes to the stock kernel - any
>> > impact on CVS ALSA? Is it ok to rely solely on CVS ALSA - I always
>> > build 2.6 from the stock tree and then immediately overwrite the
>> > sound directory with ALSA CVS.
>> 
>> Those patches do not apply cleanly to the latest ALSA version.  There
>> are some minor conflicts, all easily resolved.  I'm not sure whether
>> anything else depends on the ALSA changes, but I wouldn't think so.
>> I've been running ALSA 1.0.1 merged with Greg's patches for some
>> time, and it seems to be working well.
>
> We will merge these patches when they're merged to mainstream.

I suppose someone will also update the drivers as needed.  Only the
intel8x0 driver has been updated.  The rest should still work as
before these patches.

-- 
Måns Rullgård
mru@kth.se



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: Some proposed ALSA sysfs changes to stock kernel from GregKH
  2004-01-20 10:19     ` Måns Rullgård
@ 2004-01-20 11:30       ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2004-01-20 11:30 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: alsa-devel

At Tue, 20 Jan 2004 11:19:46 +0100,
Måns Rullgård wrote:
> 
> Jaroslav Kysela <perex@suse.cz> writes:
> 
> > On Tue, 20 Jan 2004, M?ns Rullg?rd wrote:
> >
> >> R Chan <rspchan@starhub.net.sg> writes:
> >> 
> >> > Greg KH is proposing some sysfs changes to the stock kernel - any
> >> > impact on CVS ALSA? Is it ok to rely solely on CVS ALSA - I always
> >> > build 2.6 from the stock tree and then immediately overwrite the
> >> > sound directory with ALSA CVS.
> >> 
> >> Those patches do not apply cleanly to the latest ALSA version.  There
> >> are some minor conflicts, all easily resolved.  I'm not sure whether
> >> anything else depends on the ALSA changes, but I wouldn't think so.
> >> I've been running ALSA 1.0.1 merged with Greg's patches for some
> >> time, and it seems to be working well.
> >
> > We will merge these patches when they're merged to mainstream.
> 
> I suppose someone will also update the drivers as needed.  Only the
> intel8x0 driver has been updated.  The rest should still work as
> before these patches.

yep, they have been already done on my local tree, together with USB
and isapnp changes.
now just waiting for the integration of Greg's stuff to the main tree
(or maybe mm tree would be enough).


Takashi


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-20 11:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-20  3:12 Some proposed ALSA sysfs changes to stock kernel from GregKH R Chan
2004-01-20  9:12 ` Måns Rullgård
2004-01-20  9:50   ` Jaroslav Kysela
2004-01-20 10:19     ` Måns Rullgård
2004-01-20 11:30       ` Takashi Iwai

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.