File tree Expand file tree Collapse file tree 3 files changed +659
-0
lines changed
Expand file tree Collapse file tree 3 files changed +659
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,20 @@ config SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH
281281 Say Y if you have such a device.
282282 If unsure select "N".
283283
284+ config SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH
285+ tristate "GLK with RT5682 and MAX98357A in I2S Mode"
286+ depends on MFD_INTEL_LPSS && I2C && ACPI
287+ select SND_SOC_RT5682
288+ select SND_SOC_MAX98357A
289+ select SND_SOC_DMIC
290+ select SND_SOC_HDAC_HDMI
291+ select SND_HDA_DSP_LOADER
292+ help
293+ This adds support for ASoC machine driver for Geminilake platforms
294+ with RT5682 + MAX98357A I2S audio codec.
295+ Say Y if you have such a device.
296+ If unsure select "N".
297+
284298endif ## SND_SOC_INTEL_SKYLAKE
285299
286300endif ## SND_SOC_INTEL_MACH
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ snd-soc-sst-bdw-rt5677-mach-objs := bdw-rt5677.o
66snd-soc-sst-broadwell-objs := broadwell.o
77snd-soc-sst-bxt-da7219_max98357a-objs := bxt_da7219_max98357a.o
88snd-soc-sst-bxt-rt298-objs := bxt_rt298.o
9+ snd-soc-sst-glk-rt5682_max98357a-objs := glk_rt5682_max98357a.o
910snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
1011snd-soc-sst-bytcr-rt5651-objs := bytcr_rt5651.o
1112snd-soc-sst-cht-bsw-rt5672-objs := cht_bsw_rt5672.o
@@ -27,6 +28,7 @@ obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
2728obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
2829obj-$(CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH) += snd-soc-sst-bxt-da7219_max98357a.o
2930obj-$(CONFIG_SND_SOC_INTEL_BXT_RT298_MACH) += snd-soc-sst-bxt-rt298.o
31+ obj-$(CONFIG_SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH) += snd-soc-sst-glk-rt5682_max98357a.o
3032obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
3133obj-$(CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH) += snd-soc-sst-bdw-rt5677-mach.o
3234obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
You can’t perform that action at this time.
0 commit comments