Arne Coucheron | 8659a58 | 2013-01-05 00:47:14 +0100 | [diff] [blame^] | 1 | ifneq ($(filter msm8960 msm7x30,$(TARGET_BOARD_PLATFORM)),) |
Steve Kondik | 84d8d50 | 2012-12-24 17:08:15 -0800 | [diff] [blame] | 2 | ifeq ($(TARGET_QCOM_AUDIO_VARIANT),caf) |
Arne Coucheron | 8659a58 | 2013-01-05 00:47:14 +0100 | [diff] [blame^] | 3 | |
| 4 | AUDIO_HW_ROOT := $(call my-dir) |
| 5 | |
| 6 | ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true) |
| 7 | include $(AUDIO_HW_ROOT)/alsa_sound/Android.mk |
| 8 | include $(AUDIO_HW_ROOT)/libalsa-intf/Android.mk |
Steve Kondik | 84d8d50 | 2012-12-24 17:08:15 -0800 | [diff] [blame] | 9 | endif |
Arne Coucheron | 8659a58 | 2013-01-05 00:47:14 +0100 | [diff] [blame^] | 10 | ifeq ($(TARGET_BOARD_PLATFORM),msm8960) |
| 11 | include $(AUDIO_HW_ROOT)/mm-audio/Android.mk |
Iliyan Malchev | 3bf1700 | 2012-06-29 16:55:10 -0700 | [diff] [blame] | 12 | endif |
Arne Coucheron | 8659a58 | 2013-01-05 00:47:14 +0100 | [diff] [blame^] | 13 | ifeq ($(TARGET_BOARD_PLATFORM),msm7x30) |
| 14 | include $(AUDIO_HW_ROOT)/msm7x30/Android.mk |
| 15 | endif |
| 16 | |
| 17 | endif |
Vineela Tummalapalli | 25af877 | 2012-08-23 09:41:29 +0530 | [diff] [blame] | 18 | endif |