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

Set pin control for the SoC sound node. The compatibles are set by each model dts. The codecs that each models use are: burnet ts3a227_max98357 damu da7219_max98357 fennel da7219_rt1015p fennel14 da7219_rt1015p juniper ts3a227_max98357 kakadu da7219_rt1015p kappa ts3a227_max98357 kenzo ts3a227_max98357 kodama ts3a227_max98357 krane ts3a227_max98357 willow-sku0 da7219_max98357 willow-sku1 ts3a227_max98357 Signed-off-by: Kansho Nishida <kansho@chromium.org> Link: https://lore.kernel.org/r/20210706190111.v3.2.I6e9ce0f2a489f9a52299656cd966b38ae75e7552@changeid Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Google Kukui (and derivatives) mt6358-ts3a227-rt1015p sound card.
|
|
*
|
|
* Copyright 2021 Google LLC.
|
|
*/
|
|
|
|
#include "mt8183-kukui-audio-ts3a227e.dtsi"
|
|
#include "mt8183-kukui-audio-rt1015p.dtsi"
|
|
|
|
&sound {
|
|
compatible = "mediatek,mt8183_mt6358_ts3a227_rt1015p";
|
|
};
|