Loading hal/msm8960/platform.c +1 −1 Original line number Diff line number Diff line Loading @@ -1097,7 +1097,7 @@ int platform_get_snd_device_name_extn(void *platform __unused, } bool platform_check_and_set_capture_backend_cfg(struct audio_device* adev __unused, struct audio_usecase *usecase __unused) struct audio_usecase *usecase __unused, snd_device_t snd_device) { return false; } Loading hal/msm8960/platform.h +6 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,9 @@ enum { }; #define DEVICE_NAME_MAX_SIZE 128 #define HW_INFO_ARRAY_MAX_SIZE 32 #define MIXER_CARD 0 #define SOUND_CARD 0 #define MIXER_PATH_MAX_LENGTH 100 Loading Loading @@ -122,6 +125,9 @@ enum { #define LOW_LATENCY_CAPTURE_PERIOD_SIZE 240 #define LOW_LATENCY_CAPTURE_USE_CASE 0 #define PLATFORM_INFO_XML_PATH "/system/etc/audio_platform_info.xml" #define PLATFORM_INFO_XML_BASE_STRING "/system/etc/audio_platform_info" #define AFE_PROXY_PLAYBACK_PCM_DEVICE 7 #define AFE_PROXY_RECORD_PCM_DEVICE 8 Loading Loading
hal/msm8960/platform.c +1 −1 Original line number Diff line number Diff line Loading @@ -1097,7 +1097,7 @@ int platform_get_snd_device_name_extn(void *platform __unused, } bool platform_check_and_set_capture_backend_cfg(struct audio_device* adev __unused, struct audio_usecase *usecase __unused) struct audio_usecase *usecase __unused, snd_device_t snd_device) { return false; } Loading
hal/msm8960/platform.h +6 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,9 @@ enum { }; #define DEVICE_NAME_MAX_SIZE 128 #define HW_INFO_ARRAY_MAX_SIZE 32 #define MIXER_CARD 0 #define SOUND_CARD 0 #define MIXER_PATH_MAX_LENGTH 100 Loading Loading @@ -122,6 +125,9 @@ enum { #define LOW_LATENCY_CAPTURE_PERIOD_SIZE 240 #define LOW_LATENCY_CAPTURE_USE_CASE 0 #define PLATFORM_INFO_XML_PATH "/system/etc/audio_platform_info.xml" #define PLATFORM_INFO_XML_BASE_STRING "/system/etc/audio_platform_info" #define AFE_PROXY_PLAYBACK_PCM_DEVICE 7 #define AFE_PROXY_RECORD_PCM_DEVICE 8 Loading