hda-stream.c (7c11af9fcdc425b80f140a218d4fef9f17734bfc) | hda-stream.c (ee1e79b72e3cf5eac42ba9de827536f91d4c04e2) |
---|---|
1// SPDX-License-Identifier: (GPL-2.0 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: Liam Girdwood <liam.r.girdwood@linux.intel.com> --- 6 unchanged lines hidden (view full) --- 15 * Hardware interface for generic Intel audio DSP HDA IP 16 */ 17 18#include <linux/pm_runtime.h> 19#include <sound/hdaudio_ext.h> 20#include <sound/hda_register.h> 21#include <sound/sof.h> 22#include "../ops.h" | 1// SPDX-License-Identifier: (GPL-2.0 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: Liam Girdwood <liam.r.girdwood@linux.intel.com> --- 6 unchanged lines hidden (view full) --- 15 * Hardware interface for generic Intel audio DSP HDA IP 16 */ 17 18#include <linux/pm_runtime.h> 19#include <sound/hdaudio_ext.h> 20#include <sound/hda_register.h> 21#include <sound/sof.h> 22#include "../ops.h" |
23#include "../sof-audio.h" |
|
23#include "hda.h" 24 25/* 26 * set up one of BDL entries for a stream 27 */ 28static int hda_setup_bdle(struct snd_sof_dev *sdev, 29 struct snd_dma_buffer *dmab, 30 struct hdac_stream *stream, --- 819 unchanged lines hidden --- | 24#include "hda.h" 25 26/* 27 * set up one of BDL entries for a stream 28 */ 29static int hda_setup_bdle(struct snd_sof_dev *sdev, 30 struct snd_dma_buffer *dmab, 31 struct hdac_stream *stream, --- 819 unchanged lines hidden --- |