Re: [PATCH 5/13] ASoC: qcom: Add QAIF shared data structures and variant interface

From: Srinivas Kandagatla

Date: Tue Jun 16 2026 - 16:29:08 EST




On 6/5/26 11:37 AM, Harendra Gautam wrote:
>
> + struct reg_field cif_rddma_shram_wm;
> + struct reg_field cif_rddma_active_ch_en;
> + struct reg_field cif_rddma_fs_sel;
> + struct reg_field cif_rddma_fs_delay;
> + struct reg_field cif_rddma_fs_out_gate;
> + struct reg_field cif_rddma_intf_dyncclk;
> + struct reg_field cif_rddma_en_16bit_unpack;
> +
Why do we need to use reg_field?, currently this patchset only supports
one SoC. reg_field makes sense only when there is change in bit
positions across SoCs and if we want to leverage from existing driver.

--srini