Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293197
b: refs/heads/master
c: a4b5233
h: refs/heads/master
i:
  293195: 041b540
v: v3
  • Loading branch information
Mark Brown committed Jan 20, 2012
1 parent b0a6cd7 commit b9e6f16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58ba9b25454fe9b6ded804f69cb7ed4500b685fc
refs/heads/master: a4b5233792443a2caed0db91003e5a75c50bc6c9
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -3086,13 +3086,15 @@ static struct snd_soc_dai_driver wm8996_dai[] = {
.channels_max = 6,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.capture = {
.stream_name = "AIF1 Capture",
.channels_min = 1,
.channels_max = 6,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.ops = &wm8996_dai_ops,
},
Expand All @@ -3104,13 +3106,15 @@ static struct snd_soc_dai_driver wm8996_dai[] = {
.channels_max = 2,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.capture = {
.stream_name = "AIF2 Capture",
.channels_min = 1,
.channels_max = 2,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.ops = &wm8996_dai_ops,
},
Expand Down

0 comments on commit b9e6f16

Please sign in to comment.