Loading dsp/audio_pdr.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2017, 2020, 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 Loading Loading @@ -39,7 +39,7 @@ static int audio_pdr_locator_callback(struct notifier_block *this, memcpy(&audio_pdr_services, data, sizeof(audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP])); if (audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP].total_domains == 1) { if (audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP].total_domains > 0 ) { pr_debug("%s: Service %s, returned total domains %d, ", __func__, audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP].service_name, Loading Loading
dsp/audio_pdr.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2017, 2020, 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 Loading Loading @@ -39,7 +39,7 @@ static int audio_pdr_locator_callback(struct notifier_block *this, memcpy(&audio_pdr_services, data, sizeof(audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP])); if (audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP].total_domains == 1) { if (audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP].total_domains > 0 ) { pr_debug("%s: Service %s, returned total domains %d, ", __func__, audio_pdr_services[AUDIO_PDR_DOMAIN_ADSP].service_name, Loading