diff options
Diffstat (limited to 'sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.h')
-rw-r--r-- | sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.h b/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.h new file mode 100644 index 0000000000..03551ffdd9 --- /dev/null +++ b/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2023 Marian Postevca <posteuca@mutex.one> + */ + +#ifndef __ACP3X_ES83XX_H +#define __ACP3X_ES83XX_H + +void acp3x_es83xx_init_ops(struct acp_mach_ops *ops); + +#endif + |