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

Commit 715f80bb authored by Jennifer's avatar Jennifer
Browse files

Floss: fix typo of Lc3Param

In this patch, we removed the typo |dt_hz| and add |dt_us| in Lc3Param.

Bug: 294165109
Tag: #floss
Test: m - None
Change-Id: I6e6d6b0183db49b1d8ede0a43e87b5a1ebbe6a72
parent 816a40b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ option optimize_for = LITE_RUNTIME;
// union of Lc3 config and codec parameters
message Lc3Param {
  // encoder/decoder config
  int32 dt_hz = 1;
  int32 dt_us = 1;
  int32 sr_hz = 2;
  int32 sr_pcm_hz = 3;