codec_adapter: rename codec_adapter.c to module_adapter.c

No functional changes.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2022-03-23 16:08:57 -07:00 committed by Liam Girdwood
parent 06029a2e24
commit 8b570dc276
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
add_local_sources(sof codec_adapter.c codec/generic.c)
add_local_sources(sof module_adapter.c codec/generic.c)
if(CONFIG_CADENCE_CODEC)
add_local_sources(sof codec/cadence.c)