Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157658
b: refs/heads/master
c: 33d81af
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 30, 2009
1 parent 4ed33f9 commit 4287ef9
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: df1ef7a38db21a92239c775a28f0c69124c9b454
refs/heads/master: 33d81af4d12fc8863247abba1c1d706b462e89d0
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm8974.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,13 +582,13 @@ struct snd_soc_dai wm8974_dai = {
.playback = {
.stream_name = "Playback",
.channels_min = 1,
.channels_max = 1,
.channels_max = 2, /* Only 1 channel of data */
.rates = WM8974_RATES,
.formats = WM8974_FORMATS,},
.capture = {
.stream_name = "Capture",
.channels_min = 1,
.channels_max = 1,
.channels_max = 2, /* Only 1 channel of data */
.rates = WM8974_RATES,
.formats = WM8974_FORMATS,},
.ops = &wm8974_ops,
Expand Down

0 comments on commit 4287ef9

Please sign in to comment.