* 2.5.14 OSS emulation
@ 2002-05-06 11:14 Pierre Rousselet
2002-05-06 11:30 ` Christoph Hellwig
0 siblings, 1 reply; 4+ messages in thread
From: Pierre Rousselet @ 2002-05-06 11:14 UTC (permalink / raw)
To: hch; +Cc: lkml
From ChangeLog-2.5.14 :
<hch@infradead.org> (02/05/05 1.545)
[PATCH] fix config.in syntax errors.
- sound uses a bool where it should use a dep_bool
This prevents using OSS emulation with ALSA drivers. What is the reason
behind ?
Pierre
------------------------------------------------
Pierre Rousselet <pierre.rousselet@wanadoo.fr>
------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.14 OSS emulation
2002-05-06 11:14 2.5.14 OSS emulation Pierre Rousselet
@ 2002-05-06 11:30 ` Christoph Hellwig
2002-05-06 11:46 ` Jaroslav Kysela
2002-05-06 11:51 ` John Weber
0 siblings, 2 replies; 4+ messages in thread
From: Christoph Hellwig @ 2002-05-06 11:30 UTC (permalink / raw)
To: Pierre Rousselet; +Cc: hch, lkml
On Mon, May 06, 2002 at 01:14:40PM +0200, Pierre Rousselet wrote:
> From ChangeLog-2.5.14 :
>
> <hch@infradead.org> (02/05/05 1.545)
> [PATCH] fix config.in syntax errors.
> - sound uses a bool where it should use a dep_bool
>
> This prevents using OSS emulation with ALSA drivers. What is the reason
> behind ?
2.4.13 used to do (in sound/core/Config.in):
bool ' OSS API emulation' CONFIG_SND_OSSEMUL $CONFIG_SND
The bool verb take exaxctly two arguments, the option description
and the config option itself, if you want additional depencies you
have to use dep_bool instead.
If this fix breaks ALSA it only shows that it has even deeper config
problems - I don't use ALSA and care only about the syntactical
correctness of that file.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.14 OSS emulation
2002-05-06 11:30 ` Christoph Hellwig
@ 2002-05-06 11:46 ` Jaroslav Kysela
2002-05-06 11:51 ` John Weber
1 sibling, 0 replies; 4+ messages in thread
From: Jaroslav Kysela @ 2002-05-06 11:46 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: Pierre Rousselet, lkml
On Mon, 6 May 2002, Christoph Hellwig wrote:
> On Mon, May 06, 2002 at 01:14:40PM +0200, Pierre Rousselet wrote:
> > From ChangeLog-2.5.14 :
> >
> > <hch@infradead.org> (02/05/05 1.545)
> > [PATCH] fix config.in syntax errors.
> > - sound uses a bool where it should use a dep_bool
> >
> > This prevents using OSS emulation with ALSA drivers. What is the reason
> > behind ?
>
> 2.4.13 used to do (in sound/core/Config.in):
>
> bool ' OSS API emulation' CONFIG_SND_OSSEMUL $CONFIG_SND
>
> The bool verb take exaxctly two arguments, the option description
> and the config option itself, if you want additional depencies you
> have to use dep_bool instead.
>
> If this fix breaks ALSA it only shows that it has even deeper config
> problems - I don't use ALSA and care only about the syntactical
> correctness of that file.
The correct fix should be:
bool ' OSS API emulation' CONFIG_SND_OSSEMUL
I'm sorry about that.
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] 4+ messages in thread
* Re: 2.5.14 OSS emulation
2002-05-06 11:30 ` Christoph Hellwig
2002-05-06 11:46 ` Jaroslav Kysela
@ 2002-05-06 11:51 ` John Weber
1 sibling, 0 replies; 4+ messages in thread
From: John Weber @ 2002-05-06 11:51 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: Pierre Rousselet, lkml
Christoph Hellwig wrote:
> On Mon, May 06, 2002 at 01:14:40PM +0200, Pierre Rousselet wrote:
>
>> From ChangeLog-2.5.14 :
>>
>><hch@infradead.org> (02/05/05 1.545)
>> [PATCH] fix config.in syntax errors.
>> - sound uses a bool where it should use a dep_bool
>>
>>This prevents using OSS emulation with ALSA drivers. What is the reason
>>behind ?
>
>
> 2.4.13 used to do (in sound/core/Config.in):
>
> bool ' OSS API emulation' CONFIG_SND_OSSEMUL $CONFIG_SND
>
> The bool verb take exaxctly two arguments, the option description
> and the config option itself, if you want additional depencies you
> have to use dep_bool instead.
>
> If this fix breaks ALSA it only shows that it has even deeper config
> problems - I don't use ALSA and care only about the syntactical
> correctness of that file.
This is very true. I've had trouble getting my YMFPCI sound to work
with ALSA probably for this reason: bad configs. (After all, I was told
the YMFPCI code is the same for OSS and ALSA).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-06 11:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-06 11:14 2.5.14 OSS emulation Pierre Rousselet
2002-05-06 11:30 ` Christoph Hellwig
2002-05-06 11:46 ` Jaroslav Kysela
2002-05-06 11:51 ` John Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox