-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: SOF: imx: Add i.MX8 HW support
Add support for the audio DSP hardware found on NXP i.MX8 platform. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20190821164730.7385-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
- Loading branch information
Daniel Baluta
authored and
Mark Brown
committed
Aug 22, 2019
1 parent
b9132b8
commit 202acc5
Showing
5 changed files
with
422 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,22 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) | ||
|
||
config SND_SOC_SOF_IMX_TOPLEVEL | ||
bool "SOF support for NXP i.MX audio DSPs" | ||
depends on ARM64 && SND_SOC_SOF_OF || COMPILE_TEST | ||
help | ||
This adds support for Sound Open Firmware for NXP i.MX platforms. | ||
Say Y if you have such a device. | ||
If unsure select "N". | ||
|
||
if SND_SOC_SOF_IMX_TOPLEVEL | ||
|
||
config SND_SOC_SOF_IMX8 | ||
tristate "SOF support for i.MX8" | ||
depends on IMX_SCU | ||
depends on IMX_DSP | ||
help | ||
This adds support for Sound Open Firmware for NXP i.MX8 platforms | ||
Say Y if you have such a device. | ||
If unsure select "N". | ||
|
||
endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL |
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,4 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) | ||
snd-sof-imx8-objs := imx8.o | ||
|
||
obj-$(CONFIG_SND_SOC_SOF_IMX8) += snd-sof-imx8.o |
Oops, something went wrong.