mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ASoC: codecs: rk730: 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: I4395bb04b0a959d1372c0a10359b83c75d96efb2
This commit is contained in:
@@ -830,7 +830,6 @@ static const struct snd_soc_component_driver rk730_component_driver = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
};
|
||||
|
||||
static const struct reg_default rk730_reg_defaults[] = {
|
||||
|
||||
Reference in New Issue
Block a user