summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp_platform.h
blob: b29f34b789a51c9131680a2d0fb2ab5a695846cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2012-2013 by Tensilica Inc. ALL RIGHTS RESERVED.
 * Copyright 2018 NXP
 */

#ifndef _FSL_DSP_PLATFORM_H
#define _FSL_DSP_PLATFORM_H

#include "fsl_dsp_xaf_api.h"

struct dsp_data {
	struct xf_client      *client;
	struct xaf_pipeline   *p_pipe;
	struct xaf_pipeline    pipeline;
	struct xaf_comp        component[2];
	int codec_type;
	int renderer_type;
	int status;
};

#endif /*_FSL_DSP_PLATFORM_H*/