]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ASoC: rt1015: add operation callback function for rt1015_dai[]
authorJack Yu <jack.yu@realtek.com>
Mon, 2 Mar 2020 01:54:24 +0000 (09:54 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 2 Mar 2020 13:52:34 +0000 (13:52 +0000)
Add operation callback function for rt1015_dai[].

Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link: https://lore.kernel.org/r/20200302015424.9075-1-jack.yu@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1015.c

index 6d490e2dbc259b9442e92103010d979ba4eea58c..9f151c7c3d2dcda72f210d22ff6a64901721b9a0 100644 (file)
@@ -857,6 +857,7 @@ struct snd_soc_dai_driver rt1015_dai[] = {
                        .rates = RT1015_STEREO_RATES,
                        .formats = RT1015_FORMATS,
                },
+               .ops = &rt1015_aif_dai_ops,
        }
 };