diff options
author | dvdli <dvdli@google.com> | 2020-10-29 15:32:35 +0800 |
---|---|---|
committer | dvdli <dvdli@google.com> | 2020-10-29 15:32:35 +0800 |
commit | c0c5e7534011a9a3d64b74e0f20a3417fbbbc290 (patch) | |
tree | f23f8de7ed8680d4922419c74bc340df2213703f /include | |
parent | e43e85c1885d935e36c53fc04c4f1660c2b3fd3a (diff) |
AOSP CL "tinyalsa: fix typos in tinyplay and asoundlib.h"
commit f451f433520fc154de6e371747f21d2f746da83b
author Glenn Kasten <gkasten@google.com>
tinyalsa: fix typos in tinyplay and asoundlib.h
Test: run tinyplay and look for typos in the output
Change-Id: Ieedcc1b7610700aa3d5ff913d5c01105db2c1601
Diffstat (limited to 'include')
-rw-r--r-- | include/tinyalsa/mixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tinyalsa/mixer.h b/include/tinyalsa/mixer.h index 2acdd54..77d5d01 100644 --- a/include/tinyalsa/mixer.h +++ b/include/tinyalsa/mixer.h @@ -133,7 +133,7 @@ int mixer_ctl_set_array(struct mixer_ctl *ctl, const void *array, size_t count); int mixer_ctl_set_enum_by_string(struct mixer_ctl *ctl, const char *string); -/* Determe range of integer mixer controls */ +/* Determine range of integer mixer controls */ int mixer_ctl_get_range_min(const struct mixer_ctl *ctl); int mixer_ctl_get_range_max(const struct mixer_ctl *ctl); |