From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <kuninori.morimoto.gx@renesas.com>,
<mripard@kernel.org>, <airlied@linux.ie>, <daniel@ffwll.ch>,
<vkoul@kernel.org>, <nicolas.ferre@microchip.com>,
<nsaenz@kernel.org>, <shawnguo@kernel.org>, <linux-imx@nxp.com>,
<cezary.rojewski@intel.com>,
<pierre-louis.bossart@linux.intel.com>,
<linux-mips@vger.kernel.org>, <linux-amlogic@lists.infradead.org>,
<daniel@zonque.org>, <srinivas.kandagatla@linaro.org>,
<linux-rockchip@lists.infradead.org>, <krzk@kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-sunxi@lists.linux.dev>, <linux-tegra@vger.kernel.org>,
<linux-omap@vger.kernel.org>, <linux-xtensa@linux-xtensa.org>,
<peter.ujfalusi@gmail.com>, <jarkko.nikula@bitmer.com>,
<heiko@sntech.de>, <jbrunet@baylibre.com>,
<kernel@pengutronix.de>, <alsa-devel@alsa-project.org>,
<patches@opensource.cirrus.com>,
<dri-devel@lists.freedesktop.org>,
<linux-rpi-kernel@lists.infradead.org>,
<frattaroli.nicolas@gmail.com>
Subject: [PATCH v2 49/96] ASoC: cs*: Remove now redundant non_legacy_dai_naming flag
Date: Thu, 23 Jun 2022 13:52:03 +0100 [thread overview]
Message-ID: <20220623125250.2355471-50-ckeepax@opensource.cirrus.com> (raw)
In-Reply-To: <20220623125250.2355471-1-ckeepax@opensource.cirrus.com>
The ASoC core has now been changed to default to the non-legacy DAI
naming, as such drivers using the new scheme no longer need to specify
the non_legacy_dai_naming flag.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
sound/soc/codecs/cs35l32.c | 1 -
sound/soc/codecs/cs35l33.c | 1 -
sound/soc/codecs/cs35l34.c | 1 -
sound/soc/codecs/cs35l35.c | 1 -
sound/soc/codecs/cs35l36.c | 1 -
sound/soc/codecs/cs4234.c | 1 -
sound/soc/codecs/cs4265.c | 1 -
sound/soc/codecs/cs4270.c | 1 -
sound/soc/codecs/cs4271.c | 1 -
sound/soc/codecs/cs42l42.c | 1 -
sound/soc/codecs/cs42l51.c | 1 -
sound/soc/codecs/cs42l52.c | 1 -
sound/soc/codecs/cs42l56.c | 1 -
sound/soc/codecs/cs42l73.c | 1 -
sound/soc/codecs/cs42xx8.c | 1 -
sound/soc/codecs/cs43130.c | 1 -
sound/soc/codecs/cs4341.c | 1 -
sound/soc/codecs/cs4349.c | 1 -
sound/soc/codecs/cs47l15.c | 1 -
sound/soc/codecs/cs47l24.c | 1 -
sound/soc/codecs/cs47l35.c | 1 -
sound/soc/codecs/cs47l85.c | 1 -
sound/soc/codecs/cs47l90.c | 1 -
sound/soc/codecs/cs47l92.c | 1 -
sound/soc/codecs/cs53l30.c | 1 -
25 files changed, 25 deletions(-)
diff --git a/sound/soc/codecs/cs35l32.c b/sound/soc/codecs/cs35l32.c
index badfc55bc5fa0..8ff6f66be86fa 100644
--- a/sound/soc/codecs/cs35l32.c
+++ b/sound/soc/codecs/cs35l32.c
@@ -236,7 +236,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs35l32 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
/* Current and threshold powerup sequence Pg37 in datasheet */
diff --git a/sound/soc/codecs/cs35l33.c b/sound/soc/codecs/cs35l33.c
index 47dc0f6d90a2a..082025fa0370c 100644
--- a/sound/soc/codecs/cs35l33.c
+++ b/sound/soc/codecs/cs35l33.c
@@ -840,7 +840,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs35l33 = {
.num_dapm_routes = ARRAY_SIZE(cs35l33_audio_map),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static const struct regmap_config cs35l33_regmap = {
diff --git a/sound/soc/codecs/cs35l34.c b/sound/soc/codecs/cs35l34.c
index 50d509a060713..472ac982779be 100644
--- a/sound/soc/codecs/cs35l34.c
+++ b/sound/soc/codecs/cs35l34.c
@@ -787,7 +787,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs35l34 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static struct regmap_config cs35l34_regmap = {
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
index 6b70afb70a674..714a759dca21b 100644
--- a/sound/soc/codecs/cs35l35.c
+++ b/sound/soc/codecs/cs35l35.c
@@ -1087,7 +1087,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs35l35 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static struct regmap_config cs35l35_regmap = {
diff --git a/sound/soc/codecs/cs35l36.c b/sound/soc/codecs/cs35l36.c
index dfe85dc2cd20f..4dc13e6f4874c 100644
--- a/sound/soc/codecs/cs35l36.c
+++ b/sound/soc/codecs/cs35l36.c
@@ -1300,7 +1300,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs35l36 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static struct regmap_config cs35l36_regmap = {
diff --git a/sound/soc/codecs/cs4234.c b/sound/soc/codecs/cs4234.c
index 881c5ba70c0ed..b49a3cf21ebe2 100644
--- a/sound/soc/codecs/cs4234.c
+++ b/sound/soc/codecs/cs4234.c
@@ -660,7 +660,6 @@ static const struct snd_soc_component_driver soc_component_cs4234 = {
.controls = cs4234_snd_controls,
.num_controls = ARRAY_SIZE(cs4234_snd_controls),
.set_bias_level = cs4234_set_bias_level,
- .non_legacy_dai_naming = 1,
.idle_bias_on = 1,
.suspend_bias_off = 1,
.endianness = 1,
diff --git a/sound/soc/codecs/cs4265.c b/sound/soc/codecs/cs4265.c
index 86bfa8d5ec787..76c19802d5fe1 100644
--- a/sound/soc/codecs/cs4265.c
+++ b/sound/soc/codecs/cs4265.c
@@ -553,7 +553,6 @@ static const struct snd_soc_component_driver soc_component_cs4265 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static const struct regmap_config cs4265_regmap = {
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c
index 97d26b9e8f7fe..ba67e43edf351 100644
--- a/sound/soc/codecs/cs4270.c
+++ b/sound/soc/codecs/cs4270.c
@@ -619,7 +619,6 @@ static const struct snd_soc_component_driver soc_component_device_cs4270 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
/*
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
index 7663f89ac6a24..2021cf4426061 100644
--- a/sound/soc/codecs/cs4271.c
+++ b/sound/soc/codecs/cs4271.c
@@ -642,7 +642,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs4271 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int cs4271_common_probe(struct device *dev,
diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c
index 6ca74c0d46eaa..d545a593a2516 100644
--- a/sound/soc/codecs/cs42l42.c
+++ b/sound/soc/codecs/cs42l42.c
@@ -581,7 +581,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs42l42 = {
.num_controls = ARRAY_SIZE(cs42l42_snd_controls),
.idle_bias_on = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
/* Switch to SCLK. Atomic delay after the write to allow the switch to complete. */
diff --git a/sound/soc/codecs/cs42l51.c b/sound/soc/codecs/cs42l51.c
index 0e933181b5dbb..51721edd8f53c 100644
--- a/sound/soc/codecs/cs42l51.c
+++ b/sound/soc/codecs/cs42l51.c
@@ -600,7 +600,6 @@ static const struct snd_soc_component_driver soc_component_device_cs42l51 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static bool cs42l51_writeable_reg(struct device *dev, unsigned int reg)
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c
index 10e696406a71b..90bf535fc5a52 100644
--- a/sound/soc/codecs/cs42l52.c
+++ b/sound/soc/codecs/cs42l52.c
@@ -1061,7 +1061,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs42l52 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
/* Current and threshold powerup sequence Pg37 */
diff --git a/sound/soc/codecs/cs42l56.c b/sound/soc/codecs/cs42l56.c
index 510c94265b1f0..03e2540a0ba12 100644
--- a/sound/soc/codecs/cs42l56.c
+++ b/sound/soc/codecs/cs42l56.c
@@ -1114,7 +1114,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs42l56 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static const struct regmap_config cs42l56_regmap = {
diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c
index 5a9166289f366..0a146319755a6 100644
--- a/sound/soc/codecs/cs42l73.c
+++ b/sound/soc/codecs/cs42l73.c
@@ -1256,7 +1256,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs42l73 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static const struct regmap_config cs42l73_regmap = {
diff --git a/sound/soc/codecs/cs42xx8.c b/sound/soc/codecs/cs42xx8.c
index 5d6ef660f851f..d14eb2f6e1dd4 100644
--- a/sound/soc/codecs/cs42xx8.c
+++ b/sound/soc/codecs/cs42xx8.c
@@ -497,7 +497,6 @@ static const struct snd_soc_component_driver cs42xx8_driver = {
.num_dapm_routes = ARRAY_SIZE(cs42xx8_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
const struct cs42xx8_driver_data cs42448_data = {
diff --git a/sound/soc/codecs/cs43130.c b/sound/soc/codecs/cs43130.c
index a2bce0f9f247b..ca4d47cc9c915 100644
--- a/sound/soc/codecs/cs43130.c
+++ b/sound/soc/codecs/cs43130.c
@@ -2345,7 +2345,6 @@ static struct snd_soc_component_driver soc_component_dev_cs43130 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static const struct regmap_config cs43130_regmap = {
diff --git a/sound/soc/codecs/cs4341.c b/sound/soc/codecs/cs4341.c
index 8ac043f1aae01..ac1696034846d 100644
--- a/sound/soc/codecs/cs4341.c
+++ b/sound/soc/codecs/cs4341.c
@@ -202,7 +202,6 @@ static const struct snd_soc_component_driver soc_component_cs4341 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static const struct of_device_id __maybe_unused cs4341_dt_ids[] = {
diff --git a/sound/soc/codecs/cs4349.c b/sound/soc/codecs/cs4349.c
index 7069e9b548576..f7c5c2fd43046 100644
--- a/sound/soc/codecs/cs4349.c
+++ b/sound/soc/codecs/cs4349.c
@@ -260,7 +260,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs4349 = {
.idle_bias_on = 1,
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static const struct regmap_config cs4349_regmap = {
diff --git a/sound/soc/codecs/cs47l15.c b/sound/soc/codecs/cs47l15.c
index 391fd7da331fd..0193173b86376 100644
--- a/sound/soc/codecs/cs47l15.c
+++ b/sound/soc/codecs/cs47l15.c
@@ -1353,7 +1353,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs47l15 = {
.num_dapm_routes = ARRAY_SIZE(cs47l15_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int cs47l15_probe(struct platform_device *pdev)
diff --git a/sound/soc/codecs/cs47l24.c b/sound/soc/codecs/cs47l24.c
index 6356f81aafc56..f9a2b865d7176 100644
--- a/sound/soc/codecs/cs47l24.c
+++ b/sound/soc/codecs/cs47l24.c
@@ -1203,7 +1203,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs47l24 = {
.num_dapm_routes = ARRAY_SIZE(cs47l24_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int cs47l24_probe(struct platform_device *pdev)
diff --git a/sound/soc/codecs/cs47l35.c b/sound/soc/codecs/cs47l35.c
index db2f844b8b17f..c1032d6c9143f 100644
--- a/sound/soc/codecs/cs47l35.c
+++ b/sound/soc/codecs/cs47l35.c
@@ -1638,7 +1638,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs47l35 = {
.num_dapm_routes = ARRAY_SIZE(cs47l35_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int cs47l35_probe(struct platform_device *pdev)
diff --git a/sound/soc/codecs/cs47l85.c b/sound/soc/codecs/cs47l85.c
index d4fedc5ad516e..215d8211aa59b 100644
--- a/sound/soc/codecs/cs47l85.c
+++ b/sound/soc/codecs/cs47l85.c
@@ -2582,7 +2582,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs47l85 = {
.num_dapm_routes = ARRAY_SIZE(cs47l85_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int cs47l85_probe(struct platform_device *pdev)
diff --git a/sound/soc/codecs/cs47l90.c b/sound/soc/codecs/cs47l90.c
index 5aec937a24629..1ad6526c78717 100644
--- a/sound/soc/codecs/cs47l90.c
+++ b/sound/soc/codecs/cs47l90.c
@@ -2497,7 +2497,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs47l90 = {
.num_dapm_routes = ARRAY_SIZE(cs47l90_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int cs47l90_probe(struct platform_device *pdev)
diff --git a/sound/soc/codecs/cs47l92.c b/sound/soc/codecs/cs47l92.c
index a1b8dcdb9f7b7..59da34b480a87 100644
--- a/sound/soc/codecs/cs47l92.c
+++ b/sound/soc/codecs/cs47l92.c
@@ -1958,7 +1958,6 @@ static const struct snd_soc_component_driver soc_component_dev_cs47l92 = {
.num_dapm_routes = ARRAY_SIZE(cs47l92_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static int cs47l92_probe(struct platform_device *pdev)
diff --git a/sound/soc/codecs/cs53l30.c b/sound/soc/codecs/cs53l30.c
index 360ca2ffd5069..8796d8e84b7a2 100644
--- a/sound/soc/codecs/cs53l30.c
+++ b/sound/soc/codecs/cs53l30.c
@@ -899,7 +899,6 @@ static const struct snd_soc_component_driver cs53l30_driver = {
.num_dapm_routes = ARRAY_SIZE(cs53l30_dapm_routes),
.use_pmdown_time = 1,
.endianness = 1,
- .non_legacy_dai_naming = 1,
};
static struct regmap_config cs53l30_regmap = {
--
2.30.2
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2022-06-23 12:59 UTC|newest]
Thread overview: 99+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-23 12:51 [PATCH v2 00/96] Refactor non_legacy_dai_naming flag Charles Keepax
2022-06-23 12:51 ` [PATCH v2 01/96] ASoC: soc-component: Add legacy_dai_naming flag Charles Keepax
2022-06-23 12:51 ` [PATCH v2 02/96] soundwire: intel: Migrate to new style legacy DAI naming flag Charles Keepax
2022-06-24 4:25 ` Vinod Koul
2022-06-23 12:51 ` [PATCH v2 03/96] drm/vc4: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 04/96] ASoC: img: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 05/96] ASoC: spear: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 06/96] ASoC: jz4740-i2c: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 07/96] ASoC: ep93xx: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 08/96] ASoC: stm32: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 09/96] ASoC: bcm: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 10/96] ASoC: sh: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 11/96] ASoC: tegra: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 12/96] ASoC: hisilicon: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 13/96] ASoC: xilinx: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 14/96] ASoC: sunxi: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 15/96] ASoC: Intel: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 16/96] ASoC: meson: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 17/96] ASoC: sti-uniperf: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 18/96] ASoC: amd: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 19/96] ASoC: atmel: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 20/96] ASoC: fsl: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 21/96] ASoC: xtensa: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 22/96] ASoC: adi: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 23/96] ASoC: dwc: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 24/96] ASoC: qcom: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 25/96] ASoC: test-component: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 26/96] ASoC: rockchip: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 27/96] ASoC: au1x: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 28/96] ASoC: pxa: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 29/96] ASoC: sof: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 30/96] ASoC: ux500: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 31/96] ASoC: ti: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 32/96] ASoC: mxs-saif: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 33/96] ASoC: samsung: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 34/96] ASoC: core: Switch core to new " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 35/96] media: TDA1997x: Remove now redundant non_legacy_dai_naming flag Charles Keepax
2022-06-23 12:51 ` [PATCH v2 36/96] ASoC: fsl: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 37/96] ASoC: meson: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 38/96] ASoC: pistachio: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 39/96] ASoC: samsung: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 40/96] ASoC: soc-utils: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 41/96] ASoC: sunxi: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 42/96] ASoC: tegra: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 43/96] ASoC: test-component: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 44/96] ASoC: topology: KUnit: " Charles Keepax
2022-06-23 12:51 ` [PATCH v2 45/96] ASoC: uniphier: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 46/96] ASoC: ad*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 47/96] ASoC: ak*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 48/96] ASoC: alc*: " Charles Keepax
2022-06-23 12:52 ` Charles Keepax [this message]
2022-06-23 12:52 ` [PATCH v2 50/96] ASoC: da*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 51/96] ASoC: es*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 52/96] ASoC: max*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 53/96] ASoC: msm*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 54/96] ASoC: nau*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 55/96] ASoC: pcm*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 56/96] ASoC: rt*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 57/96] ASoC: spdif: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 58/96] ASoC: ssm*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 59/96] ASoC: sta*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 60/96] ASoC: tas*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 61/96] ASoC: tfa*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 62/96] ASoC: tlv320*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 63/96] ASoC: twl*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 64/96] ASoC: uda*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 65/96] ASoC: wm*: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 66/96] ASoC: 88pm860x: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 67/96] ASoC: ab8500: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 68/96] ASoC: ac97: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 69/96] ASoC: ads117x: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 70/96] ASoC: bd28623: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 71/96] ASoC: bt-sco: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 72/96] ASoC: cpcap: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 73/96] ASoC: cq93vc: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 74/96] ASoC: cx20442: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 75/96] ASoC: dmic: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 76/96] ASoC: gtm601: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 77/96] ASoC: hdac_hdmi: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 78/96] ASoC: hdmi-codec: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 79/96] ASoC: ics43432: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 80/96] ASoC: inno_rk3036: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 81/96] ASoC: Intel: avs: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 82/96] ASoC: isabelle: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 83/96] ASoC: jz4740: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 84/96] ASoC: lm49453: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 85/96] ASoC: lochnagar: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 86/96] ASoC: mc13783: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 87/96] ASoC: ml26124: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 88/96] ASoC: rk817: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 89/96] ASoC: sgtl5000: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 90/96] ASoC: si476x: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 91/96] ASoC: stac9766: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 92/96] ASoC: sti-sas: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 93/96] ASoC: tscs42xx: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 94/96] ASoC: wl1273: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 95/96] ASoC: zl38060: " Charles Keepax
2022-06-23 12:52 ` [PATCH v2 96/96] ASoC: soc-component: Remove " Charles Keepax
2022-06-29 16:23 ` [PATCH v2 00/96] Refactor " Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220623125250.2355471-50-ckeepax@opensource.cirrus.com \
--to=ckeepax@opensource.cirrus.com \
--cc=airlied@linux.ie \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=cezary.rojewski@intel.com \
--cc=daniel@ffwll.ch \
--cc=daniel@zonque.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=frattaroli.nicolas@gmail.com \
--cc=heiko@sntech.de \
--cc=jarkko.nikula@bitmer.com \
--cc=jbrunet@baylibre.com \
--cc=kernel@pengutronix.de \
--cc=krzk@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-mips@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=mripard@kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=nsaenz@kernel.org \
--cc=patches@opensource.cirrus.com \
--cc=peter.ujfalusi@gmail.com \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=shawnguo@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox