aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <[email protected]>2020-03-02 09:54:24 +0800
committerMark Brown <[email protected]>2020-03-02 13:52:34 +0000
commitd237851d5d9dff5973160737197e825f05715ba3 (patch)
tree18476c3d3143abb017da71e2fb21ffb8109b5d3e
parentf1861a7c58ba1ba43c7adff6909d9a920338e4a8 (diff)
ASoC: rt1015: add operation callback function for rt1015_dai[]
Add operation callback function for rt1015_dai[]. Signed-off-by: Jack Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/rt1015.c1
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,
}
};