2023-08-10 01:17:58

by Yang Li

[permalink] [raw]
Subject: [PATCH -next] ASoC: SOF: Intel: Remove duplicated include in lnl.c

./sound/soc/sof/intel/lnl.c: hda.h is included more than once.

Signed-off-by: Yang Li <[email protected]>
---
sound/soc/sof/intel/lnl.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/sof/intel/lnl.c b/sound/soc/sof/intel/lnl.c
index 3d919b0b6891..db94b45e53af 100644
--- a/sound/soc/sof/intel/lnl.c
+++ b/sound/soc/sof/intel/lnl.c
@@ -16,7 +16,6 @@
#include "hda-ipc.h"
#include "../sof-audio.h"
#include "mtl.h"
-#include "hda.h"
#include <sound/hda-mlink.h>

/* LunarLake ops */
--
2.20.1.7.g153144c



2023-08-10 14:11:00

by Pierre-Louis Bossart

[permalink] [raw]
Subject: Re: [PATCH -next] ASoC: SOF: Intel: Remove duplicated include in lnl.c



On 8/9/23 19:55, Yang Li wrote:
> ./sound/soc/sof/intel/lnl.c: hda.h is included more than once.
>
> Signed-off-by: Yang Li <[email protected]>

yes, thanks for the patch

Acked-by: Pierre-Louis Bossart <[email protected]>

> ---
> sound/soc/sof/intel/lnl.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/sound/soc/sof/intel/lnl.c b/sound/soc/sof/intel/lnl.c
> index 3d919b0b6891..db94b45e53af 100644
> --- a/sound/soc/sof/intel/lnl.c
> +++ b/sound/soc/sof/intel/lnl.c
> @@ -16,7 +16,6 @@
> #include "hda-ipc.h"
> #include "../sof-audio.h"
> #include "mtl.h"
> -#include "hda.h"
> #include <sound/hda-mlink.h>
>
> /* LunarLake ops */

2023-08-10 19:20:42

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH -next] ASoC: SOF: Intel: Remove duplicated include in lnl.c

On Thu, 10 Aug 2023 08:55:55 +0800, Yang Li wrote:
> ./sound/soc/sof/intel/lnl.c: hda.h is included more than once.
>
>

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: Intel: Remove duplicated include in lnl.c
commit: 061599c8285848fe4ec64becb278dcdd60dd3369

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark