diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-09-25 08:33:11 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-09-25 08:33:11 +0200 |
commit | 0b2c8c12f92996debdd7a2c2aebb33242e30922a (patch) | |
tree | 1bd21fb439e7a7493ffd8fb05d548d68e9f64980 /sound/soc/fsl/fsl_sai.c | |
parent | db25f440f42eca380fcdb339f51cf73633e32485 (diff) | |
parent | 4922e7a1b767fcf6f29ce121ad74e424f4045eff (diff) |
Merge tag 'asoc-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Updates for v4.4
A first batch of updates targetted at v4.4. There are no substantial
core fixes here, the biggest block of changes is updates to the rcar
drivers and the addition of a CODEC driver for the AK4613.
Diffstat (limited to 'sound/soc/fsl/fsl_sai.c')
-rw-r--r-- | sound/soc/fsl/fsl_sai.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c index a18fd92c4a85..9366b5a42e1d 100644 --- a/sound/soc/fsl/fsl_sai.c +++ b/sound/soc/fsl/fsl_sai.c @@ -801,6 +801,7 @@ static const struct of_device_id fsl_sai_ids[] = { { .compatible = "fsl,imx6sx-sai", }, { /* sentinel */ } }; +MODULE_DEVICE_TABLE(of, fsl_sai_ids); static struct platform_driver fsl_sai_driver = { .probe = fsl_sai_probe, |