Skip to content

Commit f54d87d

Browse files
shumingfanbroonie
authored andcommitted
ASoC: rt712: avoid skipping the blind write
Some devices might not use the DMIC function of the RT712VB. Therefore, this patch avoids skipping the blind write with RT712VB. Signed-off-by: Shuming Fan <shumingf@realtek.com> Link: https://patch.msgid.link/20250901085757.1287945-1-shumingf@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3e7fd1f commit f54d87d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

sound/soc/codecs/rt712-sdca.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,11 +1890,9 @@ int rt712_sdca_io_init(struct device *dev, struct sdw_slave *slave)
18901890

18911891
rt712_sdca_va_io_init(rt712);
18921892
} else {
1893-
if (!rt712->dmic_function_found) {
1894-
dev_err(&slave->dev, "%s RT712 VB detected but no SMART_MIC function exposed in ACPI\n",
1893+
if (!rt712->dmic_function_found)
1894+
dev_warn(&slave->dev, "%s RT712 VB detected but no SMART_MIC function exposed in ACPI\n",
18951895
__func__);
1896-
goto suspend;
1897-
}
18981896

18991897
/* multilanes and DMIC are supported by rt712vb */
19001898
prop->lane_control_support = true;

0 commit comments

Comments
 (0)