mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 11:56:48 +00:00
ASoC: Enforce symmetric rates for S3C64xx I2S interface
There is only one LRCLK pin on each interface. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
008bec397c
commit
4bc4d8998a
@ -171,6 +171,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
|
|||||||
.formats = S3C64XX_I2S_FMTS,
|
.formats = S3C64XX_I2S_FMTS,
|
||||||
},
|
},
|
||||||
.ops = &s3c64xx_i2s_dai_ops,
|
.ops = &s3c64xx_i2s_dai_ops,
|
||||||
|
.symmetric_rates = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "s3c64xx-i2s",
|
.name = "s3c64xx-i2s",
|
||||||
@ -189,6 +190,7 @@ struct snd_soc_dai s3c64xx_i2s_dai[] = {
|
|||||||
.formats = S3C64XX_I2S_FMTS,
|
.formats = S3C64XX_I2S_FMTS,
|
||||||
},
|
},
|
||||||
.ops = &s3c64xx_i2s_dai_ops,
|
.ops = &s3c64xx_i2s_dai_ops,
|
||||||
|
.symmetric_rates = 1,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai);
|
EXPORT_SYMBOL_GPL(s3c64xx_i2s_dai);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user