Message ID | 20240709172834.9785-1-ivprusov@salutedevices.com (mailing list archive) |
---|---|
Headers | show
Received: from mx1.sberdevices.ru (mx1.sberdevices.ru [37.18.73.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A8A9917B03C; Tue, 9 Jul 2024 17:28:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.18.73.165 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720546136; cv=none; b=hmc8ynOF5n35Ek2ATb1nnBYpQBMnyQN66NikEW28obWpetkfD/ZkM/qz6j9GtgUmy1kMS8LMluUXKWDfchoSYfifeYoQDBdFEtaNRn7HAsy7qvg0LtMpyg+EWagxWn1rCbBOb6cmevpQ8hXChVdI7jLdtiObjWugyzK2tDZ31s0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720546136; c=relaxed/simple; bh=dS5S9BguHM1vS4P1U3XrpCCXneI1h01yyFvwA5AGRtE=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=cjCgLn6KsrBfWwAJz/yTbI8BTf3WcTtCW3R+oW8D73CHKZXPQ0B3F0Mx1Vv7SOUdeRVzK+/LTptW5dCyl2moRR8SPojTyyQDFf+3MnvldBWwrux7IkepDj572cpZSy+TW3nZqga39/N7Y80m1UHOBp8jPGCYYkwy5Xr1Nax8Uk0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=salutedevices.com; spf=pass smtp.mailfrom=salutedevices.com; dkim=pass (2048-bit key) header.d=salutedevices.com header.i=@salutedevices.com header.b=jgiTUpBr; arc=none smtp.client-ip=37.18.73.165 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=salutedevices.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=salutedevices.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=salutedevices.com header.i=@salutedevices.com header.b="jgiTUpBr" Received: from p-infra-ksmg-sc-msk01.sberdevices.ru (localhost [127.0.0.1]) by mx1.sberdevices.ru (Postfix) with ESMTP id 61BFE100015; Tue, 9 Jul 2024 20:28:48 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.sberdevices.ru 61BFE100015 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salutedevices.com; s=mail; t=1720546128; bh=TcDFy71/AXx2pzb0rvOUPBB3G3vJtOd7X2G3cLpovvA=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=jgiTUpBroJT9klmCru2FBllEFPACegOD4SspDNuyezS9+XJQ1yiNFfPqhO3hJOJu6 msnigEwKBvq3Z+319jYzXiBFx23jioC0NTqKj6QYn/6zgEXV8GwpI8TLe3qivyxXaN z/GGDq5UQCwgMyJgY7zcBZHUp0gz5TlCJdgMxRh9Xd0sl1E9IcShChcTRKPBMtBcoK W+u+TJOFp06M2t5UxQF7sHAQjTTfJyRGO+2XRADIhk2uDSshW0j17TdFXU5x7DDHbV gj3WYkD7jI8SJB0mkm92Ev+kz+rSJyJRoOXHmzsIYq+3EwYlx5tScWjw9D2fXP3aNU IXK+H2ppMs5JA== Received: from smtp.sberdevices.ru (p-i-exch-sc-m02.sberdevices.ru [172.16.192.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.sberdevices.ru (Postfix) with ESMTPS; Tue, 9 Jul 2024 20:28:48 +0300 (MSK) Received: from localhost.localdomain (100.64.160.123) by p-i-exch-sc-m02.sberdevices.ru (172.16.192.103) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.40; Tue, 9 Jul 2024 20:28:47 +0300 From: Igor Prusov <ivprusov@salutedevices.com> To: Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>, Philipp Zabel <p.zabel@pengutronix.de>, Igor Prusov <ivprusov@salutedevices.com> CC: <prusovigor@gmail.com>, <kernel@salutedevices.com>, <linux-sound@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org> Subject: [PATCH 0/6] ASoC: Add NTP8918 and NTP8835 codecs support Date: Tue, 9 Jul 2024 20:28:28 +0300 Message-ID: <20240709172834.9785-1-ivprusov@salutedevices.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: <linux-sound.vger.kernel.org> List-Subscribe: <mailto:linux-sound+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-sound+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: p-i-exch-sc-m01.sberdevices.ru (172.16.192.107) To p-i-exch-sc-m02.sberdevices.ru (172.16.192.103) X-KSMG-Rule-ID: 10 X-KSMG-Message-Action: clean X-KSMG-AntiSpam-Lua-Profiles: 186397 [Jul 09 2024] X-KSMG-AntiSpam-Version: 6.1.0.4 X-KSMG-AntiSpam-Envelope-From: ivprusov@salutedevices.com X-KSMG-AntiSpam-Rate: 0 X-KSMG-AntiSpam-Status: not_detected X-KSMG-AntiSpam-Method: none X-KSMG-AntiSpam-Auth: dkim=none X-KSMG-AntiSpam-Info: LuaCore: 24 0.3.24 186c4d603b899ccfd4883d230c53f273b80e467f, {Tracking_from_domain_doesnt_match_to}, smtp.sberdevices.ru:5.0.1,7.1.1;d41d8cd98f00b204e9800998ecf8427e.com:7.1.1;salutedevices.com:7.1.1;100.64.160.123:7.1.2;127.0.0.199:7.1.2, FromAlignment: s, ApMailHostAddress: 100.64.160.123 X-MS-Exchange-Organization-SCL: -1 X-KSMG-AntiSpam-Interceptor-Info: scan successful X-KSMG-AntiPhishing: Clean X-KSMG-LinksScanning: Clean X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.0.1.6960, bases: 2024/07/09 15:25:00 #25923573 X-KSMG-AntiVirus-Status: Clean, skipped |
Series |
ASoC: Add NTP8918 and NTP8835 codecs support
|
expand
|