Merge "ASoC: msm: Add support for 128KHz in the compress driver"
This commit is contained in:
commit
71339e56bd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ struct msm_compr_gapless_state {
|
||||||
|
|
||||||
static unsigned int supported_sample_rates[] = {
|
static unsigned int supported_sample_rates[] = {
|
||||||
8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000,
|
8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000,
|
||||||
88200, 96000, 176400, 192000, 352800, 384000, 2822400, 5644800
|
88200, 96000, 128000, 176400, 192000, 352800, 384000, 2822400, 5644800
|
||||||
};
|
};
|
||||||
|
|
||||||
struct msm_compr_pdata {
|
struct msm_compr_pdata {
|
||||||
|
|
Loading…
Add table
Reference in a new issue