Vinod Koul | 95f0980 | 2015-11-05 21:34:11 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013-15, Intel Corporation. All rights reserved. |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or |
| 5 | * modify it under the terms of the GNU General Public License version |
| 6 | * 2 as published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * GNU General Public License for more details. |
| 12 | * |
| 13 | */ |
| 14 | |
Randy Dunlap | f17131a | 2016-03-29 09:45:00 -0700 | [diff] [blame] | 15 | #include <linux/stddef.h> |
Vinod Koul | 95f0980 | 2015-11-05 21:34:11 +0530 | [diff] [blame] | 16 | #include <linux/acpi.h> |
| 17 | |
Pierre-Louis Bossart | 3421894 | 2016-11-12 18:07:44 -0600 | [diff] [blame] | 18 | struct sst_acpi_package_context { |
| 19 | char *name; /* package name */ |
| 20 | int length; /* number of elements */ |
| 21 | struct acpi_buffer *format; |
| 22 | struct acpi_buffer *state; |
| 23 | bool data_valid; |
| 24 | }; |
| 25 | |
Randy Dunlap | f17131a | 2016-03-29 09:45:00 -0700 | [diff] [blame] | 26 | #if IS_ENABLED(CONFIG_ACPI) |
Pierre-Louis Bossart | 3421894 | 2016-11-12 18:07:44 -0600 | [diff] [blame] | 27 | /* translation fron HID to I2C name, needed for DAI codec_name */ |
Pierre-Louis Bossart | 1fdb7c1 | 2016-03-03 21:36:36 -0600 | [diff] [blame] | 28 | const char *sst_acpi_find_name_from_hid(const u8 hid[ACPI_ID_LEN]); |
Pierre-Louis Bossart | 3421894 | 2016-11-12 18:07:44 -0600 | [diff] [blame] | 29 | bool sst_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN], |
| 30 | struct sst_acpi_package_context *ctx); |
Randy Dunlap | f17131a | 2016-03-29 09:45:00 -0700 | [diff] [blame] | 31 | #else |
Randy Dunlap | 2d0b29d | 2016-05-20 08:38:54 -0700 | [diff] [blame] | 32 | static inline const char *sst_acpi_find_name_from_hid(const u8 hid[ACPI_ID_LEN]) |
Randy Dunlap | f17131a | 2016-03-29 09:45:00 -0700 | [diff] [blame] | 33 | { |
| 34 | return NULL; |
| 35 | } |
Pierre-Louis Bossart | 3421894 | 2016-11-12 18:07:44 -0600 | [diff] [blame] | 36 | static inline bool sst_acpi_find_package_from_hid(const u8 hid[ACPI_ID_LEN], |
| 37 | struct sst_acpi_package_context *ctx) |
| 38 | { |
| 39 | return false; |
| 40 | } |
Randy Dunlap | f17131a | 2016-03-29 09:45:00 -0700 | [diff] [blame] | 41 | #endif |
Pierre-Louis Bossart | 1fdb7c1 | 2016-03-03 21:36:36 -0600 | [diff] [blame] | 42 | |
Vinod Koul | 95f0980 | 2015-11-05 21:34:11 +0530 | [diff] [blame] | 43 | /* acpi match */ |
| 44 | struct sst_acpi_mach *sst_acpi_find_machine(struct sst_acpi_mach *machines); |
| 45 | |
Naveen M | 915ae2b | 2017-05-15 13:42:13 +0530 | [diff] [blame] | 46 | /* acpi check hid */ |
| 47 | bool sst_acpi_check_hid(const u8 hid[ACPI_ID_LEN]); |
| 48 | |
Vinod Koul | 95f0980 | 2015-11-05 21:34:11 +0530 | [diff] [blame] | 49 | /* Descriptor for SST ASoC machine driver */ |
| 50 | struct sst_acpi_mach { |
| 51 | /* ACPI ID for the matching machine driver. Audio codec for instance */ |
| 52 | const u8 id[ACPI_ID_LEN]; |
| 53 | /* machine driver name */ |
| 54 | const char *drv_name; |
| 55 | /* firmware file name */ |
| 56 | const char *fw_filename; |
Vinod Koul | 12cc291 | 2015-11-05 21:34:12 +0530 | [diff] [blame] | 57 | |
| 58 | /* board name */ |
| 59 | const char *board; |
Vinod Koul | 73a33f6 | 2016-07-08 15:39:49 +0530 | [diff] [blame] | 60 | struct sst_acpi_mach * (*machine_quirk)(void *arg); |
Naveen M | 54746da | 2017-05-15 13:42:15 +0530 | [diff] [blame] | 61 | const void *quirk_data; |
Vinod Koul | 12cc291 | 2015-11-05 21:34:12 +0530 | [diff] [blame] | 62 | void *pdata; |
Vinod Koul | 95f0980 | 2015-11-05 21:34:11 +0530 | [diff] [blame] | 63 | }; |
Naveen M | 54746da | 2017-05-15 13:42:15 +0530 | [diff] [blame] | 64 | |
| 65 | #define SST_ACPI_MAX_CODECS 3 |
| 66 | |
| 67 | /** |
| 68 | * struct sst_codecs: Structure to hold secondary codec information apart from |
| 69 | * the matched one, this data will be passed to the quirk function to match |
| 70 | * with the ACPI detected devices |
| 71 | * |
| 72 | * @num_codecs: number of secondary codecs used in the platform |
| 73 | * @codecs: holds the codec IDs |
| 74 | * |
| 75 | */ |
| 76 | struct sst_codecs { |
| 77 | int num_codecs; |
| 78 | u8 codecs[SST_ACPI_MAX_CODECS][ACPI_ID_LEN]; |
| 79 | }; |
| 80 | |
| 81 | /* check all codecs */ |
| 82 | struct sst_acpi_mach *sst_acpi_codec_list(void *arg); |