ASoC: Intel: Skylake: use DEVICE_ATTR_RO macro
authorYueHaibing <yuehaibing@huawei.com>
Mon, 24 May 2021 11:55:06 +0000 (19:55 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 2 Jun 2021 11:03:33 +0000 (12:03 +0100)
commitae624a38be37e1a3127d5fa32c996e09974bb88d
treee8eaf637cd8e9a8ff7a520bb75b12361b0ac3f14
parent8e5607e9941ce915187785bd09805bf7df9f7349
ASoC: Intel: Skylake: use DEVICE_ATTR_RO macro

Use DEVICE_ATTR_RO() helper instead of plain DEVICE_ATTR(),
which makes the code a bit shorter and easier to read.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20210524115506.35724-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-nhlt.c