summaryrefslogtreecommitdiff
path: root/Documentation/sound/soc/dpcm.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/sound/soc/dpcm.rst')
-rw-r--r--Documentation/sound/soc/dpcm.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/sound/soc/dpcm.rst b/Documentation/sound/soc/dpcm.rst
index 77f67ded53de..2d7ad1d91504 100644
--- a/Documentation/sound/soc/dpcm.rst
+++ b/Documentation/sound/soc/dpcm.rst
@@ -368,7 +368,8 @@ The machine driver sets some additional parameters to the DAI link i.e.
.codec_name = "modem",
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
| SND_SOC_DAIFMT_CBM_CFM,
- .params = &dai_params,
+ .c2c_params = &dai_params,
+ .num_c2c_params = 1,
}
< ... more DAI links here ... >