File: lnl.h

package info (click to toggle)
linux 6.19.5-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,759,704 kB
  • sloc: ansic: 27,007,363; asm: 273,421; sh: 151,330; python: 81,278; makefile: 58,557; perl: 34,311; xml: 21,064; cpp: 5,986; yacc: 4,841; lex: 2,901; awk: 1,707; sed: 30; ruby: 25
file content (21 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
/*
 * This file is provided under a dual BSD/GPLv2 license.  When using or
 * redistributing this file, you may do so under either license.
 *
 * Copyright(c) 2024 Intel Corporation
 */

#ifndef __SOF_INTEL_LNL_H
#define __SOF_INTEL_LNL_H

#define LNL_DSP_REG_HFDSC		0x160200 /* DSP core0 status */
#define LNL_DSP_REG_HFDEC		0x160204 /* DSP core0 error */

int sof_lnl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);

bool lnl_dsp_check_sdw_irq(struct snd_sof_dev *sdev);
int lnl_dsp_disable_interrupts(struct snd_sof_dev *sdev);
bool lnl_sdw_check_wakeen_irq(struct snd_sof_dev *sdev);

#endif /* __SOF_INTEL_LNL_H */