linux/arch/x86/include/asm/platform_sst_audio.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * platform_sst_audio.h:  sst audio platform data header file
 *
 * Copyright (C) 2012-14 Intel Corporation
 * Author: Jeeja KP <[email protected]>
 * 	Omair Mohammed Abdullah <[email protected]>
 *	Vinod Koul ,[email protected]>
 */
#ifndef _PLATFORM_SST_AUDIO_H_
#define _PLATFORM_SST_AUDIO_H_

#define MAX_NUM_STREAMS_MRFLD
#define MAX_NUM_STREAMS

enum sst_audio_task_id_mrfld {};

/* Device IDs for Merrifield are Pipe IDs,
 * ref: DSP spec v0.75 */
enum sst_audio_device_id_mrfld {};

/* The stream map for each platform consists of an array of the below
 * stream map structure.
 */
struct sst_dev_stream_map {};

struct sst_platform_data {};

struct sst_info {};

struct sst_lib_dnld_info {};

struct sst_res_info {};

struct sst_ipc_info {};

struct sst_platform_info {};
int add_sst_platform_device(void);
#endif