Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332161
b: refs/heads/master
c: f76fe05
h: refs/heads/master
i:
  332159: bc14788
v: v3
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Sep 25, 2012
1 parent 7fcb268 commit b5252ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ef39e606bb43d6041b6d820e2a9156110a82d21
refs/heads/master: f76fe059dd5034c55c560d9e0005e19481843726
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/cs4270.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static struct snd_soc_dai_driver cs4270_dai = {
.name = "cs4270-hifi",
.playback = {
.stream_name = "Playback",
.channels_min = 1,
.channels_min = 2,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_CONTINUOUS,
.rate_min = 4000,
Expand All @@ -468,7 +468,7 @@ static struct snd_soc_dai_driver cs4270_dai = {
},
.capture = {
.stream_name = "Capture",
.channels_min = 1,
.channels_min = 2,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_CONTINUOUS,
.rate_min = 4000,
Expand Down

0 comments on commit b5252ce

Please sign in to comment.