From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EC02C433FE for ; Tue, 8 Nov 2022 08:43:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233631AbiKHInp (ORCPT ); Tue, 8 Nov 2022 03:43:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233569AbiKHInd (ORCPT ); Tue, 8 Nov 2022 03:43:33 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B8A75FE6 for ; Tue, 8 Nov 2022 00:43:30 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id B6562660299E; Tue, 8 Nov 2022 08:43:28 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1667897009; bh=q6qqpBqwMQgI0Wus+7X9VLIEmROhuwDUjEYSYZTBgvA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=oYHJb2lTtqeanl6/Y9ZrUQ/UJ9GPs8dEAkVygeid7QP3yK1A3iW0ewETprTusGvQA EUiH2eSsegxiWoAuH4UcLIVoplcxzSeI5fNUey84OdSYLa4aQ4UIOYme7HHh3OALJ9 F5qJvAfNjK/p6E47pf256nA17fzT3sF1ejG2UW0YoPPZNjrIPWug7d8Zge2i3lEke2 fjN5qWlAt1pjlSfjXa3R/dlMRtCOAyjBqBdWmCatj/8YwI92VCaJMHxwF06WU8YBVh nCJI7sSkxabOrk4YipVua88Am/06tIzHRBeNWerQosBF3OK//CNKQZMfsFe2AdHhXA fV6KgjFShitcQ== Message-ID: Date: Tue, 8 Nov 2022 09:43:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH 6/9] ASoC: mediatek: mt8186-da7219: Register to module device table Content-Language: en-US To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Mark Brown Cc: kernel@collabora.com, Jaroslav Kysela , Jiaxin Yu , Liam Girdwood , Matthias Brugger , Takashi Iwai , alsa-devel@alsa-project.org, "chunxu.li" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20221107160437.740353-1-nfraprado@collabora.com> <20221107160437.740353-7-nfraprado@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221107160437.740353-7-nfraprado@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 07/11/22 17:04, NĂ­colas F. R. A. Prado ha scritto: > Register the compatibles for this module on the module device table so > it can be automatically loaded when a matching device is found on the > system. > > Signed-off-by: NĂ­colas F. R. A. Prado Reviewed-by: AngeloGioacchino Del Regno