mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ASoC: es8311: 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: Tao Huang <huangtao@rock-chips.com> Change-Id: Icc09bb794dcc2efd0da7ad59c99f2901b2a5a773
This commit is contained in:
@@ -604,7 +604,6 @@ static const struct snd_soc_component_driver soc_component_dev_es8311 = {
|
||||
.num_dapm_routes = ARRAY_SIZE(es8311_dapm_routes),
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static struct regmap_config es8311_regmap = {
|
||||
|
||||
Reference in New Issue
Block a user