commit | c735fb07458a06b7f4dc702607b3cb722a78c9f7 | [log] [tgz] |
---|---|---|
author | Haynes Mathew George <hgeorge@codeaurora.org> | Thu Jun 30 18:00:28 2016 -0700 |
committer | Eric Laurent <elaurent@google.com> | Thu Jul 14 09:50:04 2016 -0700 |
tree | e8e031ceb691eac031d6262b58d5b8626dd7043c | |
parent | 6ebefdd83d29132f6ca5a5d6b45cac71871dd037 [diff] [blame] |
audio: sndmonitor Monitor sound card status and report online/offline events back to the streams registered with it and to audio_dev. Bug: 30075678 Change-Id: Iea74d5c83f7fe92ba4a24f4f4650ce255bdb48e8
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c index a6d9789..6179d01 100644 --- a/hal/msm8916/platform.c +++ b/hal/msm8916/platform.c
@@ -2208,3 +2208,9 @@ } return 0; } + +int platform_snd_card_update(void *platform __unsed, + card_status_t status __unused) +{ + return -1; +}