Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249436
b: refs/heads/master
c: a482050
h: refs/heads/master
v: v3
  • Loading branch information
Wu Fengguang authored and Greg Kroah-Hartman committed May 10, 2011
1 parent 1561695 commit 929deef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 3ca13bdb3c79e8a5e79ddeddacdae3bd4611ab5d
refs/heads/master: a4820502949b8e81fba83c98704e1af8806c5a98
5 changes: 4 additions & 1 deletion trunk/drivers/staging/intel_sst/intelmid.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,11 @@ static int snd_intelmad_open(struct snd_pcm_substream *substream,
/*
* MRST firmware currently denies stereo recording requests.
*/
if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
runtime->hw.formats = (SNDRV_PCM_FMTBIT_S16 |
SNDRV_PCM_FMTBIT_U16);
runtime->hw.channels_max = 1;
}
}
if (intelmaddata->cpu_id == CPU_CHIP_PENWELL) {
runtime->hw = snd_intelmad_stream;
Expand Down

0 comments on commit 929deef

Please sign in to comment.