intel-nhlt.c (112d6212c80a1c560757520bd822a41c0ad15c2c) | intel-nhlt.c (82d9d54a6c0ee8b12211fa4e59fd940a2da4e063) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2// Copyright (c) 2015-2019 Intel Corporation 3 4#include <linux/acpi.h> 5#include <sound/intel-nhlt.h> 6 7#define NHLT_ACPI_HEADER_SIG "NHLT" 8 --- 88 unchanged lines hidden (view full) --- 97 } 98 } 99 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); 100 } 101 102 return dmic_geo; 103} 104EXPORT_SYMBOL_GPL(intel_nhlt_get_dmic_geo); | 1// SPDX-License-Identifier: GPL-2.0 2// Copyright (c) 2015-2019 Intel Corporation 3 4#include <linux/acpi.h> 5#include <sound/intel-nhlt.h> 6 7#define NHLT_ACPI_HEADER_SIG "NHLT" 8 --- 88 unchanged lines hidden (view full) --- 97 } 98 } 99 epnt = (struct nhlt_endpoint *)((u8 *)epnt + epnt->length); 100 } 101 102 return dmic_geo; 103} 104EXPORT_SYMBOL_GPL(intel_nhlt_get_dmic_geo); |
105 106MODULE_LICENSE("GPL v2"); 107MODULE_DESCRIPTION("Intel NHLT driver"); | |