* [patch][resend] pcspkr: undepend of snd-pcsp
@ 2008-06-05 16:48 Stas Sergeev
0 siblings, 0 replies; 4+ messages in thread
From: Stas Sergeev @ 2008-06-05 16:48 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Takashi Iwai, Linux kernel
[-- Attachment #1: Type: text/plain, Size: 971 bytes --]
Hello.
It should be possible to build
pcspkr driver together with snd-pcsp.
Even though right now there is no
good plan to get these drivers to
work together, some things were done,
namely:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=16dc42e018c2868211b4928f20a957c0c216126c
and
https://bugzilla.redhat.com/show_bug.cgi?id=448425
which looks more or less sufficient.
And there was a discussion already:
http://kerneltrap.org/mailarchive/linux-kernel/2008/4/29/1652654
(so presumably acked by Takashi)
The attached patch allows pcspkr to
be built together with snd-pcsp.
Dmitry, could you please apply?
------
Allow pcspkr to be built together with snd-pcsp.
The bug in a driver core that prevented this in
the past, is now fixed by
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=16dc42e018c2868211b4928f20a957c0c216126c
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Acked-by: Takashi Iwai <tiwai@suse.de>
[-- Attachment #2: pcspkr_nodep.diff --]
[-- Type: text/x-patch, Size: 401 bytes --]
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 3ad8bd9..432699d 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -15,7 +15,6 @@ if INPUT_MISC
config INPUT_PCSPKR
tristate "PC Speaker support"
depends on PCSPKR_PLATFORM
- depends on SND_PCSP=n
help
Say Y here if you want the standard PC Speaker to be used for
bells and whistles.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [patch][resend] pcspkr: undepend of snd-pcsp
@ 2008-06-07 17:55 Stas Sergeev
2008-06-07 18:07 ` Dmitry Torokhov
0 siblings, 1 reply; 4+ messages in thread
From: Stas Sergeev @ 2008-06-07 17:55 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Takashi Iwai, Linux kernel, Dmitry Torokhov
[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]
Once again this mail returns to me
as a spam, without reaching Dmitry :(
Hello.
It should be possible to build
pcspkr driver together with snd-pcsp.
Even though right now there is no
good plan to get these drivers to
work together, some things were done,
namely:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=16dc42e018c2868211b4928f20a957c0c216126c
and
https://bugzilla.redhat.com/show_bug.cgi?id=448425
which looks more or less sufficient.
And there was a discussion already:
http://kerneltrap.org/mailarchive/linux-kernel/2008/4/29/1652654
The attached patch allows pcspkr to
be built together with snd-pcsp.
Dmitry, could you please apply?
------
Allow pcspkr to be built together with snd-pcsp.
The bug in a driver core that prevented this in
the past, is now fixed by
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=16dc42e018c2868211b4928f20a957c0c216126c
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
CC: Takashi Iwai <tiwai@suse.de>
[-- Attachment #2: pcspkr_nodep.diff --]
[-- Type: text/x-patch, Size: 402 bytes --]
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 3ad8bd9..432699d 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -15,7 +15,6 @@ if INPUT_MISC
config INPUT_PCSPKR
tristate "PC Speaker support"
depends on PCSPKR_PLATFORM
- depends on SND_PCSP=n
help
Say Y here if you want the standard PC Speaker to be used for
bells and whistles.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [patch][resend] pcspkr: undepend of snd-pcsp
2008-06-07 17:55 [patch][resend] pcspkr: undepend of snd-pcsp Stas Sergeev
@ 2008-06-07 18:07 ` Dmitry Torokhov
2008-06-07 18:13 ` Stas Sergeev
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2008-06-07 18:07 UTC (permalink / raw)
To: Stas Sergeev, Dmitry Torokhov, Takashi Iwai, Linux kernel
Hi Sergey,
This is wierd, I have all 3 your mails :) The patch is in the
'for-linus' branch of my tree and should be in mainline next time I
ask Linus to pull.
Dmitry
On 6/7/08, Stas Sergeev <stsp@aknet.ru> wrote:
> Once again this mail returns to me
> as a spam, without reaching Dmitry :(
>
> Hello.
>
> It should be possible to build
> pcspkr driver together with snd-pcsp.
> Even though right now there is no
> good plan to get these drivers to
> work together, some things were done,
> namely:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=16dc42e018c2868211b4928f20a957c0c216126c
> and
> https://bugzilla.redhat.com/show_bug.cgi?id=448425
> which looks more or less sufficient.
>
> And there was a discussion already:
> http://kerneltrap.org/mailarchive/linux-kernel/2008/4/29/1652654
>
> The attached patch allows pcspkr to
> be built together with snd-pcsp.
>
> Dmitry, could you please apply?
>
>
> ------
> Allow pcspkr to be built together with snd-pcsp.
> The bug in a driver core that prevented this in
> the past, is now fixed by
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=16dc42e018c2868211b4928f20a957c0c216126c
>
> Signed-off-by: Stas Sergeev <stsp@aknet.ru>
> CC: Takashi Iwai <tiwai@suse.de>
>
>
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch][resend] pcspkr: undepend of snd-pcsp
2008-06-07 18:07 ` Dmitry Torokhov
@ 2008-06-07 18:13 ` Stas Sergeev
0 siblings, 0 replies; 4+ messages in thread
From: Stas Sergeev @ 2008-06-07 18:13 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Dmitry Torokhov, Takashi Iwai, Linux kernel
Hello.
Dmitry Torokhov wrote:
> Hi Sergey,
> This is wierd, I have all 3 your mails :) The patch is in the
> 'for-linus' branch of my tree and should be in mainline next time I
> ask Linus to pull.
Thanks, but I am not Sergey, and
I really got these mails back:
---
<dtor-oss@comcast.net>: delivery temporarily suspended: host
mx1.comcast.net[76.96.62.116] refused to talk to me: 554
IMTA27.westchester.pa.mail.comcast.net comcast 62.5.255.48 Comcast BL004
Blocked for spam. Please see
http://www.comcast.net/help/faq/index.jsp?faq=SecurityMail_Policy18628
---
But if you already applied it, then
there is nothing to worry. :)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-06-07 18:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07 17:55 [patch][resend] pcspkr: undepend of snd-pcsp Stas Sergeev
2008-06-07 18:07 ` Dmitry Torokhov
2008-06-07 18:13 ` Stas Sergeev
-- strict thread matches above, loose matches on Subject: below --
2008-06-05 16:48 Stas Sergeev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox