14 Jul
2015
14 Jul
'15
8:17 p.m.
-----Original Message----- From: Mark Brown [mailto:broonie@kernel.org] Sent: Tuesday, July 14, 2015 11:16 AM To: Fang, Yang A Cc: lgirdwood@gmail.com; alsa-devel@alsa-project.org; Koul, Vinod; Nujella, Sathyanarayana; kevin.strasser@linux.intel.com; Sripathi, Srinivas; Sreeramalu, Shilpa; Mirche, Dinesh; stable@vger.kernel.org Subject: Re: [PATCH] ASoC: Intel: Get correct usage_count value to load firmware
On Tue, Jul 14, 2015 at 11:13:46AM -0700, yang.a.fang@intel.com wrote:
+#ifdef PM_CONFIG +#define GET_USAGE_COUNT(dev) (atomic_read(&dev- power.usage_count)) +#else +#define GET_USAGE_COUNT(dev) 1 +#endif
PM_CONFIG?
Sorry for the typo. Will fix that.