All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH linux-sof-driver] ASoC: codecs: rt715: rt715_sdw_regmap can be static
       [not found] <201910181617.cbzGwOC1%lkp@intel.com>
@ 2019-10-18  9:02 ` kbuild test robot
  2019-10-18 11:27   ` Pierre-Louis Bossart
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2019-10-18  9:02 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]


Fixes: 340dea861e4c ("ASoC: codecs: rt715: add SoundWire support")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 rt715-sdw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/rt715-sdw.c b/sound/soc/codecs/rt715-sdw.c
index cd1ab562fd64c..58f5e31131385 100644
--- a/sound/soc/codecs/rt715-sdw.c
+++ b/sound/soc/codecs/rt715-sdw.c
@@ -284,7 +284,7 @@ static const struct regmap_config rt715_regmap = {
 	.reg_write = rt715_sdw_write,
 };
 
-const struct regmap_config rt715_sdw_regmap = {
+static const struct regmap_config rt715_sdw_regmap = {
 	.name = "sdw",
 	.reg_bits = 32, /* Total register space for SDW */
 	.val_bits = 8, /* Total number of bits in register */

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

* Re: [RFC PATCH linux-sof-driver] ASoC: codecs: rt715: rt715_sdw_regmap can be static
  2019-10-18  9:02 ` [RFC PATCH linux-sof-driver] ASoC: codecs: rt715: rt715_sdw_regmap can be static kbuild test robot
@ 2019-10-18 11:27   ` Pierre-Louis Bossart
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Louis Bossart @ 2019-10-18 11:27 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

ACK, thanks for the patch!

On 10/18/19 4:02 AM, kbuild test robot wrote:
> 
> Fixes: 340dea861e4c ("ASoC: codecs: rt715: add SoundWire support")
> Signed-off-by: kbuild test robot <lkp@intel.com>
> ---
>   rt715-sdw.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/codecs/rt715-sdw.c b/sound/soc/codecs/rt715-sdw.c
> index cd1ab562fd64c..58f5e31131385 100644
> --- a/sound/soc/codecs/rt715-sdw.c
> +++ b/sound/soc/codecs/rt715-sdw.c
> @@ -284,7 +284,7 @@ static const struct regmap_config rt715_regmap = {
>   	.reg_write = rt715_sdw_write,
>   };
>   
> -const struct regmap_config rt715_sdw_regmap = {
> +static const struct regmap_config rt715_sdw_regmap = {
>   	.name = "sdw",
>   	.reg_bits = 32, /* Total register space for SDW */
>   	.val_bits = 8, /* Total number of bits in register */
> 

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

end of thread, other threads:[~2019-10-18 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201910181617.cbzGwOC1%lkp@intel.com>
2019-10-18  9:02 ` [RFC PATCH linux-sof-driver] ASoC: codecs: rt715: rt715_sdw_regmap can be static kbuild test robot
2019-10-18 11:27   ` Pierre-Louis Bossart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.