Skip to content

Commit 7b7a995

Browse files
audioreach: remove val set to a const var.
1 parent 5abff17 commit 7b7a995

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/qcom/qdsp6/audioreach.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ static int audioreach_codec_dma_set_media_format(struct q6apm_graph *graph,
751751
last_active_channel_mask = intf_cfg->cfg.active_channels_mask;
752752
// dev_err(graph->dev, "Setting mask to 0b1100");
753753
intf_cfg->cfg.lpaif_type = 2; // adsp do not support WSA2 DMA
754-
module->hw_interface_type = 2; // need to set lpaif type back to WSA after set active channel mask
755754
} else
756755
intf_cfg->cfg.active_channels_mask = (1 << cfg->num_channels) - 1;
757756

0 commit comments

Comments
 (0)