Message ID | 20200302015424.9075-1-jack.yu@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d237851d5d9dff5973160737197e825f05715ba3 |
Headers | show |
Series | ASoC: rt1015: add operation callback function for rt1015_dai[] | expand |
diff --git a/sound/soc/codecs/rt1015.c b/sound/soc/codecs/rt1015.c index c118d030bd2d..5fa21d8ab620 100644 --- a/sound/soc/codecs/rt1015.c +++ b/sound/soc/codecs/rt1015.c @@ -857,6 +857,7 @@ static struct snd_soc_dai_driver rt1015_dai[] = { .rates = RT1015_STEREO_RATES, .formats = RT1015_FORMATS, }, + .ops = &rt1015_aif_dai_ops, } };