replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -25,6 +25,7 @@
#include <soc/snd_event.h>
#include <dsp/audio_notifier.h>
#include <sound/samsung/snd_debug_proc.h>
#define APM_EVENT_MODULE_TO_CLIENT 0x03001000
#define WAKELOCK_TIMEOUT 200
@@ -196,6 +197,7 @@ static const struct snd_event_ops gpr_ssr_ops = {
static void gpr_adsp_down(unsigned long opcode)
{
dev_info_ratelimited(gpr_priv->dev, "%s: Q6 is Down\n", __func__);
sdp_boot_print("%s: Q6 is Down\n", __func__);
gpr_set_q6_state(GPR_SUBSYS_DOWN);
snd_event_notify(gpr_priv->dev, SND_EVENT_DOWN);
}
@@ -203,6 +205,7 @@ static void gpr_adsp_down(unsigned long opcode)
static void gpr_adsp_up(void)
{
dev_info_ratelimited(gpr_priv->dev, "%s: Q6 is Up\n", __func__);
sdp_boot_print("%s: Q6 is Up\n", __func__);
gpr_set_q6_state(GPR_SUBSYS_LOADED);
snd_event_notify(gpr_priv->dev, SND_EVENT_UP);
}