2 * skl_topology.h - Intel HDA Platform topology header file
4 * Copyright (C) 2014-15 Intel Corp
5 * Author: Jeeja KP <jeeja.kp@intel.com>
6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
17 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21 #ifndef __SKL_TOPOLOGY_H__
22 #define __SKL_TOPOLOGY_H__
24 #include <linux/types.h>
26 #include <sound/hdaudio_ext.h>
27 #include <sound/soc.h>
29 #include "skl-tplg-interface.h"
31 #define BITS_PER_BYTE 8
32 #define MAX_TS_GROUPS 8
33 #define MAX_DMIC_TS_GROUPS 4
34 #define MAX_FIXED_DMIC_PARAMS_SIZE 727
36 /* Maximum number of coefficients up down mixer module */
37 #define UP_DOWN_MIXER_MAX_COEFF 6
39 #define MODULE_MAX_IN_PINS 8
40 #define MODULE_MAX_OUT_PINS 8
42 #define SKL_MIC_CH_SUPPORT 4
43 #define SKL_MIC_MAX_CH_SUPPORT 8
44 #define SKL_DEFAULT_MIC_SEL_GAIN 0x3FF
45 #define SKL_MIC_SEL_SWITCH 0x3
47 #define SKL_OUTPUT_PIN 0
48 #define SKL_INPUT_PIN 1
49 #define SKL_MAX_PATH_CONFIGS 8
50 #define SKL_MAX_MODULES_IN_PIPE 8
51 #define SKL_MAX_MODULE_FORMATS 32
52 #define SKL_MAX_MODULE_RESOURCES 32
54 enum skl_channel_index {
56 SKL_CHANNEL_RIGHT = 1,
57 SKL_CHANNEL_CENTER = 2,
58 SKL_CHANNEL_LEFT_SURROUND = 3,
59 SKL_CHANNEL_CENTER_SURROUND = 3,
60 SKL_CHANNEL_RIGHT_SURROUND = 4,
62 SKL_CHANNEL_INVALID = 0xF,
87 SKL_FS_128000 = 128000,
88 SKL_FS_176400 = 176400,
89 SKL_FS_192000 = 192000,
93 enum skl_widget_type {
94 SKL_WIDGET_VMIXER = 1,
100 struct skl_audio_data_format {
101 enum skl_s_freq s_freq;
102 enum skl_bitdepth bit_depth;
104 enum skl_ch_cfg ch_cfg;
105 enum skl_interleaving interleaving;
106 u8 number_of_channels;
112 struct skl_base_cfg {
117 struct skl_audio_data_format audio_fmt;
120 struct skl_cpr_gtw_cfg {
124 /* not mandatory; required only for DMIC/I2S */
128 struct skl_dma_control {
135 struct skl_base_cfg base_cfg;
136 struct skl_audio_data_format out_fmt;
137 u32 cpr_feature_mask;
138 struct skl_cpr_gtw_cfg gtw_cfg;
142 struct skl_src_module_cfg {
143 struct skl_base_cfg base_cfg;
144 enum skl_s_freq src_cfg;
147 struct notification_mask {
152 struct skl_up_down_mixer_cfg {
153 struct skl_base_cfg base_cfg;
154 enum skl_ch_cfg out_ch_cfg;
155 /* This should be set to 1 if user coefficients are required */
157 /* Pass the user coeff in this array */
158 s32 coeff[UP_DOWN_MIXER_MAX_COEFF];
161 struct skl_algo_cfg {
162 struct skl_base_cfg base_cfg;
166 struct skl_base_outfmt_cfg {
167 struct skl_base_cfg base_cfg;
168 struct skl_audio_data_format out_fmt;
172 SKL_DMA_HDA_HOST_OUTPUT_CLASS = 0,
173 SKL_DMA_HDA_HOST_INPUT_CLASS = 1,
174 SKL_DMA_HDA_HOST_INOUT_CLASS = 2,
175 SKL_DMA_HDA_LINK_OUTPUT_CLASS = 8,
176 SKL_DMA_HDA_LINK_INPUT_CLASS = 9,
177 SKL_DMA_HDA_LINK_INOUT_CLASS = 0xA,
178 SKL_DMA_DMIC_LINK_INPUT_CLASS = 0xB,
179 SKL_DMA_I2S_LINK_OUTPUT_CLASS = 0xC,
180 SKL_DMA_I2S_LINK_INPUT_CLASS = 0xD,
183 union skl_ssp_dma_node {
186 u8 time_slot_index:4;
191 union skl_connector_node_id {
200 struct skl_module_fmt {
206 u32 interleaving_style;
211 struct skl_module_cfg;
213 struct skl_mod_inst_map {
218 struct skl_kpb_params {
220 struct skl_mod_inst_map map[0];
223 struct skl_module_inst_id {
230 enum skl_module_pin_state {
232 SKL_PIN_BIND_DONE = 1,
235 struct skl_module_pin {
236 struct skl_module_inst_id id;
239 enum skl_module_pin_state pin_state;
240 struct skl_module_cfg *tgt_mcfg;
243 struct skl_specific_cfg {
250 enum skl_pipe_state {
251 SKL_PIPE_INVALID = 0,
252 SKL_PIPE_CREATED = 1,
254 SKL_PIPE_STARTED = 3,
258 struct skl_pipe_module {
259 struct snd_soc_dapm_widget *w;
260 struct list_head node;
263 struct skl_pipe_params {
270 snd_pcm_format_t format;
273 unsigned int host_bps;
274 unsigned int link_bps;
277 struct skl_pipe_fmt {
283 struct skl_pipe_mcfg {
288 struct skl_path_config {
290 struct skl_pipe_fmt in_fmt;
291 struct skl_pipe_fmt out_fmt;
300 struct skl_pipe_params *p_params;
301 enum skl_pipe_state state;
305 struct skl_path_config configs[SKL_MAX_PATH_CONFIGS];
306 struct list_head w_list;
310 enum skl_module_state {
311 SKL_MODULE_UNINIT = 0,
312 SKL_MODULE_LOADED = 1,
313 SKL_MODULE_INIT_DONE = 2,
314 SKL_MODULE_BIND_DONE = 3,
315 SKL_MODULE_UNLOADED = 4,
318 enum d0i3_capability {
320 SKL_D0I3_STREAMING = 1,
321 SKL_D0I3_NON_STREAMING = 2,
324 struct skl_module_pin_fmt {
326 struct skl_module_fmt fmt;
329 struct skl_module_iface {
333 struct skl_module_pin_fmt inputs[MAX_IN_QUEUE];
334 struct skl_module_pin_fmt outputs[MAX_OUT_QUEUE];
337 struct skl_module_pin_resources {
342 struct skl_module_res {
352 struct skl_module_pin_resources input[MAX_IN_QUEUE];
353 struct skl_module_pin_resources output[MAX_OUT_QUEUE];
365 struct skl_module_res resources[SKL_MAX_MODULE_RESOURCES];
366 struct skl_module_iface formats[SKL_MAX_MODULE_FORMATS];
369 struct skl_module_cfg {
371 struct skl_module_inst_id id;
372 struct skl_module *module;
376 bool homogenous_inputs;
377 bool homogenous_outputs;
378 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];
379 struct skl_module_fmt out_fmt[MODULE_MAX_OUT_PINS];
394 u8 dmic_ch_combo_index;
400 enum d0i3_capability d0i3_caps;
401 u32 dma_buffer_size; /* in milli seconds */
402 struct skl_module_pin *m_in_pin;
403 struct skl_module_pin *m_out_pin;
404 enum skl_module_type m_type;
405 enum skl_hw_conn_type hw_conn_type;
406 enum skl_module_state m_state;
407 struct skl_pipe *pipe;
408 struct skl_specific_cfg formats_config;
409 struct skl_pipe_mcfg mod_cfg[SKL_MAX_MODULES_IN_PIPE];
412 struct skl_algo_data {
420 struct skl_pipeline {
421 struct skl_pipe *pipe;
422 struct list_head node;
425 struct skl_module_deferred_bind {
426 struct skl_module_cfg *src;
427 struct skl_module_cfg *dst;
428 struct list_head node;
431 struct skl_mic_sel_config {
434 u16 blob[SKL_MIC_MAX_CH_SUPPORT][SKL_MIC_MAX_CH_SUPPORT];
444 static inline struct skl *get_skl_ctx(struct device *dev)
446 struct hdac_ext_bus *ebus = dev_get_drvdata(dev);
448 return ebus_to_skl(ebus);
451 int skl_tplg_be_update_params(struct snd_soc_dai *dai,
452 struct skl_pipe_params *params);
453 int skl_dsp_set_dma_control(struct skl_sst *ctx,
454 struct skl_module_cfg *mconfig);
455 void skl_tplg_set_be_dmic_config(struct snd_soc_dai *dai,
456 struct skl_pipe_params *params, int stream);
457 int skl_tplg_init(struct snd_soc_platform *platform,
458 struct hdac_ext_bus *ebus);
459 struct skl_module_cfg *skl_tplg_fe_get_cpr_module(
460 struct snd_soc_dai *dai, int stream);
461 int skl_tplg_update_pipe_params(struct device *dev,
462 struct skl_module_cfg *mconfig, struct skl_pipe_params *params);
464 void skl_tplg_d0i3_get(struct skl *skl, enum d0i3_capability caps);
465 void skl_tplg_d0i3_put(struct skl *skl, enum d0i3_capability caps);
467 int skl_create_pipeline(struct skl_sst *ctx, struct skl_pipe *pipe);
469 int skl_run_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
471 int skl_pause_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
473 int skl_delete_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
475 int skl_stop_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
477 int skl_reset_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
479 int skl_init_module(struct skl_sst *ctx, struct skl_module_cfg *module_config);
481 int skl_bind_modules(struct skl_sst *ctx, struct skl_module_cfg
482 *src_module, struct skl_module_cfg *dst_module);
484 int skl_unbind_modules(struct skl_sst *ctx, struct skl_module_cfg
485 *src_module, struct skl_module_cfg *dst_module);
487 int skl_set_module_params(struct skl_sst *ctx, u32 *params, int size,
488 u32 param_id, struct skl_module_cfg *mcfg);
489 int skl_get_module_params(struct skl_sst *ctx, u32 *params, int size,
490 u32 param_id, struct skl_module_cfg *mcfg);
492 struct skl_module_cfg *skl_tplg_be_get_cpr_module(struct snd_soc_dai *dai,
494 enum skl_bitdepth skl_get_bit_depth(int params);
495 int skl_pcm_host_dma_prepare(struct device *dev,
496 struct skl_pipe_params *params);
497 int skl_pcm_link_dma_prepare(struct device *dev,
498 struct skl_pipe_params *params);