dsp: Add missing pdr interface definition.

Fix for compilation error when pdr is not enabled.

CRs-Fixed: 2165343
Change-Id: Ic192d481b2e387b8c970c68832c87846329fe72d
Signed-off-by: Soumya Managoli <smanag@codeaurora.org>
This commit is contained in:
Soumya Managoli 2018-02-23 13:08:14 +05:30 committed by Gerrit - the friendly Code Review server
parent da56c67bc4
commit dd3fa1d1e9

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@ -83,6 +83,10 @@ static inline int audio_pdr_register(struct notifier_block *nb)
return -ENODEV;
}
static inline int audio_pdr_deregister(struct notifier_block *nb)
{
return -ENODEV;
}
static inline void *audio_pdr_service_register(int domain_id,
struct notifier_block *nb,