LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ASoC: trace: remove snd_soc_codec
@ 2018-03-28 2:18 Kuninori Morimoto
2018-03-28 2:38 ` Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree Mark Brown
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2018-03-28 2:18 UTC (permalink / raw)
To: Mark Brown, Steven Rostedt, Ingo Molnar, Greg Kroah-Hartman,
Thomas Gleixner, Philippe Ombredanne, Kate Stewart
Cc: Linux-ALSA, open list
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3b..40c300f 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
1.9.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
@ 2018-03-28 2:38 ` Mark Brown
2018-04-12 16:17 ` Mark Brown
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2018-03-28 2:38 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Mark Brown, Steven Rostedt, Ingo Molnar,
Greg Kroah-Hartman, Thomas Gleixner, Philippe Ombredanne,
Kate Stewart, Linux-ALSA, open list, alsa-devel
The patch
ASoC: trace: remove snd_soc_codec
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
>From 211b4415ecb254e167837206756dea123342689c Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 28 Mar 2018 02:18:13 +0000
Subject: [PATCH] ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3bdff46..40c300fe704d 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
2.16.2
^ permalink raw reply [flat|nested] 8+ messages in thread
* Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
2018-03-28 2:38 ` Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree Mark Brown
@ 2018-04-12 16:17 ` Mark Brown
2018-04-13 10:57 ` Mark Brown
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2018-04-12 16:17 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Mark Brown, Steven Rostedt, Ingo Molnar,
Greg Kroah-Hartman, Thomas Gleixner, Philippe Ombredanne,
Kate Stewart, Linux-ALSA, open list, alsa-devel
The patch
ASoC: trace: remove snd_soc_codec
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
>From 03a364502bebb5f464853c6ec5d49e85195600ca Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 28 Mar 2018 02:18:13 +0000
Subject: [PATCH] ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3bdff46..40c300fe704d 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
2.17.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
2018-03-28 2:38 ` Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree Mark Brown
2018-04-12 16:17 ` Mark Brown
@ 2018-04-13 10:57 ` Mark Brown
2018-04-13 11:25 ` Mark Brown
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2018-04-13 10:57 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Mark Brown, Steven Rostedt, Ingo Molnar,
Greg Kroah-Hartman, Thomas Gleixner, Philippe Ombredanne,
Kate Stewart, Linux-ALSA, open list, alsa-devel
The patch
ASoC: trace: remove snd_soc_codec
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
>From 03a364502bebb5f464853c6ec5d49e85195600ca Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 28 Mar 2018 02:18:13 +0000
Subject: [PATCH] ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3bdff46..40c300fe704d 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
2.17.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
` (2 preceding siblings ...)
2018-04-13 10:57 ` Mark Brown
@ 2018-04-13 11:25 ` Mark Brown
2018-05-01 21:09 ` Mark Brown
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2018-04-13 11:25 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Mark Brown, Steven Rostedt, Ingo Molnar,
Greg Kroah-Hartman, Thomas Gleixner, Philippe Ombredanne,
Kate Stewart, Linux-ALSA, open list, alsa-devel
The patch
ASoC: trace: remove snd_soc_codec
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
>From 03a364502bebb5f464853c6ec5d49e85195600ca Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 28 Mar 2018 02:18:13 +0000
Subject: [PATCH] ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3bdff46..40c300fe704d 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
2.17.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
` (3 preceding siblings ...)
2018-04-13 11:25 ` Mark Brown
@ 2018-05-01 21:09 ` Mark Brown
2018-06-26 15:03 ` Mark Brown
2018-07-13 15:10 ` Mark Brown
6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2018-05-01 21:09 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Mark Brown, Steven Rostedt, Ingo Molnar,
Greg Kroah-Hartman, Thomas Gleixner, Philippe Ombredanne,
Kate Stewart, Linux-ALSA, open list, alsa-devel
The patch
ASoC: trace: remove snd_soc_codec
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
>From 211b4415ecb254e167837206756dea123342689c Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 28 Mar 2018 02:18:13 +0000
Subject: [PATCH] ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3bdff46..40c300fe704d 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
2.17.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
` (4 preceding siblings ...)
2018-05-01 21:09 ` Mark Brown
@ 2018-06-26 15:03 ` Mark Brown
2018-07-13 15:10 ` Mark Brown
6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2018-06-26 15:03 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Mark Brown, Steven Rostedt, Ingo Molnar,
Greg Kroah-Hartman, Thomas Gleixner, Philippe Ombredanne,
Kate Stewart, Linux-ALSA, open list, alsa-devel
The patch
ASoC: trace: remove snd_soc_codec
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
From 211b4415ecb254e167837206756dea123342689c Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 28 Mar 2018 02:18:13 +0000
Subject: [PATCH] ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3bdff46..40c300fe704d 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
2.17.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
` (5 preceding siblings ...)
2018-06-26 15:03 ` Mark Brown
@ 2018-07-13 15:10 ` Mark Brown
6 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2018-07-13 15:10 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Mark Brown, Mark Brown, Steven Rostedt, Ingo Molnar,
Greg Kroah-Hartman, Thomas Gleixner, Philippe Ombredanne,
Kate Stewart, Linux-ALSA, open list, alsa-devel
The patch
ASoC: trace: remove snd_soc_codec
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
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
From 211b4415ecb254e167837206756dea123342689c Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 28 Mar 2018 02:18:13 +0000
Subject: [PATCH] ASoC: trace: remove snd_soc_codec
snd_soc_codec is replaced to snd_soc_component,
and it is not used in this file.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
include/trace/events/asoc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/trace/events/asoc.h b/include/trace/events/asoc.h
index ccd1a3bdff46..40c300fe704d 100644
--- a/include/trace/events/asoc.h
+++ b/include/trace/events/asoc.h
@@ -12,7 +12,6 @@
#define DAPM_ARROW(dir) (((dir) == SND_SOC_DAPM_DIR_OUT) ? "->" : "<-")
struct snd_soc_jack;
-struct snd_soc_codec;
struct snd_soc_card;
struct snd_soc_dapm_widget;
struct snd_soc_dapm_path;
--
2.18.0
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-07-14 22:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 2:18 [PATCH] ASoC: trace: remove snd_soc_codec Kuninori Morimoto
2018-03-28 2:38 ` Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree Mark Brown
2018-04-12 16:17 ` Mark Brown
2018-04-13 10:57 ` Mark Brown
2018-04-13 11:25 ` Mark Brown
2018-05-01 21:09 ` Mark Brown
2018-06-26 15:03 ` Mark Brown
2018-07-13 15:10 ` 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).