hda-dai.c (2dc51106ccc6c64b9ea68ddd9ec533f7e67e081d) hda-dai.c (7bbdda8009001d66611314e67a3f498d4b412c64)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2//
3// This file is provided under a dual BSD/GPLv2 license. When using or
4// redistributing this file, you may do so under either license.
5//
6// Copyright(c) 2018 Intel Corporation. All rights reserved.
7//
8// Authors: Keyon Jie <yang.jie@linux.intel.com>
9//
10
11#include <sound/pcm_params.h>
12#include <sound/hdaudio_ext.h>
13#include "../sof-priv.h"
14#include "../sof-audio.h"
15#include "hda.h"
16
17#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
18
19#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_PROBES)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2//
3// This file is provided under a dual BSD/GPLv2 license. When using or
4// redistributing this file, you may do so under either license.
5//
6// Copyright(c) 2018 Intel Corporation. All rights reserved.
7//
8// Authors: Keyon Jie <yang.jie@linux.intel.com>
9//
10
11#include <sound/pcm_params.h>
12#include <sound/hdaudio_ext.h>
13#include "../sof-priv.h"
14#include "../sof-audio.h"
15#include "hda.h"
16
17#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
18
19#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_PROBES)
20#include "../compress.h"
20#include "../sof-probes.h"
21#endif
22
23struct hda_pipe_params {
24 u8 host_dma_id;
25 u8 link_dma_id;
26 u32 ch;
27 u32 s_freq;
28 u32 s_fmt;

--- 601 unchanged lines hidden ---
21#endif
22
23struct hda_pipe_params {
24 u8 host_dma_id;
25 u8 link_dma_id;
26 u32 ch;
27 u32 s_freq;
28 u32 s_fmt;

--- 601 unchanged lines hidden ---