auto import from //branches/cupcake/...@132276
This commit is contained in:
parent
6e5ad3c6e8
commit
652994d394
1 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,8 @@ public:
|
||||||
int format,
|
int format,
|
||||||
int channelCount,
|
int channelCount,
|
||||||
uint32_t sampleRate,
|
uint32_t sampleRate,
|
||||||
status_t *status) = 0;
|
status_t *status,
|
||||||
|
AudioSystem::audio_in_acoustics acoustics) = 0;
|
||||||
|
|
||||||
/**This method dumps the state of the audio hardware */
|
/**This method dumps the state of the audio hardware */
|
||||||
virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;
|
virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;
|
||||||
|
|
Loading…
Reference in a new issue