soc-acpi.h (af78cec45f2d01be9d14c177e403c8021ebfd40e) soc-acpi.h (7de9a47c8971bdec07cc9a62e948382003c5908f)
1/* SPDX-License-Identifier: GPL-2.0
2 *
3 * Copyright (C) 2013-15, Intel Corporation. All rights reserved.
4 */
5
6#ifndef __LINUX_SND_SOC_ACPI_H
7#define __LINUX_SND_SOC_ACPI_H
8

--- 46 unchanged lines hidden (view full) ---

55#endif
56
57/**
58 * snd_soc_acpi_mach_params: interface for machine driver configuration
59 *
60 * @acpi_ipc_irq_index: used for BYT-CR detection
61 * @platform: string used for HDaudio codec support
62 * @codec_mask: used for HDAudio support
1/* SPDX-License-Identifier: GPL-2.0
2 *
3 * Copyright (C) 2013-15, Intel Corporation. All rights reserved.
4 */
5
6#ifndef __LINUX_SND_SOC_ACPI_H
7#define __LINUX_SND_SOC_ACPI_H
8

--- 46 unchanged lines hidden (view full) ---

55#endif
56
57/**
58 * snd_soc_acpi_mach_params: interface for machine driver configuration
59 *
60 * @acpi_ipc_irq_index: used for BYT-CR detection
61 * @platform: string used for HDaudio codec support
62 * @codec_mask: used for HDAudio support
63 * @common_hdmi_codec_drv: use commom HDAudio HDMI codec driver
63 */
64struct snd_soc_acpi_mach_params {
65 u32 acpi_ipc_irq_index;
66 const char *platform;
67 u32 codec_mask;
68 u32 dmic_num;
64 */
65struct snd_soc_acpi_mach_params {
66 u32 acpi_ipc_irq_index;
67 const char *platform;
68 u32 codec_mask;
69 u32 dmic_num;
70 bool common_hdmi_codec_drv;
69};
70
71/**
72 * snd_soc_acpi_mach: ACPI-based machine descriptor. Most of the fields are
73 * related to the hardware, except for the firmware and topology file names.
74 * A platform supported by legacy and Sound Open Firmware (SOF) would expose
75 * all firmware/topology related fields.
76 *

--- 46 unchanged lines hidden ---
71};
72
73/**
74 * snd_soc_acpi_mach: ACPI-based machine descriptor. Most of the fields are
75 * related to the hardware, except for the firmware and topology file names.
76 * A platform supported by legacy and Sound Open Firmware (SOF) would expose
77 * all firmware/topology related fields.
78 *

--- 46 unchanged lines hidden ---