mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ASoC: es7243e: 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: I0de38f48b436741cad09558d373c6ed5a99a248b
This commit is contained in:
@@ -2263,7 +2263,6 @@ static struct snd_soc_component_driver soc_codec_dev_es7243e = {
|
||||
.idle_bias_on = 1,
|
||||
.use_pmdown_time = 1,
|
||||
.endianness = 1,
|
||||
.non_legacy_dai_naming = 1,
|
||||
#if ES7243E_CODEC_RW_TEST_EN
|
||||
.read = es7243e_codec_read,
|
||||
.write = es7243e_codec_write,
|
||||
|
||||
Reference in New Issue
Block a user