Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.h
26498 views
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright 2023 Marian Postevca <[email protected]>
4
*/
5
6
#ifndef __ACP3X_ES83XX_H
7
#define __ACP3X_ES83XX_H
8
9
void acp3x_es83xx_init_ops(struct acp_mach_ops *ops);
10
11
#endif
12
13
14