mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
ASoC: nau*: Remove now redundant non_legacy_dai_naming flag
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> Link: https://lore.kernel.org/r/20220623125250.2355471-55-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
736f48714c
commit
c2fd88f002
@ -93,7 +93,6 @@ static const struct snd_soc_component_driver nau8315_component_driver = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static const struct snd_soc_dai_ops nau8315_dai_ops = {
|
||||
|
@ -806,7 +806,6 @@ static const struct snd_soc_component_driver nau8540_component_driver = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static const struct regmap_config nau8540_regmap_config = {
|
||||
|
@ -866,7 +866,6 @@ static const struct snd_soc_component_driver nau8810_component_driver = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static int nau8810_i2c_probe(struct i2c_client *i2c)
|
||||
|
@ -1430,7 +1430,6 @@ static const struct snd_soc_component_driver nau8821_component_driver = {
|
||||
.dapm_routes = nau8821_dapm_routes,
|
||||
.num_dapm_routes = ARRAY_SIZE(nau8821_dapm_routes),
|
||||
.suspend_bias_off = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
|
@ -1083,7 +1083,6 @@ static const struct snd_soc_component_driver soc_component_dev_nau8822 = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static const struct regmap_config nau8822_regmap_config = {
|
||||
|
@ -1544,7 +1544,6 @@ static const struct snd_soc_component_driver nau8824_component_driver = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static const struct snd_soc_dai_ops nau8824_dai_ops = {
|
||||
|
@ -2478,7 +2478,6 @@ static const struct snd_soc_component_driver nau8825_component_driver = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static void nau8825_reset_chip(struct regmap *regmap)
|
||||
|
Loading…
Reference in New Issue
Block a user