diff options
author | Jack Yu <jack.yu@realtek.com> | 2020-03-02 09:54:24 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-02 13:52:34 +0000 |
commit | d237851d5d9dff5973160737197e825f05715ba3 (patch) | |
tree | 18476c3d3143abb017da71e2fb21ffb8109b5d3e /sound | |
parent | f1861a7c58ba1ba43c7adff6909d9a920338e4a8 (diff) |
ASoC: rt1015: add operation callback function for rt1015_dai[]
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/rt1015.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1015.c b/sound/soc/codecs/rt1015.c index 6d490e2dbc25..9f151c7c3d2d 100644 --- a/sound/soc/codecs/rt1015.c +++ b/sound/soc/codecs/rt1015.c @@ -857,6 +857,7 @@ struct snd_soc_dai_driver rt1015_dai[] = { .rates = RT1015_STEREO_RATES, .formats = RT1015_FORMATS, }, + .ops = &rt1015_aif_dai_ops, } }; |