diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-12-14 11:35:24 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-14 11:48:57 +0000 |
commit | cfc652a73331c3b465e3f8dd39a3d6b71e6b3a66 (patch) | |
tree | e922dd2ce9c3cdb590f552677637365383abc280 /kernel/events | |
parent | dd82410f7e939f00591c415d62915a89ac2fb8f0 (diff) |
ASoC: simple-card: tidyup prefix for snd_soc_codec_conf
Current simple-card is handling "prefix" by many ways.
But, it is not useful and readable.
We want to do is that allow having it everywere.
This patch supports it.
It will be overwrote if lower node has it.
sound {
simple-audio-card,prefix = "xxx"; // initial
simple-audio-card,dai-link {
prefix = "xxx"; // overwrite
cpu {
...
};
codec {
prefix = "xxx"; // overwrite
};
};
};
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'kernel/events')
0 files changed, 0 insertions, 0 deletions