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: qcom: audioreach: add q6apm-dai support
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
- Loading branch information
1 parent
97f0868
commit df205f36da94d1444ff26977479f356b09a39fc4
Showing
3 changed files
with
500 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| # SPDX-License-Identifier: GPL-2.0-only | ||
| snd-ar-objs := audioreach.o q6apm.o topology.o | ||
| snd-apm-dai-objs := q6apm-dai.o | ||
|
|
||
| obj-$(CONFIG_SND_SOC_QCOM_AUDIOREACH) += snd-ar.o | ||
| obj-$(CONFIG_SND_SOC_QCOM_APM_DAI) += snd-apm-dai.o | ||
|
|
||
|
|
Oops, something went wrong.