mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 01:07:09 +07:00
ASoC: codec: add DT support in dmic codec
Add of_table to allows DT probing. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5863e57c22
commit
29685e207b
@ -73,9 +73,15 @@ static int dmic_dev_remove(struct platform_device *pdev)
|
||||
|
||||
MODULE_ALIAS("platform:dmic-codec");
|
||||
|
||||
static const struct of_device_id dmic_dev_match[] = {
|
||||
{.compatible = "dmic-codec"},
|
||||
{}
|
||||
};
|
||||
|
||||
static struct platform_driver dmic_driver = {
|
||||
.driver = {
|
||||
.name = "dmic-codec",
|
||||
.of_match_table = dmic_dev_match,
|
||||
},
|
||||
.probe = dmic_dev_probe,
|
||||
.remove = dmic_dev_remove,
|
||||
|
Loading…
Reference in New Issue
Block a user