Skip to content

Commit

Permalink
audio: codec adapter: remove unused variable from dts codec
Browse files Browse the repository at this point in the history
Enables dts codec to compile cleanly

Signed-off-by: Mark Barton <mark.barton@xperi.com>
  • Loading branch information
markbartonxperi committed Mar 28, 2022
1 parent 6a8b2e8 commit 6a8fd3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/codec_adapter/codec/dts.c
Expand Up @@ -62,7 +62,6 @@ static int dts_effect_populate_buffer_configuration(struct comp_dev *dev,
{
struct comp_buffer *source = list_first_item(&dev->bsource_list, struct comp_buffer,
sink_list);
struct processing_module *mod = comp_get_drvdata(dev);
const struct audio_stream *stream;
DtsSofInterfaceBufferLayout buffer_layout;
DtsSofInterfaceBufferFormat buffer_format;
Expand Down

0 comments on commit 6a8fd3a

Please sign in to comment.