| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * sst_mfld_platform.h - Intel MID Platform driver header file |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Author: Vinod Koul <vinod.koul@intel.com> |
|---|
| 6 | 7 | * Author: Harsha Priya <priya.harsha@intel.com> |
|---|
| 7 | 8 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 10 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 11 | | - * the Free Software Foundation; version 2 of the License. |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is distributed in the hope that it will be useful, but |
|---|
| 14 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 15 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 16 | | - * General Public License for more details. |
|---|
| 17 | 9 | * |
|---|
| 18 | 10 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 19 | 11 | */ |
|---|
| .. | .. |
|---|
| 25 | 17 | #include "sst-atom-controls.h" |
|---|
| 26 | 18 | |
|---|
| 27 | 19 | extern struct sst_device *sst; |
|---|
| 28 | | -extern const struct snd_compr_ops sst_platform_compr_ops; |
|---|
| 20 | +extern const struct snd_compress_ops sst_platform_compress_ops; |
|---|
| 29 | 21 | |
|---|
| 30 | 22 | #define DRV_NAME "sst" |
|---|
| 31 | 23 | |
|---|
| .. | .. |
|---|
| 181 | 173 | struct snd_soc_card *soc_card; |
|---|
| 182 | 174 | struct sst_cmd_sba_hw_set_ssp ssp_cmd; |
|---|
| 183 | 175 | }; |
|---|
| 184 | | -int sst_register_dsp(struct sst_device *sst); |
|---|
| 185 | | -int sst_unregister_dsp(struct sst_device *sst); |
|---|
| 176 | +int sst_register_dsp(struct sst_device *dev); |
|---|
| 177 | +int sst_unregister_dsp(struct sst_device *dev); |
|---|
| 186 | 178 | #endif |
|---|