Skip to content

Commit

Permalink
Audioinjector octo : Make the playback and capture symmetric
Browse files Browse the repository at this point in the history
This patch ensures that the sample rate and channel count of the audioinjector
octo sound card are symmetric.
  • Loading branch information
flatmax authored and popcornmix committed Apr 4, 2017
1 parent 34dcada commit ad9d278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/bcm/audioinjector-octo-soundcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down

0 comments on commit ad9d278

Please sign in to comment.