Skip to content

Commit

Permalink
ASoC: rt5645: Allow 4 channel recording on AIF1
Browse files Browse the repository at this point in the history
The codec supports 4 channel recording with TDM on AIF1.
This patch modifies the DAI capability to allow it.

Signed-off-by: Ben Zhang <benzh@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Ben Zhang authored and Mark Brown committed Oct 2, 2015
1 parent e29fd55 commit fbe039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/rt5645.c
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ static struct snd_soc_dai_driver rt5645_dai[] = {
.capture = {
.stream_name = "AIF1 Capture",
.channels_min = 1,
.channels_max = 2,
.channels_max = 4,
.rates = RT5645_STEREO_RATES,
.formats = RT5645_FORMATS,
},
Expand Down

0 comments on commit fbe039b

Please sign in to comment.