Re: [PATCH 1/3] ASoC: mediatek: mt2701: Use devm_clk_get_optional() for audio_mrgif_pd

From: Cezary Rojewski

Date: Tue Aug 18 2026 - 06:37:23 EST


On 8/17/2026 12:49 PM, phucduc.bui@xxxxxxxxx wrote:
From: bui duc phuc <phucduc.bui@xxxxxxxxx>

The audio_mrgif_pd clock is optional as some platforms may support the
BT path while others do not. Use devm_clk_get_optional() to reflect
this.

Propagate other errors to the caller.

What does that mean? Did the functional path change?

Signed-off-by: bui duc phuc <phucduc.bui@xxxxxxxxx>
This should be part of a mediatek-patch-series with a cover letter. Yeah, the mt6797 changes should be here too.