Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305648
b: refs/heads/master
c: 5f6ac59
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 19, 2012
1 parent 8d4e7d6 commit 41a560b
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: ec2e3031b65f23f66840b5c89c4b83076831a435
refs/heads/master: 5f6ac59f7019c568f6657707efe210ab92e61b9c
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm1250-ev1.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ static struct snd_soc_dai_driver wm1250_ev1_dai = {
.playback = {
.stream_name = "Playback",
.channels_min = 1,
.channels_max = 1,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_8000,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
.capture = {
.stream_name = "Capture",
.channels_min = 1,
.channels_max = 1,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_8000,
.formats = SNDRV_PCM_FMTBIT_S16_LE,
},
Expand Down

0 comments on commit 41a560b

Please sign in to comment.