Skip to content

Commit 2711073

Browse files
tmlemanlgirdwood
authored andcommitted
audio: cadence: ipc4: remove unused variables
This patch eliminates the unused variables `ret` and `codec_params` from the `cadence_codec_resolve_api` function in the cadence module. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent fa18fe5 commit 2711073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/audio/module_adapter/module/cadence.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ static struct cadence_api cadence_api_table[] = {
106106
#if CONFIG_IPC_MAJOR_4
107107
static int cadence_codec_resolve_api(struct processing_module *mod)
108108
{
109-
int ret;
110-
struct snd_codec codec_params;
111109
struct comp_dev *dev = mod->dev;
112110
struct cadence_codec_data *cd = module_get_private_data(mod);
113111
uint32_t api_id = CODEC_GET_API_ID(DEFAULT_CODEC_ID);

0 commit comments

Comments
 (0)