/* * Copyright (C) 2013-15, Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ #include <linux/kconfig.h> #include <linux/stddef.h> #include <linux/acpi.h> /* translation fron HID to I2C name, needed for DAI codec_name */ #if IS_ENABLED(CONFIG_ACPI) const char *sst_acpi_find_name_from_hid(const u8 hid[ACPI_ID_LEN]); #else
inline const char *sst_acpi_find_name_from_hid(const u8 hid[ACPI_ID_LEN]) { return NULL; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
randy dunlap | randy dunlap | 18 | 100.00% | 1 | 100.00% |
Total | 18 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
vinod koul | vinod koul | 61 | 55.96% | 2 | 50.00% |
randy dunlap | randy dunlap | 34 | 31.19% | 1 | 25.00% |
pierre-louis bossart | pierre-louis bossart | 14 | 12.84% | 1 | 25.00% |
Total | 109 | 100.00% | 4 | 100.00% |