Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88ddd393 authored by Simon Shields's avatar Simon Shields Committed by Gerrit Code Review
Browse files

msm8960: fixes for N

* fixup of 4ed66e62 for 8960
* port across a few constants from de4849ce
  to get 8960 building.

Change-Id: I98bbf5843d9b93ba1263e36a0ad64ea596cec244
parent f5d92711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}
+6 −0
Original line number Diff line number Diff line
@@ -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
@@ -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