Skip to content

Commit a3a53fe

Browse files
larsclausenbroonie
authored andcommitted
ASoC: bf5xx-ssm2602: Set DAI format
Commit 980b0bc ("ASoC: blackfin: Use dai_fmt") converted the blackfin ASoC machine drivers to use the dai_links dai_fmt field to setup their DAI format. For the bf5xx-ssm2602 the commit removed the manual call to snd_soc_dai_set_fmt, but missed to set the dai_links dai_fmt field. Signed-off-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent c34ce32 commit a3a53fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/blackfin/bf5xx-ssm2602.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai[] = {
9999
.platform_name = "bfin-i2s-pcm-audio",
100100
.codec_name = "ssm2602.0-001b",
101101
.ops = &bf5xx_ssm2602_ops,
102+
.dai_fmt = BF5XX_SSM2602_DAIFMT,
102103
},
103104
{
104105
.name = "ssm2602",
@@ -108,6 +109,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai[] = {
108109
.platform_name = "bfin-i2s-pcm-audio",
109110
.codec_name = "ssm2602.0-001b",
110111
.ops = &bf5xx_ssm2602_ops,
112+
.dai_fmt = BF5XX_SSM2602_DAIFMT,
111113
},
112114
};
113115

0 commit comments

Comments
 (0)