diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-29 17:50:58 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-29 17:50:58 +0200 |
commit | 611c440a437e7e67dfd66dcd43cb78ce1345faa7 (patch) | |
tree | afb1a274024a9a4f2242b2f24f50ead39e7c052c /audio | |
parent | 110078372a01ba41c3f4cc89eb932cbe209754ad (diff) | |
download | device_samsung_i9300-611c440a437e7e67dfd66dcd43cb78ce1345faa7.zip device_samsung_i9300-611c440a437e7e67dfd66dcd43cb78ce1345faa7.tar.gz device_samsung_i9300-611c440a437e7e67dfd66dcd43cb78ce1345faa7.tar.bz2 |
audio: disable back-mic till someone figured out how to use
Diffstat (limited to 'audio')
-rwxr-xr-x | audio/audio_hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 5b4736b..a8bedf2 100755 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -2709,7 +2709,6 @@ static uint32_t adev_get_supported_devices(const struct audio_hw_device *dev) AUDIO_DEVICE_OUT_DEFAULT | /* IN */ AUDIO_DEVICE_IN_BUILTIN_MIC | - AUDIO_DEVICE_IN_BACK_MIC | AUDIO_DEVICE_IN_WIRED_HEADSET | AUDIO_DEVICE_IN_ALL_SCO | AUDIO_DEVICE_IN_DEFAULT); |