linux/sound/soc/intel/catpt
Andy Shevchenko 6c023ad32b
ASoC: Intel: catpt: Carefully use PCI bitwise constants
PM constants for PCI devices are defined with bitwise annotation.
When used as is, sparse complains about that:

  .../catpt/dsp.c:390:9: warning: restricted pci_power_t degrades to integer
  .../catpt/dsp.c:414:9: warning: restricted pci_power_t degrades to integer

Force them to be u32 in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://msgid.link/r/20240307163734.3852754-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-03-07 16:47:01 +00:00
..
core.h ACPI updates for 5.11-rc1 2020-12-15 16:39:06 -08:00
device.c ASoC: Intel: catpt: Convert to platform remove callback returning void 2023-03-20 13:08:33 +00:00
dsp.c ASoC: Intel: catpt: Carefully use PCI bitwise constants 2024-03-07 16:47:01 +00:00
ipc.c ASoC: Intel: catpt: Event tracing 2020-10-02 15:32:33 +01:00
loader.c ACPI updates for 5.11-rc1 2020-12-15 16:39:06 -08:00
Makefile ASoC: Intel: Select catpt and deprecate haswell 2020-10-02 15:32:39 +01:00
messages.c ASoC: Intel: catpt: Add IPC message handlers 2020-10-02 15:32:29 +01:00
messages.h ASoC: Intel: catpt: Drop redundant enum constant 2022-04-05 10:23:22 +01:00
pcm.c ASoC: intel: convert not to use asoc_xxx() 2023-09-26 17:18:40 +02:00
registers.h
sysfs.c ASoC: Intel: catpt: Replace sprintf() with sysfs_emit() 2022-08-15 01:19:47 +01:00
trace.h ASoC: Intel: catpt: Event tracing 2020-10-02 15:32:33 +01:00