diff options
| author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-26 10:11:44 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-26 10:11:44 -0700 |
| commit | c5d0343b677d5ddc2d69fd15b81b084a40ab12ac (patch) | |
| tree | d2709457029d8b4cc581bba22aa13e4fa8fabd42 /include/media/IAudioFlinger.h | |
| parent | 620ad3dcf1e966bbcca3d6280fdd16f09441a733 (diff) | |
| parent | de8268d6d1cd168510c490b17e93154d2eab767c (diff) | |
| download | frameworks_base-c5d0343b677d5ddc2d69fd15b81b084a40ab12ac.zip frameworks_base-c5d0343b677d5ddc2d69fd15b81b084a40ab12ac.tar.gz frameworks_base-c5d0343b677d5ddc2d69fd15b81b084a40ab12ac.tar.bz2 | |
am de8268d6: Merge change 2331 into donut
Merge commit 'de8268d6d1cd168510c490b17e93154d2eab767c'
* commit 'de8268d6d1cd168510c490b17e93154d2eab767c':
Fix issue 1846343 - part 1
Diffstat (limited to 'include/media/IAudioFlinger.h')
| -rw-r--r-- | include/media/IAudioFlinger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/IAudioFlinger.h b/include/media/IAudioFlinger.h index 031335e..bac3d29 100644 --- a/include/media/IAudioFlinger.h +++ b/include/media/IAudioFlinger.h @@ -54,7 +54,7 @@ public: virtual sp<IAudioRecord> openRecord( pid_t pid, - int streamType, + int inputSource, uint32_t sampleRate, int format, int channelCount, |
