mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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:
@@ -204,6 +204,8 @@ static struct snd_soc_dai_link audioinjector_octo_dai[] = {
|
||||
.codec_dai_name = "cs42448",
|
||||
.ops = &audioinjector_octo_ops,
|
||||
.init = audioinjector_octo_dai_init,
|
||||
.symmetric_rates = 1,
|
||||
.symmetric_channels = 1,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user