File tree Expand file tree Collapse file tree 4 files changed +4
-706
lines changed Expand file tree Collapse file tree 4 files changed +4
-706
lines changed Original file line number Diff line number Diff line change @@ -438,18 +438,11 @@ config SND_SOC_INTEL_GLK_DA7219_MAX98357A_MACH
438
438
439
439
config SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH
440
440
tristate "GLK with RT5682 and MAX98357A in I2S Mode"
441
- depends on I2C && ACPI
442
- depends on MFD_INTEL_LPSS || COMPILE_TEST
443
- depends on SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC
444
- select SND_SOC_RT5682_I2C
445
- select SND_SOC_RT5682S
446
- select SND_SOC_MAX98357A
447
- select SND_SOC_DMIC
448
- select SND_SOC_HDAC_HDMI
449
- select SND_SOC_INTEL_HDA_DSP_COMMON
441
+ imply SND_SOC_INTEL_SOF_RT5682_MACH
450
442
help
451
443
This adds support for ASoC machine driver for Geminilake platforms
452
- with RT5682 + MAX98357A I2S audio codec.
444
+ with RT5682 + MAX98357A I2S audio codec. This option is deprecated
445
+ and please use SND_SOC_INTEL_SOF_RT5682_MACH instead.
453
446
Say Y if you have such a device.
454
447
If unsure select "N".
455
448
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ snd-soc-sst-bxt-da7219_max98357a-objs := bxt_da7219_max98357a.o
7
7
snd-soc-sst-bxt-rt298-objs := bxt_rt298.o
8
8
snd-soc-sst-sof-pcm512x-objs := sof_pcm512x.o
9
9
snd-soc-sst-sof-wm8804-objs := sof_wm8804.o
10
- snd-soc-sst-glk-rt5682_max98357a-objs := glk_rt5682_max98357a.o
11
10
snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
12
11
snd-soc-sst-bytcr-rt5651-objs := bytcr_rt5651.o
13
12
snd-soc-sst-bytcr-wm5102-objs := bytcr_wm5102.o
@@ -55,7 +54,6 @@ obj-$(CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH) += snd-soc-sst-bxt-da7219_
55
54
obj-$(CONFIG_SND_SOC_INTEL_BXT_RT298_MACH) += snd-soc-sst-bxt-rt298.o
56
55
obj-$(CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH) += snd-soc-sst-sof-pcm512x.o
57
56
obj-$(CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH) += snd-soc-sst-sof-wm8804.o
58
- obj-$(CONFIG_SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH) += snd-soc-sst-glk-rt5682_max98357a.o
59
57
obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-bdw-rt286.o
60
58
obj-$(CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH) += snd-soc-sst-bdw-rt5650-mach.o
61
59
obj-$(CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH) += snd-soc-sst-bdw-rt5677-mach.o
You can’t perform that action at this time.
0 commit comments