diff options
author | Takashi Iwai <tiwai@suse.de> | 2022-08-01 08:11:19 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-08-01 08:11:19 +0200 |
commit | 9769e44d41a1359b9000ff8458f0f2f66080ebf4 (patch) | |
tree | e91d2d71fd469c2fa9289fed87f0bb4fded196a5 /sound/soc/ti/omap-dmic.c | |
parent | f38e6458e16df7bac3871f4e69f9681c0b3c58bd (diff) | |
parent | be561ffad708f0cee18aee4231f80ffafaf7a419 (diff) | |
download | linux-stable-9769e44d41a1359b9000ff8458f0f2f66080ebf4.tar.gz linux-stable-9769e44d41a1359b9000ff8458f0f2f66080ebf4.tar.bz2 linux-stable-9769e44d41a1359b9000ff8458f0f2f66080ebf4.zip |
Merge branch 'for-next' into for-linus
Diffstat (limited to 'sound/soc/ti/omap-dmic.c')
-rw-r--r-- | sound/soc/ti/omap-dmic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/ti/omap-dmic.c b/sound/soc/ti/omap-dmic.c index f3eed20611a3..825c70a443da 100644 --- a/sound/soc/ti/omap-dmic.c +++ b/sound/soc/ti/omap-dmic.c @@ -453,7 +453,8 @@ static struct snd_soc_dai_driver omap_dmic_dai = { }; static const struct snd_soc_component_driver omap_dmic_component = { - .name = "omap-dmic", + .name = "omap-dmic", + .legacy_dai_naming = 1, }; static int asoc_dmic_probe(struct platform_device *pdev) |