Audioinjector octo : Make the playback and capture symmetric

This patch ensures that the sample rate and channel count of the audioinjector
octo sound card are symmetric.
This commit is contained in:
Matt Flax
2017-04-04 19:23:04 +10:00
committed by Phil Elwell
parent 122edf2823
commit 3f53e78867

View File

@@ -204,6 +204,8 @@ static struct snd_soc_dai_link audioinjector_octo_dai[] = {
.codec_dai_name = "cs42448", .codec_dai_name = "cs42448",
.ops = &audioinjector_octo_ops, .ops = &audioinjector_octo_ops,
.init = audioinjector_octo_dai_init, .init = audioinjector_octo_dai_init,
.symmetric_rates = 1,
.symmetric_channels = 1,
}, },
}; };