summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--files/audio_policy.conf7
-rw-r--r--files/media_codecs_performance.xml2
2 files changed, 6 insertions, 3 deletions
diff --git a/files/audio_policy.conf b/files/audio_policy.conf
index 59419af..500c522 100644
--- a/files/audio_policy.conf
+++ b/files/audio_policy.conf
@@ -37,7 +37,7 @@ audio_hw_modules {
global_configuration {
attached_output_devices speaker|SPDIF
default_output_device AUDIO_DEVICE_OUT_SPEAKER
- attached_input_devices hdmi_in|line_in|tuner|spdif_in
+ attached_input_devices hdmi_in|line_in|tuner|spdif_in|buimic_in
audio_hal_version 3.0
}
devices {
@@ -89,6 +89,9 @@ audio_hw_modules {
}
}
}
+ buimic_in {
+ type AUDIO_DEVICE_IN_BUILTIN_MIC
+ }
spdif_in {
type AUDIO_DEVICE_IN_SPDIF
}
@@ -162,7 +165,7 @@ audio_hw_modules {
sampling_rates 8000|11025|12000|16000|22050|24000|32000|44100|48000
channel_masks AUDIO_CHANNEL_IN_MONO|AUDIO_CHANNEL_IN_STEREO
formats AUDIO_FORMAT_PCM_16_BIT
- devices AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_WIRED_HEADSET|hdmi_in|line_in|tuner|spdif_in
+ devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_WIRED_HEADSET|hdmi_in|line_in|tuner|spdif_in
}
}
}
diff --git a/files/media_codecs_performance.xml b/files/media_codecs_performance.xml
index ed4533e..49873ab 100644
--- a/files/media_codecs_performance.xml
+++ b/files/media_codecs_performance.xml
@@ -77,7 +77,7 @@
<MediaCodec name="OMX.google.vp8.decoder" type="video/x-vnd.on2.vp8" update="true">
<Limit name="measured-frame-rate-320x180" range="676-676" />
<Limit name="measured-frame-rate-640x360" range="127-127" />
- <Limit name="measured-frame-rate-1280x720" range="93-93" />
+ <Limit name="measured-frame-rate-1280x720" range="28-28" />
<Limit name="measured-frame-rate-1920x1080" range="11-11" />
</MediaCodec>
<MediaCodec name="OMX.google.vp9.decoder" type="video/x-vnd.on2.vp9" update="true">