From 19fa6defdca68db2d902d345a217b95d5f7fe5c5 Mon Sep 17 00:00:00 2001 From: Meng Wang Date: Thu, 20 Dec 2018 11:25:47 +0800 Subject: [PATCH] asoc: update kernel version for kona Update kernel version for kona. Change-Id: I490832f0a62f8f1b5cfe6fc6134e22cc5d8ae583 Signed-off-by: Meng Wang --- asoc/Kbuild | 2 +- asoc/codecs/Kbuild | 2 +- asoc/codecs/aqt1000/Kbuild | 2 +- asoc/codecs/bolero/Kbuild | 2 +- asoc/codecs/csra66x0/Kbuild | 2 +- asoc/codecs/ep92/Kbuild | 2 +- asoc/codecs/wcd934x/Kbuild | 2 +- asoc/codecs/wcd937x/Kbuild | 2 +- dsp/Kbuild | 2 +- dsp/codecs/Kbuild | 2 +- ipc/Kbuild | 2 +- soc/Kbuild | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/asoc/Kbuild b/asoc/Kbuild index 59a6e53fca..ee290b26a7 100644 --- a/asoc/Kbuild +++ b/asoc/Kbuild @@ -9,7 +9,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/asoc/codecs/Kbuild b/asoc/codecs/Kbuild index 6f04844027..ee4c61f929 100644 --- a/asoc/codecs/Kbuild +++ b/asoc/codecs/Kbuild @@ -9,7 +9,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/asoc/codecs/aqt1000/Kbuild b/asoc/codecs/aqt1000/Kbuild index 60ac86649e..d83955f0ad 100644 --- a/asoc/codecs/aqt1000/Kbuild +++ b/asoc/codecs/aqt1000/Kbuild @@ -9,7 +9,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/asoc/codecs/bolero/Kbuild b/asoc/codecs/bolero/Kbuild index dfb7596a35..1c60ec6fa4 100644 --- a/asoc/codecs/bolero/Kbuild +++ b/asoc/codecs/bolero/Kbuild @@ -11,7 +11,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/asoc/codecs/csra66x0/Kbuild b/asoc/codecs/csra66x0/Kbuild index bb26a384ec..ef599622dd 100644 --- a/asoc/codecs/csra66x0/Kbuild +++ b/asoc/codecs/csra66x0/Kbuild @@ -10,7 +10,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/asoc/codecs/ep92/Kbuild b/asoc/codecs/ep92/Kbuild index 1c54a44dcf..1b38aad9ff 100644 --- a/asoc/codecs/ep92/Kbuild +++ b/asoc/codecs/ep92/Kbuild @@ -11,7 +11,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(ANDROID_BUILD_TOP)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(ANDROID_BUILD_TOP)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/asoc/codecs/wcd934x/Kbuild b/asoc/codecs/wcd934x/Kbuild index d81618f605..63a75a770c 100644 --- a/asoc/codecs/wcd934x/Kbuild +++ b/asoc/codecs/wcd934x/Kbuild @@ -11,7 +11,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.9 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/asoc/codecs/wcd937x/Kbuild b/asoc/codecs/wcd937x/Kbuild index 48d333035b..b8db20277d 100644 --- a/asoc/codecs/wcd937x/Kbuild +++ b/asoc/codecs/wcd937x/Kbuild @@ -11,7 +11,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(ANDROID_BUILD_TOP)/kernel/msm-4.9 + AUDIO_BLD_DIR := $(ANDROID_BUILD_TOP)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/dsp/Kbuild b/dsp/Kbuild index 6d9ea15ad5..724dc12aef 100644 --- a/dsp/Kbuild +++ b/dsp/Kbuild @@ -9,7 +9,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/dsp/codecs/Kbuild b/dsp/codecs/Kbuild index f6c9ea4464..54d64f2d87 100644 --- a/dsp/codecs/Kbuild +++ b/dsp/codecs/Kbuild @@ -9,7 +9,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif diff --git a/ipc/Kbuild b/ipc/Kbuild index ec9dc78a85..484d79a37f 100644 --- a/ipc/Kbuild +++ b/ipc/Kbuild @@ -8,7 +8,7 @@ endif # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds -KDIR := $(TOP)/kernel/msm-4.14 +KDIR := $(TOP)/kernel/msm-4.19 ifeq ($(KERNEL_BUILD), 1) AUDIO_ROOT := $(KDIR)/techpack/audio diff --git a/soc/Kbuild b/soc/Kbuild index 49ba00fcce..4e545778bf 100644 --- a/soc/Kbuild +++ b/soc/Kbuild @@ -9,7 +9,7 @@ endif ifeq ($(KERNEL_BUILD), 1) # These are configurable via Kconfig for kernel-based builds # Need to explicitly configure for Android-based builds - AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.14 + AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.19 AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio endif