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

Commit b84bbec6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: correct the string of 11025KHz"

parents fa37b660 4cd17e33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5746,7 +5746,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";