From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) (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 6D9C91E5718; Thu, 11 Dec 2025 11:00:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.75.126.72 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765450855; cv=none; b=K2uSD0L/fcgQYtcBj5oEC/G8QgkFBiym9w2Yfzb1IhWpW9xErM5FGH3WU51tguTNsWZ2uJWNtQ0XQbhl+PGIK3duW9qnj+E635zrN320HPSYwzXa4SIW17BkOZUu76kYumBHxJWjKYJ9lKJTsAIkVhdDw6DsfqD8YwSOIMA2VGA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765450855; c=relaxed/simple; bh=dxEpoxf8ROC5rbeCPkM+WaKqXNKSrdFX8M7+dsyC+oQ=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=hravJprMF+fDpWS2h9KuGmZ3Mo4+xYwj9/F90ke4Ibr4n49pkfiqLjRn9qir2TPy77iBvy+rTNp5uO+hKHD4hshWgQxZJCz92wgQrUNK/RjWLujhhL2I8Vudhu0it4ExvPoPCs6Abj3W8U28qonTAlEvuVYz8AqmTC+XJaUk2WY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=realtek.com; spf=pass smtp.mailfrom=realtek.com; dkim=pass (2048-bit key) header.d=realtek.com header.i=@realtek.com header.b=G9L4X+WI; arc=none smtp.client-ip=211.75.126.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=realtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=realtek.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=realtek.com header.i=@realtek.com header.b="G9L4X+WI" X-SpamFilter-By: ArmorX SpamTrap 5.80 with qID 5BBB09rQ42044077, This message is accepted by code: ctloc85258 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=realtek.com; s=dkim; t=1765450809; bh=H1PguWTRXIamnL2BsbHyUzpqHoLAZq5lQOwYrLg2TxY=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:Content-Type; b=G9L4X+WIHyA2kd8urN/ikOF/FcC+nD++FouNTeu82W1/PcKl+4pv1Ea/zj0p821wk WKjWQH/lYSrZEQ54HkIQwe2qB8AQrfaQy3uF38xlCUjJo1bV3Se6a8bOib0CbuzgTz bk/0+MjZLQx6VFwG4Fd7o1uKEcUnTFSc+x9UGttxY/B8PSYeBvzefB3JNACpNdl7lK 6EscH47iQTdI49esVT24MEYqqDHSxCz4XRcQ4kLQvACULoZqvAF+764pbxtYUV9e7A wn8Clm2YuJGqNz/BqdCShZfOG3QdhcfeLJAyfyXDVqQllgiwb+BVpu06f3G4CYCsAC t+plyOnY41d6w== Received: from mail.realtek.com (rtkexhmbs03.realtek.com.tw[10.21.1.53]) by rtits2.realtek.com.tw (8.15.2/3.21/5.94) with ESMTPS id 5BBB09rQ42044077 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 11 Dec 2025 19:00:09 +0800 Received: from RTKEXHMBS01.realtek.com.tw (172.21.6.40) by RTKEXHMBS03.realtek.com.tw (10.21.1.53) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.10; Thu, 11 Dec 2025 19:00:08 +0800 Received: from RTKEXHMBS03.realtek.com.tw (10.21.1.53) by RTKEXHMBS01.realtek.com.tw (172.21.6.40) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.10; Thu, 11 Dec 2025 19:00:08 +0800 Received: from sw-server.localdomain (172.24.54.4) by RTKEXHMBS03.realtek.com.tw (10.21.1.53) with Microsoft SMTP Server id 15.2.1748.10 via Frontend Transport; Thu, 11 Dec 2025 19:00:08 +0800 From: Oder Chiou To: , , , , , CC: , , , , , , , , Oder Chiou Subject: [PATCH v9 0/2] ASoC: rt5575: Add the codec driver for the ALC5575 Date: Thu, 11 Dec 2025 19:01:28 +0800 Message-ID: <20251211110130.2925541-1-oder_chiou@realtek.com> X-Mailer: git-send-email 2.52.0 Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Hi all, This patch series adds support for the Realtek ALC5575 audio codec. Changes in v9: - Patch 1/2: - modify the comment - change the compatible name to "realtek,rt5575-use-spi" - Patch 2/2: - remove the standalone rt5575_spi_driver module and integrate its functionality into the I2C driver - move the SPI firmware-loading function to rt5575-spi.c - use the match data to distinguish between w/wo flash - minor fixes Changes in v8: - Patch 1/2: - remove the variable rt5575_spi_ready - use the multiple compatible names to distinguish between w/wo flash - Patch 2/2: - add compatible enum "realtek,rt5575-with-spi" - Link to v8: https://lore.kernel.org/all/20251201105926.1714341-1-oder_chiou@realtek.com/ Changes in v7: - Patch 1/2: - add a caption for the tristates - remove the redundant enum of the SPI command - add the error log in the request firmware failure - change the function name rt5575_spi_fw_loaded to rt5575_fw_load_by_spi - minor fixes - Patch 2/2: - modify commit message - Link to v7: https://lore.kernel.org/all/20251121084112.743518-1-oder_chiou@realtek.com/ Changes in v6: - Patch 1/2: - modify commit message - add select SND_SOC_RT5575 to config SND_SOC_RT5575_SPI in the Kconfig - revise the boiler plate in the head of the file - sort the include files - use a structure to transfer the spi data - use the poll() related function instead the for-loop - revise the UUID to the private ID - minor fixes - Patch 2/2: - modify description - Link to v6: https://lore.kernel.org/all/20251031073245.3629060-1-oder_chiou@realtek.com/ Changes in v2 to v5: - Patch 1/2: - move the firmware to the subdirectory - remove the empty functions - remove the cache_type in the regmap_config - add the error log in the run firmware failure - Patch 2/2: - nothing - Link to v5: https://lore.kernel.org/all/20251015103404.3075684-1-oder_chiou@realtek.com/ Oder Chiou (2): ASoC: dt-bindings: realtek,rt5575: add support for ALC5575 ASoC: rt5575: Add the codec driver for the ALC5575 .../bindings/sound/realtek,rt5575.yaml | 44 +++ sound/soc/codecs/Kconfig | 10 + sound/soc/codecs/Makefile | 3 + sound/soc/codecs/rt5575-spi.c | 102 +++++ sound/soc/codecs/rt5575-spi.h | 26 ++ sound/soc/codecs/rt5575.c | 363 ++++++++++++++++++ sound/soc/codecs/rt5575.h | 59 +++ 7 files changed, 607 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/realtek,rt5575.yaml create mode 100644 sound/soc/codecs/rt5575-spi.c create mode 100644 sound/soc/codecs/rt5575-spi.h create mode 100644 sound/soc/codecs/rt5575.c create mode 100644 sound/soc/codecs/rt5575.h -- 2.52.0