alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] constify codecs acpi_device_id.
@ 2017-07-23 17:23 Arvind Yadav
  2017-07-23 17:23 ` [PATCH 1/4] ASoC: rt5514: constify acpi_device_id Arvind Yadav
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Arvind Yadav @ 2017-07-23 17:23 UTC (permalink / raw)
  To: bardliao, oder_chiou, lgirdwood, broonie, perex, tiwai
  Cc: alsa-devel, linux-kernel

acpi_device_id are not supposed to change at runtime. All functions
working with acpi_device_id provided by <acpi/acpi_bus.h> work with
const acpi_device_id. So mark the non-const structs as const.

Arvind Yadav (4):
  [PATCH 1/4] ASoC: rt5514: constify acpi_device_id.
  [PATCH 2/4] ASoC: rt5663: constify acpi_device_id.
  [PATCH 3/4] ASoC: rt5659: constify acpi_device_id.
  [PATCH 4/4] ASoC: rt5665: constify acpi_device_id.

 sound/soc/codecs/rt5514.c | 2 +-
 sound/soc/codecs/rt5659.c | 2 +-
 sound/soc/codecs/rt5663.c | 2 +-
 sound/soc/codecs/rt5665.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-26 14:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-23 17:23 [PATCH 0/4] constify codecs acpi_device_id Arvind Yadav
2017-07-23 17:23 ` [PATCH 1/4] ASoC: rt5514: constify acpi_device_id Arvind Yadav
2017-07-26 14:17   ` Applied "ASoC: rt5514: constify acpi_device_id." to the asoc tree Mark Brown
2017-07-23 17:23 ` [PATCH 2/4] ASoC: rt5663: constify acpi_device_id Arvind Yadav
2017-07-26 14:17   ` Applied "ASoC: rt5663: constify acpi_device_id." to the asoc tree Mark Brown
2017-07-23 17:23 ` [PATCH 3/4] ASoC: rt5659: constify acpi_device_id Arvind Yadav
2017-07-26 14:17   ` Applied "ASoC: rt5659: constify acpi_device_id." to the asoc tree Mark Brown
2017-07-23 17:23 ` [PATCH 4/4] ASoC: rt5665: constify acpi_device_id Arvind Yadav
2017-07-26 14:17   ` Applied "ASoC: rt5665: constify acpi_device_id." to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).