Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759653AbYFEQsR (ORCPT ); Thu, 5 Jun 2008 12:48:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753293AbYFEQsA (ORCPT ); Thu, 5 Jun 2008 12:48:00 -0400 Received: from smtp01.mtu.ru ([62.5.255.48]:65459 "EHLO smtp01.mtu.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753211AbYFEQr7 (ORCPT ); Thu, 5 Jun 2008 12:47:59 -0400 Message-ID: <484818D1.3070907@aknet.ru> Date: Thu, 05 Jun 2008 20:48:17 +0400 From: Stas Sergeev User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Dmitry Torokhov CC: Takashi Iwai , Linux kernel Subject: [patch][resend] pcspkr: undepend of snd-pcsp X-Enigmail-Version: 0.95.2 Content-Type: multipart/mixed; boundary="------------020605050905040705060805" X-DCC-STREAM-Metrics: smtp01.mtu.ru 10001; Body=0 Fuz1=0 Fuz2=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2002 Lines: 64 This is a multi-part message in MIME format. --------------020605050905040705060805 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Acked-by: Takashi Iwai --------------020605050905040705060805 Content-Type: text/x-patch; name="pcspkr_nodep.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pcspkr_nodep.diff" 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. --------------020605050905040705060805-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/