mbox series

[0/4] ASoC: Intel: fix missing .owner fields

Message ID 20200625180635.3563-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: fix missing .owner fields | expand

Message

Pierre-Louis Bossart June 25, 2020, 6:06 p.m. UTC
Fix omission of .owner = THIS_MODULE in Intel and SOF cards.
Thanks to Jaroslav and Takashi for reporting and suggesting a fix.

Pierre-Louis Bossart (4):
  ASoC: SOF: nocodec: add missing .owner field
  ASoC: Intel: cml_rt1011_rt5682: add missing .owner field
  ASoC: Intel: sof_sdw: add missing .owner field
  ASoC: Intel: bxt_rt298: add missing .owner field

 sound/soc/intel/boards/bxt_rt298.c         | 2 ++
 sound/soc/intel/boards/cml_rt1011_rt5682.c | 1 +
 sound/soc/intel/boards/sof_sdw.c           | 2 +-
 sound/soc/sof/nocodec.c                    | 1 +
 4 files changed, 5 insertions(+), 1 deletion(-)


base-commit: 6f81e520b2906258a063f09b8d1dd9d0cc6a3172

Comments

Cezary Rojewski June 25, 2020, 6:26 p.m. UTC | #1
On 2020-06-25 8:06 PM, Pierre-Louis Bossart wrote:
> Fix omission of .owner = THIS_MODULE in Intel and SOF cards.
> Thanks to Jaroslav and Takashi for reporting and suggesting a fix.
> 
> Pierre-Louis Bossart (4):
>    ASoC: SOF: nocodec: add missing .owner field
>    ASoC: Intel: cml_rt1011_rt5682: add missing .owner field
>    ASoC: Intel: sof_sdw: add missing .owner field
>    ASoC: Intel: bxt_rt298: add missing .owner field
> 
>   sound/soc/intel/boards/bxt_rt298.c         | 2 ++
>   sound/soc/intel/boards/cml_rt1011_rt5682.c | 1 +
>   sound/soc/intel/boards/sof_sdw.c           | 2 +-
>   sound/soc/sof/nocodec.c                    | 1 +
>   4 files changed, 5 insertions(+), 1 deletion(-)
> 
> 
> base-commit: 6f81e520b2906258a063f09b8d1dd9d0cc6a3172
> 

Apart for small question in 3/4 patch, looks good. Thanks Pierre!

Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
Pierre-Louis Bossart June 25, 2020, 6:47 p.m. UTC | #2
On 6/25/20 1:06 PM, Pierre-Louis Bossart wrote:
> Fix omission of .owner = THIS_MODULE in Intel and SOF cards.
> Thanks to Jaroslav and Takashi for reporting and suggesting a fix.

Sorry for the noise, please discard this series. I will add this in a 
separate machine driver update to avoid conflicts.

> 
> Pierre-Louis Bossart (4):
>    ASoC: SOF: nocodec: add missing .owner field
>    ASoC: Intel: cml_rt1011_rt5682: add missing .owner field
>    ASoC: Intel: sof_sdw: add missing .owner field
>    ASoC: Intel: bxt_rt298: add missing .owner field
> 
>   sound/soc/intel/boards/bxt_rt298.c         | 2 ++
>   sound/soc/intel/boards/cml_rt1011_rt5682.c | 1 +
>   sound/soc/intel/boards/sof_sdw.c           | 2 +-
>   sound/soc/sof/nocodec.c                    | 1 +
>   4 files changed, 5 insertions(+), 1 deletion(-)
> 
> 
> base-commit: 6f81e520b2906258a063f09b8d1dd9d0cc6a3172
>