mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

This commit enables sound for a line of Huawei laptops that use the ES8336 codec which is connected to the ACP3X module. Signed-off-by: Marian Postevca <posteuca@mutex.one> Link: https://lore.kernel.org/r/20230829220116.1159-6-posteuca@mutex.one Signed-off-by: Mark Brown <broonie@kernel.org>
13 lines
217 B
C
13 lines
217 B
C
/* 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
|
|
|