commit | 5d3e2a8cbae4c971da8d0a8a8775e24ff0fe878f | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Jun 27 10:11:55 2012 -0700 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Wed Jun 27 10:11:55 2012 -0700 |
tree | dd859cb778abf2489fb6aad9b592f66f3af45843 | |
parent | 9c4743fd7d5e5230b4f05564432bd6d6b51b4a88 [diff] | |
parent | fecae3819cbebf8741727b6bc6bb1a1333dc7856 [diff] |
Merge "ALSA: core: Add support to handle compressed audio IOCTLs for capture" into msm-3.4
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index 5034393..947bd85 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c
@@ -2779,7 +2779,7 @@ pcm_file = file->private_data; - if (((cmd >> 8) & 0xff) != 'A') + if ((((cmd >> 8) & 0xff) != 'A') && (((cmd >> 8) & 0xff) != 'C')) return -ENOTTY; return snd_pcm_capture_ioctl1(file, pcm_file->substream, cmd,