1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * skl.h - HD Audio skylake defintions.
5 * Copyright (C) 2015 Intel Corp
6 * Author: Jeeja KP <jeeja.kp@intel.com>
7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12 #ifndef __SOUND_SOC_SKL_H
13 #define __SOUND_SOC_SKL_H
15 #include <sound/hda_register.h>
16 #include <sound/hdaudio_ext.h>
17 #include <sound/hda_codec.h>
18 #include <sound/soc.h>
19 #include "skl-ssp-clk.h"
20 #include "skl-sst-ipc.h"
22 #define SKL_SUSPEND_DELAY 2000
24 #define SKL_MAX_ASTATE_CFG 3
26 #define AZX_PCIREG_PGCTL 0x44
27 #define AZX_PGCTL_LSRMD_MASK (1 << 4)
28 #define AZX_PGCTL_ADSPPGD BIT(2)
29 #define AZX_PCIREG_CGCTL 0x48
30 #define AZX_CGCTL_MISCBDCGE_MASK (1 << 6)
31 #define AZX_CGCTL_ADSPDCGE BIT(1)
32 /* D0I3C Register fields */
33 #define AZX_REG_VS_D0I3C_CIP 0x1 /* Command in progress */
34 #define AZX_REG_VS_D0I3C_I3 0x4 /* D0i3 enable */
35 #define SKL_MAX_DMACTRL_CFG 18
36 #define DMA_CLK_CONTROLS 1
37 #define DMA_TRANSMITION_START 2
38 #define DMA_TRANSMITION_STOP 3
40 #define AZX_VS_EM2_DUM BIT(23)
41 #define AZX_REG_VS_EM2_L1SEN BIT(13)
45 struct skl_astate_param
{
50 struct skl_astate_config
{
52 struct skl_astate_param astate_table
[];
55 struct skl_fw_config
{
56 struct skl_astate_config
*astate_cfg
;
63 unsigned int init_done
:1; /* delayed init status */
64 struct platform_device
*dmic_dev
;
65 struct platform_device
*i2s_dev
;
66 struct platform_device
*clk_dev
;
67 struct snd_soc_component
*component
;
68 struct snd_soc_dai_driver
*dais
;
70 struct nhlt_acpi_table
*nhlt
; /* nhlt ptr */
72 struct list_head ppl_list
;
73 struct list_head bind_list
;
77 unsigned short pci_id
;
81 struct work_struct probe_work
;
83 struct skl_debug
*debugfs
;
85 struct skl_module
**modules
;
87 struct skl_fw_config cfg
;
88 struct snd_soc_acpi_mach
*mach
;
94 wait_queue_head_t boot_wait
;
98 wait_queue_head_t mod_load_wait
;
99 bool mod_load_complete
;
100 bool mod_load_status
;
103 struct sst_generic_ipc ipc
;
105 /* callback for miscbdge */
106 void (*enable_miscbdcge
)(struct device
*dev
, bool enable
);
107 /* Is CGCTL.MISCBDCGE disabled */
108 bool miscbdcg_disabled
;
110 /* Populate module information */
111 struct list_head uuid_list
;
113 /* Is firmware loaded */
120 struct skl_dsp_cores cores
;
123 struct skl_lib_info lib_info
[SKL_MAX_LIB
];
126 /* Callback to update D0i3C register */
127 void (*update_d0i3c
)(struct device
*dev
, bool enable
);
129 struct skl_d0i3_data d0i3
;
131 const struct skl_dsp_ops
*dsp_ops
;
133 /* Callback to update dynamic clock and power gating registers */
134 void (*clock_power_gating
)(struct device
*dev
, bool enable
);
137 #define skl_to_bus(s) (&(s)->hbus.core)
138 #define bus_to_skl(bus) container_of(bus, struct skl_dev, hbus.core)
140 #define skl_to_hbus(s) (&(s)->hbus)
141 #define hbus_to_skl(hbus) container_of((hbus), struct skl_dev, (hbus))
143 /* to pass dai dma data */
144 struct skl_dma_params
{
149 struct skl_machine_pdata
{
150 bool use_tplg_pcm
; /* use dais and dai links from topology */
155 unsigned int num_cores
;
156 struct skl_dsp_loader_ops (*loader_ops
)(void);
157 int (*init
)(struct device
*dev
, void __iomem
*mmio_base
,
158 int irq
, const char *fw_name
,
159 struct skl_dsp_loader_ops loader_ops
,
160 struct skl_dev
**skl_sst
);
161 int (*init_fw
)(struct device
*dev
, struct skl_dev
*skl
);
162 void (*cleanup
)(struct device
*dev
, struct skl_dev
*skl
);
165 int skl_platform_unregister(struct device
*dev
);
166 int skl_platform_register(struct device
*dev
);
168 struct nhlt_specific_cfg
*skl_get_ep_blob(struct skl_dev
*skl
, u32 instance
,
169 u8 link_type
, u8 s_fmt
, u8 num_ch
,
170 u32 s_rate
, u8 dirn
, u8 dev_type
);
172 int skl_nhlt_update_topology_bin(struct skl_dev
*skl
);
173 int skl_init_dsp(struct skl_dev
*skl
);
174 int skl_free_dsp(struct skl_dev
*skl
);
175 int skl_suspend_late_dsp(struct skl_dev
*skl
);
176 int skl_suspend_dsp(struct skl_dev
*skl
);
177 int skl_resume_dsp(struct skl_dev
*skl
);
178 void skl_cleanup_resources(struct skl_dev
*skl
);
179 const struct skl_dsp_ops
*skl_get_dsp_ops(int pci_id
);
180 void skl_update_d0i3c(struct device
*dev
, bool enable
);
181 int skl_nhlt_create_sysfs(struct skl_dev
*skl
);
182 void skl_nhlt_remove_sysfs(struct skl_dev
*skl
);
183 void skl_get_clks(struct skl_dev
*skl
, struct skl_ssp_clk
*ssp_clks
);
184 struct skl_clk_parent_src
*skl_get_parent_clk(u8 clk_id
);
185 int skl_dsp_set_dma_control(struct skl_dev
*skl
, u32
*caps
,
186 u32 caps_size
, u32 node_id
);
188 struct skl_module_cfg
;
190 #ifdef CONFIG_DEBUG_FS
191 struct skl_debug
*skl_debugfs_init(struct skl_dev
*skl
);
192 void skl_debugfs_exit(struct skl_dev
*skl
);
193 void skl_debug_init_module(struct skl_debug
*d
,
194 struct snd_soc_dapm_widget
*w
,
195 struct skl_module_cfg
*mconfig
);
197 static inline struct skl_debug
*skl_debugfs_init(struct skl_dev
*skl
)
202 static inline void skl_debugfs_exit(struct skl_dev
*skl
)
205 static inline void skl_debug_init_module(struct skl_debug
*d
,
206 struct snd_soc_dapm_widget
*w
,
207 struct skl_module_cfg
*mconfig
)
211 #endif /* __SOUND_SOC_SKL_H */