Skip to content

Commit

Permalink
techpack/audio: config: Sync config file and header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ristovski committed Nov 18, 2023
1 parent adde55e commit abd971f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion techpack/audio/config/lahainaauto.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ export CONFIG_WCD9XXX_CODEC_CORE_V2=y
export CONFIG_MSM_CDC_PINCTRL=y
export CONFIG_MSM_QDSP6V2_CODECS=y
export CONFIG_MSM_QDSP6_APRV2_RPMSG=y
export CONFIG_SND_SOC_MSM_QDSP6V2_INTF=y
export CONFIG_MSM_ADSP_LOADER=y
export CONFIG_REGMAP_SWR=y
export CONFIG_MSM_QDSP6_SSR=y
export CONFIG_MSM_QDSP6_PDR=y
export CONFIG_MSM_QDSP6_NOTIFIER=y
export CONFIG_SND_SOC_MSM_HOSTLESS_PCM=y
export CONFIG_SND_SOC_MSM_QDSP6V2_INTF=y
export CONFIG_SOUNDWIRE=y
export CONFIG_SOUNDWIRE_MSTR_CTRL=y
export CONFIG_SND_SOC_QDSP6V2=y
Expand Down Expand Up @@ -44,6 +44,7 @@ export CONFIG_SND_SWR_HAPTICS=y
export CONFIG_DIGITAL_CDC_RSC_MGR=y
export CONFIG_SND_SOC_TFA9874=y
export CONFIG_AUXPCM_DISABLE=y
export CONFIG_SWRM_VER_1P6=y
export CONFIG_MIUS_IIO=y
export CONFIG_SND_SOC_AW88263S=y
export CONFIG_SND_SOC_AW88263S_M20=y
Expand Down
5 changes: 2 additions & 3 deletions techpack/audio/config/lahainaautoconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#define CONFIG_SND_SOC_MSM_HOSTLESS_PCM 1
#define CONFIG_SOUNDWIRE 1
#define CONFIG_SOUNDWIRE_MSTR_CTRL 1
#define CONFIG_SND_SOC_QDSP6V2 1
#define CONFIG_SND_SOC_WCD_MBHC_ADC 1
#define CONFIG_SND_SOC_MSM_HDMI_CODEC_RX 1
#define CONFIG_SND_SOC_QDSP6V2 1
#define CONFIG_QTI_PP 1
#define CONFIG_SND_HWDEP_ROUTING 1
#define CONFIG_SND_SOC_MSM_STUB 1
Expand All @@ -33,7 +33,6 @@
#define CONFIG_TX_MACRO 1
#define CONFIG_SND_SOC_WCD_IRQ 1
#define CONFIG_SND_SOC_WCD938X 1
#define CONFIG_SND_SOC_WCD937X 1
#define CONFIG_SND_SOC_WCD938X_SLAVE 1
#define CONFIG_SND_SOC_WCD937X 1
#define CONFIG_SND_SOC_WCD937X_SLAVE 1
Expand All @@ -47,7 +46,7 @@
#define CONFIG_MSM_CSPL 1
#define CONFIG_SND_SWR_HAPTICS 1
#define CONFIG_DIGITAL_CDC_RSC_MGR 1
//#define CONFIG_SND_SOC_TFA9874 1
#define CONFIG_SND_SOC_TFA9874 1
#define CONFIG_AUXPCM_DISABLE 1
#define CONFIG_SWRM_VER_1P6 1
#define CONFIG_MIUS_IIO 1
Expand Down

0 comments on commit abd971f

Please sign in to comment.