Kconfig (ea4d65f14f6aaa53e379b93c5544245ef081b3e7) | Kconfig (7c33b5f16915a7bc3d3b81a9a041bdc562f71dfb) |
---|---|
1menuconfig SND_SOC_INTEL_MACH 2 bool "Intel Machine drivers" 3 depends on SND_SOC_INTEL_SST_TOPLEVEL 4 help 5 Intel ASoC Machine Drivers. If you have a Intel machine that 6 has an audio controller with a DSP and I2S or DMIC port, then 7 enable this option by saying Y 8 --- 265 unchanged lines hidden (view full) --- 274 select SND_SOC_DA7219 275 select SND_SOC_MAX98357A 276 select SND_SOC_DMIC 277 select SND_SOC_HDAC_HDMI 278 help 279 This adds support for ASoC Onboard Codec I2S machine driver. This will 280 create an alsa sound card for DA7219 + MAX98357A I2S audio codec. 281 Say Y if you have such a device. | 1menuconfig SND_SOC_INTEL_MACH 2 bool "Intel Machine drivers" 3 depends on SND_SOC_INTEL_SST_TOPLEVEL 4 help 5 Intel ASoC Machine Drivers. If you have a Intel machine that 6 has an audio controller with a DSP and I2S or DMIC port, then 7 enable this option by saying Y 8 --- 265 unchanged lines hidden (view full) --- 274 select SND_SOC_DA7219 275 select SND_SOC_MAX98357A 276 select SND_SOC_DMIC 277 select SND_SOC_HDAC_HDMI 278 help 279 This adds support for ASoC Onboard Codec I2S machine driver. This will 280 create an alsa sound card for DA7219 + MAX98357A I2S audio codec. 281 Say Y if you have such a device. |
282 283config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH 284 tristate "SKL/KBL/BXT/APL with HDA Codecs" 285 select SND_SOC_HDAC_HDMI 286 help 287 This adds support for ASoC machine driver for Intel platforms 288 SKL/KBL/BXT/APL with iDisp, HDA audio codecs. 289 Say Y or m if you have such a device. This is a recommended option. |
|
282 If unsure select "N". 283 284config 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 298endif ## SND_SOC_INTEL_SKYLAKE 299 300endif ## SND_SOC_INTEL_MACH | 290 If unsure select "N". 291 292config SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH 293 tristate "GLK with RT5682 and MAX98357A in I2S Mode" 294 depends on MFD_INTEL_LPSS && I2C && ACPI 295 select SND_SOC_RT5682 296 select SND_SOC_MAX98357A 297 select SND_SOC_DMIC 298 select SND_SOC_HDAC_HDMI 299 select SND_HDA_DSP_LOADER 300 help 301 This adds support for ASoC machine driver for Geminilake platforms 302 with RT5682 + MAX98357A I2S audio codec. 303 Say Y if you have such a device. 304 If unsure select "N". 305 306endif ## SND_SOC_INTEL_SKYLAKE 307 308endif ## SND_SOC_INTEL_MACH |