From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.223.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22C9012C53E; Thu, 15 Feb 2024 12:48:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.135.223.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708001337; cv=none; b=rJKPkRjMUz3KNnnSxFwSrcrvjaH5iWPblhQa3Hmvvk0w6Lk2yDKKPJ0grEMi6miiTKnpEtvY+WmpR+Q2KWtGQjT9Z1f4zoUNtlXL5FFMbyUfGH31c/OHuLyDEM4nZ6EvfPYeyHg5YHDE13yXSSgC8Rg+Rlxow/uX5lAKlfIdNbg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708001337; c=relaxed/simple; bh=WLpJxqnTgwqWVjkEmYPZIzDaYQKmiV3uq/KmHppIJ2s=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=faHVA7iF/nbcmaHQOXoH3FUwRt51RYfNhyRUN6u7hCEMAcI6TY5lW8zy8BzzOYm2ItBT01V3NnCkuRDp5Vb18bygpeK/8TBX7qfRbGis4qttxy/atZrWMfAN1yavqFLJLffMsA/yzCsVURg0EcnscIkG/n0Ovks0hCx0+Q2djvk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de; spf=pass smtp.mailfrom=suse.de; arc=none smtp.client-ip=195.135.223.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=suse.de Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104:10:150:64:97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 6FD6121C51; Thu, 15 Feb 2024 12:48:54 +0000 (UTC) Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id 1B9E213A53; Thu, 15 Feb 2024 12:48:54 +0000 (UTC) Received: from dovecot-director2.suse.de ([10.150.64.162]) by imap1.dmz-prg2.suse.org with ESMTPSA id qsg4BTYIzmWYTAAAD6G6ig (envelope-from ); Thu, 15 Feb 2024 12:48:54 +0000 Date: Thu, 15 Feb 2024 13:48:53 +0100 Message-ID: <87wmr5evuy.wl-tiwai@suse.de> From: Takashi Iwai To: "Ricardo B. Marliere" Cc: Johannes Berg , Jaroslav Kysela , Takashi Iwai , linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [PATCH 0/2] ALSA: struct bus_type cleanup In-Reply-To: <20240214-bus_cleanup-alsa-v1-0-8fedbb4afa94@marliere.net> References: <20240214-bus_cleanup-alsa-v1-0-8fedbb4afa94@marliere.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Authentication-Results: smtp-out1.suse.de; none X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] X-Rspamd-Server: rspamd1.dmz-prg2.suse.org X-Rspamd-Queue-Id: 6FD6121C51 X-Spam-Level: X-Spam-Score: -4.00 X-Spam-Flag: NO On Wed, 14 Feb 2024 20:28:27 +0100, Ricardo B. Marliere wrote: > > This series is part of an effort to cleanup the users of the driver > core, as can be seen in many recent patches authored by Greg across the > tree (e.g. [1]). > > --- > [1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22 > > To: Johannes Berg > To: Jaroslav Kysela > To: Takashi Iwai > Cc: > Cc: > Cc: > Cc: > Cc: Greg Kroah-Hartman > Signed-off-by: Ricardo B. Marliere > > --- > Ricardo B. Marliere (2): > ALSA: aoa: make soundbus_bus_type const > ALSA: seq: make snd_seq_bus_type const Applied both patches now. Thanks. Takashi