commit | 2eb26a27ba926d6c28bc3c96285920fc59b2d632 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@google.com> | Fri Jul 31 12:05:46 2020 -0600 |
committer | Jeff Sharkey <jsharkey@google.com> | Fri Jul 31 12:05:46 2020 -0600 |
tree | 46c6e0e81e9b55e81a397373bf8e66b180f51094 | |
parent | da0c896d94d54e9267e18dd3201a2d98126a282f [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: Iac0b106ef38026b9dc76e906d6df1bdbf627344c
diff --git a/hifi/xaf/hifi-dpf/audio/xa-class-mixer.c b/hifi/xaf/hifi-dpf/audio/xa-class-mixer.c index ac2ff9a..47b4740 100644 --- a/hifi/xaf/hifi-dpf/audio/xa-class-mixer.c +++ b/hifi/xaf/hifi-dpf/audio/xa-class-mixer.c
@@ -505,7 +505,7 @@ { XATrack *track = &mixer->track[idx]; - /* ...input buffer allocation; check track number is sane */ + /* ...input buffer allocation; check track number is valid */ XF_CHK_ERR(idx < XA_MIXER_MAX_TRACK_NUMBER, XA_API_FATAL_INVALID_CMD_TYPE); /* ...create input port for a track */