Skip to content

Commit f7e4e95

Browse files
mohsRafigregkh
authored andcommitted
ASoC: qcom: audioreach: Fix lpaif_type configuration for the I2S interface
commit 5f1af20 upstream. Fix missing lpaif_type configuration for the I2S interface. The proper lpaif interface type required to allow DSP to vote appropriate clock setting for I2S interface. Fixes: 25ab80d ("ASoC: qdsp6: audioreach: add module configuration command helpers") Cc: stable@vger.kernel.org Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com> Message-ID: <20250908053631.70978-2-mohammad.rafi.shaik@oss.qualcomm.com> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8f8a08c commit f7e4e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/qcom/qdsp6/audioreach.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ static int audioreach_i2s_set_media_format(struct q6apm_graph *graph,
728728
param_data->param_id = PARAM_ID_I2S_INTF_CFG;
729729
param_data->param_size = ic_sz - APM_MODULE_PARAM_DATA_SIZE;
730730

731+
intf_cfg->cfg.lpaif_type = module->hw_interface_type;
731732
intf_cfg->cfg.intf_idx = module->hw_interface_idx;
732733
intf_cfg->cfg.sd_line_idx = module->sd_line_idx;
733734

0 commit comments

Comments
 (0)