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

Commit 4591a873 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: increase PM resume timeout period to 300ms"

parents e7c6d026 47dd5880
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#define MAX_NUM_IRQS 14
#define NUM_IRQ_REGS 2

#define WCD9XXX_SYSTEM_RESUME_TIMEOUT_MS 100
#define WCD9XXX_SYSTEM_RESUME_TIMEOUT_MS 300

#define BYTE_BIT_MASK(nr) (1UL << ((nr) % BITS_PER_BYTE))
#define BIT_BYTE(nr) ((nr) / BITS_PER_BYTE)