diff options
| author | Nathan Chancellor <natechancellor@gmail.com> | 2019-09-26 21:57:54 -0700 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2020-02-02 01:40:55 +0200 |
| commit | 5cdda1d59969d140b92e48c872a9e3ebc415fa36 (patch) | |
| tree | 928d689cbe696e52f6e4aa6256c39332ba4dde0a /include/linux | |
| parent | 0b11acaba990eb32bec8b9f7b01277649bf3ab83 (diff) | |
ASoC: wcd_cpe_services: Use proper enums
Clang warns:
../sound/soc/codecs/wcd_cpe_services.c:666:16: warning: implicit
conversion from enumeration type 'enum cpe_svc_event' to different
enumeration type 'enum cmi_api_event' [-Wenum-conversion]
notif.event = CPE_SVC_CMI_MSG;
~ ^~~~~~~~~~~~~~~
../sound/soc/codecs/wcd_cpe_services.c:1181:9: warning: implicit
conversion from enumeration type 'enum cpe_svc_result' to different
enumeration type 'enum cpe_process_result' [-Wenum-conversion]
return CPE_SVC_SUCCESS;
~~~~~~ ^~~~~~~~~~~~~~~
2 warnings generated.
Fixes: 03f5d7efe220 ("ASoC: wcd: Add Audio codec drivers for MSM targets")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
