| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * sst_ipc.c - Intel SST Driver for audio engine |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * Dharageswari R <dharageswari.r@intel.com> |
|---|
| 8 | 9 | * KP Jeeja <jeeja.kp@intel.com> |
|---|
| 9 | 10 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 12 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 13 | | - * the Free Software Foundation; version 2 of the License. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is distributed in the hope that it will be useful, but |
|---|
| 16 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 18 | | - * General Public License for more details. |
|---|
| 19 | 11 | * |
|---|
| 20 | 12 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 21 | 13 | */ |
|---|
| .. | .. |
|---|
| 32 | 24 | #include <asm/platform_sst_audio.h> |
|---|
| 33 | 25 | #include "../sst-mfld-platform.h" |
|---|
| 34 | 26 | #include "sst.h" |
|---|
| 35 | | -#include "../../common/sst-dsp.h" |
|---|
| 36 | 27 | |
|---|
| 37 | 28 | struct sst_block *sst_create_block(struct intel_sst_drv *ctx, |
|---|
| 38 | 29 | u32 msg_id, u32 drv_id) |
|---|