All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Latest ALSA code available for tests
@ 2002-05-23 10:32 ` Jaroslav Kysela
  0 siblings, 0 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2002-05-23 10:32 UTC (permalink / raw
  To: ALSA development, LKML

Hi all,

	the latest ALSA -> kernel patch is available for tests at

ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-2002-05-23-1-linux-2.5.17-cs1.582.patch.gz

	I'd like to ask interested people to test this patch and report
especially compilation problems, because there are some fixes in code
dependency for OSS emulation layer. Also Hammerfall DSP code was recently
added.

					Thank you,
						Jaroslav

Note: cs1.582 really means that patch was made against ChangeSet 1.582.

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


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

* Latest ALSA code available for tests
@ 2002-05-23 10:32 ` Jaroslav Kysela
  0 siblings, 0 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2002-05-23 10:32 UTC (permalink / raw
  To: ALSA development, LKML

Hi all,

	the latest ALSA -> kernel patch is available for tests at

ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-2002-05-23-1-linux-2.5.17-cs1.582.patch.gz

	I'd like to ask interested people to test this patch and report
especially compilation problems, because there are some fixes in code
dependency for OSS emulation layer. Also Hammerfall DSP code was recently
added.

					Thank you,
						Jaroslav

Note: cs1.582 really means that patch was made against ChangeSet 1.582.

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

* Re: Latest ALSA code available for tests
  2002-05-23 10:32 ` Jaroslav Kysela
  (?)
@ 2002-05-23 15:03 ` jfm3
  -1 siblings, 0 replies; 5+ messages in thread
From: jfm3 @ 2002-05-23 15:03 UTC (permalink / raw
  To: Jaroslav Kysela; +Cc: ALSA development, LKML

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Has anyone made preempt+lowlatency patches for 2.5.17? I didn't see any
at http://www.zip.com.au/~akpm/linux/schedlat.html

On Thu, 2002-05-23 at 06:32, Jaroslav Kysela wrote:
> 	the latest ALSA -> kernel patch is available for tests [...]
> 	I'd like to ask interested people to test this patch and report
> especially compilation problems [...]
-- 
(jfm3)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 184 bytes --]

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

* Re: Latest ALSA code available for tests
       [not found] <acid77$c07$2@main.gmane.org>
@ 2002-05-24  2:28 ` Dagfinn Ilmari Mannsåker
  2002-05-24  7:24   ` Jaroslav Kysela
  0 siblings, 1 reply; 5+ messages in thread
From: Dagfinn Ilmari Mannsåker @ 2002-05-24  2:28 UTC (permalink / raw
  To: Jaroslav Kysela; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

Jaroslav Kysela <perex@suse.cz> writes:

> Hi all,
>
> 	the latest ALSA -> kernel patch is available for tests at
>
> ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-2002-05-23-1-linux-2.5.17-cs1.582.patch.gz
>
> 	I'd like to ask interested people to test this patch and report
> especially compilation problems, because there are some fixes in code
> dependency for OSS emulation layer. Also Hammerfall DSP code was recently
> added.

It all compiled fine here, and depmod doesn't complain about any
unresolved symbols. However, when I try to load snd.o, it tells that
snd_mixer_oss_notify_callback is unresolved. The relevant config
parameters are:

CONFIG_SOUND=y
CONFIG_SND=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_RTCTIMER=m
CONFIG_SND_MAESTRO3=m

-- 
ilmari

[-- Attachment #2: Type: application/pgp-signature, Size: 264 bytes --]

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

* Re: Latest ALSA code available for tests
  2002-05-24  2:28 ` Latest ALSA code available for tests Dagfinn Ilmari Mannsåker
@ 2002-05-24  7:24   ` Jaroslav Kysela
  0 siblings, 0 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2002-05-24  7:24 UTC (permalink / raw
  To: Dagfinn Ilmari Mannsåker; +Cc: linux-kernel@vger.kernel.org

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 1785 bytes --]

On Fri, 24 May 2002, Dagfinn Ilmari [iso-8859-1] Mannsåker wrote:

> Jaroslav Kysela <perex@suse.cz> writes:
> 
> > Hi all,
> >
> > 	the latest ALSA -> kernel patch is available for tests at
> >
> > ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-2002-05-23-1-linux-2.5.17-cs1.582.patch.gz
> >
> > 	I'd like to ask interested people to test this patch and report
> > especially compilation problems, because there are some fixes in code
> > dependency for OSS emulation layer. Also Hammerfall DSP code was recently
> > added.
> 
> It all compiled fine here, and depmod doesn't complain about any
> unresolved symbols. However, when I try to load snd.o, it tells that
> snd_mixer_oss_notify_callback is unresolved. The relevant config
> parameters are:
> 
> CONFIG_SOUND=y
> CONFIG_SND=m
> CONFIG_SND_OSSEMUL=y
> CONFIG_SND_MIXER_OSS=m
> CONFIG_SND_PCM_OSS=m
> CONFIG_SND_RTCTIMER=m
> CONFIG_SND_MAESTRO3=m

Thanks. Bellow patch (apply in sound/core directory) should fix this 
problem:

Index: init.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/init.c,v
retrieving revision 1.8
diff -u -r1.8 init.c
--- init.c      23 May 2002 08:20:38 -0000      1.8
+++ init.c      24 May 2002 06:57:41 -0000
@@ -33,7 +33,7 @@
 snd_card_t *snd_cards[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = NULL};
 rwlock_t snd_card_rwlock = RW_LOCK_UNLOCKED;

-#if defined(CONFIG_SND_MIXER_OSS) || defined(CONFIG_SND_MIXER_OSS)
+#if defined(CONFIG_SND_MIXER_OSS) || defined(CONFIG_SND_MIXER_OSS_MODULE)
 int (*snd_mixer_oss_notify_callback)(snd_card_t *card, int free_flag);
 #endif


						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


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

end of thread, other threads:[~2002-05-24  7:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <acid77$c07$2@main.gmane.org>
2002-05-24  2:28 ` Latest ALSA code available for tests Dagfinn Ilmari Mannsåker
2002-05-24  7:24   ` Jaroslav Kysela
2002-05-23 10:32 Jaroslav Kysela
2002-05-23 10:32 ` Jaroslav Kysela
2002-05-23 15:03 ` jfm3

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.