diff options
author | John Hsu <KCHSU0@nuvoton.com> | 2018-02-06 10:02:43 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-01 19:48:46 +0300 |
commit | 5b00ce63e07fac692400db80d3e1fbd1f1f65701 (patch) | |
tree | d5e9c79ac4a013922e76a97dc2e7fc9a779f990e /sound/soc/intel/common/soc-acpi-intel-cht-match.c | |
parent | 256ac58a7ea343600bd6d0e3df3eb7eebb2d65e0 (diff) | |
download | linux-5b00ce63e07fac692400db80d3e1fbd1f1f65701.tar.xz |
ASoC: Intel: add nau8824 sound card
Create sound card with NAU88L24 codec in Intel Cherryview-based platforms,
Cherrytrail and Braswell.
Signed-off-by: John Hsu <KCHSU0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-cht-match.c')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-cht-match.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-cht-match.c b/sound/soc/intel/common/soc-acpi-intel-cht-match.c index b50a0d53846b..ad1eb2d644be 100644 --- a/sound/soc/intel/common/soc-acpi-intel-cht-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-cht-match.c @@ -118,6 +118,15 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cherrytrail_machines[] = { .asoc_plat_name = "sst-mfld-platform", }, { + .id = "10508824", + .drv_name = "cht-bsw-nau8824", + .fw_filename = "intel/fw_sst_22a8.bin", + .board = "cht-bsw", + .sof_fw_filename = "intel/reef-cht.ri", + .sof_tplg_filename = "intel/reef-cht-nau8824.tplg", + .asoc_plat_name = "sst-mfld-platform", + }, + { .id = "DLGS7212", .drv_name = "bytcht_da7213", .fw_filename = "intel/fw_sst_22a8.bin", |