From patchwork Wed Jul 13 22:40:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 1000162 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6MGsL48011016 for ; Fri, 22 Jul 2011 16:54:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753323Ab1GVQyU (ORCPT ); Fri, 22 Jul 2011 12:54:20 -0400 Received: from www.linuxtv.org ([130.149.80.248]:44066 "EHLO www.linuxtv.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751871Ab1GVQyT (ORCPT ); Fri, 22 Jul 2011 12:54:19 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 22 Jul 2011 16:54:22 +0000 (UTC) X-Greylist: delayed 1175 seconds by postgrey-1.27 at vger.kernel.org; Fri, 22 Jul 2011 12:54:19 EDT Received: from mchehab by www.linuxtv.org with local (Exim 4.72) (envelope-from ) id 1QkIhg-0007WQ-5h; Fri, 22 Jul 2011 18:35:56 +0200 Message-Id: From: Mauro Carvalho Chehab Date: Thu, 14 Jul 2011 00:40:08 +0200 Subject: [git:v4l-dvb/for_v3.1] [media] media: fix radio-sf16fmr2 build when SND is not enabled To: linuxtv-commits@linuxtv.org Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab , Hans Verkuil , Randy Dunlap Mail-followup-to: linux-media@vger.kernel.org Forward-to: linux-media@vger.kernel.org Reply-to: linux-media@vger.kernel.org Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] media: fix radio-sf16fmr2 build when SND is not enabled Author: Randy Dunlap Date: Thu Jun 30 14:31:04 2011 -0300 When CONFIG_SND is not enabled, radio-sf16fmr2 build fails with: so make this driver depend on SND. Signed-off-by: Randy Dunlap Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab drivers/media/radio/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=42a741dcf1472cea55193ea8611db3d67808ce22 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 0aeed28..52798a1 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -201,7 +201,7 @@ config RADIO_SF16FMI config RADIO_SF16FMR2 tristate "SF16FMR2 Radio" - depends on ISA && VIDEO_V4L2 + depends on ISA && VIDEO_V4L2 && SND ---help--- Choose Y here if you have one of these FM radio cards.