From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Planned changes Date: Fri, 16 May 2008 16:36:32 +0200 Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (ns.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id DB4B6249BC for ; Fri, 16 May 2008 16:36:33 +0200 (CEST) Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id A5FBB41412 for ; Fri, 16 May 2008 16:36:33 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi, there are some patches floating around on my experimental tree, which I'd like to merge to the ALSA upstream. At least, the following two are ready for merge: - Use menuconfig in ALSA kconfig - Convert CONFIG_SND_DEBUG_DETECT to CONFIG_SND_DEBUG_VERBOSE The first one is to change from menu to menuconfig in ALSA Kconfig files. There have been some patches by others, but they haven't been applied because of the problem with alsa-driver build. Now I hacked alsa-driver build again so that it works with menuconfig somehow. The drawback is that it changes the configure option. Instead of --with-cards and --with-card-options, now we have a single --with-kconfigs. I think, however, it's rather an improvement. The next one, renaming to CONFIG_SND_DEBUG_VERBOSE, is easy. The reason is that CONFIG_SND_DEBUG_DETECT and snd_printdd() are used almostly exclusively for verbose debug messages. This may reduce some misunderstanding about this option. The patches can be found on my experimental tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable-2.6.git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/alsa-driver-build-unstable.git If there is no objection, I'll apply the above two changes in the next week. thanks, Takashi