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 364BBC4332F for ; Tue, 8 Nov 2022 08:43:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233666AbiKHIns (ORCPT ); Tue, 8 Nov 2022 03:43:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233599AbiKHIng (ORCPT ); Tue, 8 Nov 2022 03:43:36 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87DA5558C for ; Tue, 8 Nov 2022 00:43:32 -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 8CDA266003EF; Tue, 8 Nov 2022 08:43:30 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1667897011; bh=q6qqpBqwMQgI0Wus+7X9VLIEmROhuwDUjEYSYZTBgvA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=kHYgo+ZfVVeNHM+XU/s9aYJLPn5XF2JrEarPfga85dei003HizH/3elmkMSzsBSMY K+hzj3pVzzG7QBw4lJVwW82aKIedPKqA7j4VB+YBHbKxRgIJJZplhq758wz6BWfix2 AQYbvm+7YHPo48R1pcPqGuGlfkaXxnr7pff8C6ObTMF2b/0/xzBawm+0SfRR06Ruqt I96Jb1nzEGSSZMijUFFQzedcvhSXxJYJJPVlr3NpMdEsncr05E/UVS2EtPzMTVTR47 1fW9+YS7M/j2llVVvHdTDq4q5uy24vTyC2l7yAQo/7WxijGTD+Lnq9FyzLwBwKlraK wlgEH6RJS9fMQ== Message-ID: <1814aa2d-a2fc-fd38-9341-000080e68311@collabora.com> Date: Tue, 8 Nov 2022 09:43:28 +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 3/9] ASoC: mediatek: mt6797-mt6351: Register to module device table Content-Language: en-US To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Mark Brown Cc: kernel@collabora.com, Jaroslav Kysela , Liam Girdwood , Matthias Brugger , Miaoqian Lin , Takashi Iwai , alsa-devel@alsa-project.org, 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-4-nfraprado@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221107160437.740353-4-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