forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ASoC: mediatek: mt8195: add platform driver
This patch adds mt8195 platform and affiliated driver. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
- Loading branch information
1 parent
ba0dee7
commit 417fbb6c45b9d2593ec42fd1c425d40e46bbd38e
Showing
8 changed files
with
7,378 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # SPDX-License-Identifier: GPL-2.0 | ||
|
|
||
| # platform driver | ||
| snd-soc-mt8195-afe-objs := \ | ||
| mt8195-afe-clk.o \ | ||
| mt8195-afe-pcm.o \ | ||
| mt8195-dai-adda.o \ | ||
| mt8195-dai-etdm.o \ | ||
| mt8195-dai-pcm.o | ||
|
|
||
| obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o |
Oops, something went wrong.