Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cd17e33 authored by Sharad Sangle's avatar Sharad Sangle Committed by Gerrit - the friendly Code Review server
Browse files

hal: correct the string of 11025KHz

Correct the string of 11025 KHz in platform
files

CRs-fixed: 2249726
Change-Id: I0b570ade00ab02cbf772a82efbbc5d6f96a23a4e
parent faa35c4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5735,7 +5735,7 @@ static int platform_set_codec_backend_cfg(struct audio_device* adev,
                        rate_str = "KHZ_8";
                        break;
                case 11025:
                        rate_str = "HZ_11P025";
                        rate_str = "KHZ_11P025";
                        break;
                case 16000:
                        rate_str = "KHZ_16";
+1 −1
Original line number Diff line number Diff line
@@ -5712,7 +5712,7 @@ static int platform_set_codec_backend_cfg(struct audio_device* adev,
                        rate_str = "KHZ_8";
                        break;
                case 11025:
                        rate_str = "HZ_11P025";
                        rate_str = "KHZ_11P025";
                        break;
                case 16000:
                        rate_str = "KHZ_16";