Skip to content
Snippets Groups Projects
Commit db4b6cde authored by Deeraj Soman's avatar Deeraj Soman
Browse files

meta-qti-audio: Add 352.8K and 384K in capture path

Add support for 352.8k and 384k sample rate in capture path.

Change-Id: I0972d3e6e272505c4e5c9e7253e1d89acc5ab309
parent 432737ab
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ inputs {
profile record_unprocessed
flags AUDIO_INPUT_FLAG_FAST|AUDIO_INPUT_FLAG_COMPRESS
formats AUDIO_FORMAT_PCM_16_BIT
sampling_rates 32000|44100|48000|88200|96000|176400|192000
sampling_rates 32000|44100|48000|88200|96000|176400|192000|352800|384000
bit_width 16
app_type 69942
}
......@@ -206,7 +206,7 @@ inputs {
profile record_unprocessed
flags AUDIO_INPUT_FLAG_FAST|AUDIO_INPUT_FLAG_COMPRESS
formats AUDIO_FORMAT_PCM_24_BIT_PACKED|AUDIO_FORMAT_PCM_8_24_BIT
sampling_rates 32000|44100|48000|88200|96000|176400|192000
sampling_rates 32000|44100|48000|88200|96000|176400|192000|352800|384000
bit_width 24
app_type 69942
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment