[PATCH] ASoC: rt1015: add operation callback function for rt1015_dai[]

jack.yu at realtek.com jack.yu at realtek.com
Mon Mar 2 02:54:24 CET 2020


From: Jack Yu <jack.yu at realtek.com>

Add operation callback function for rt1015_dai[].

Signed-off-by: Jack Yu <jack.yu at realtek.com>
---
 sound/soc/codecs/rt1015.c | 1 +
 1 file changed, 1 insertion(+)

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,
 	}
 };
 
-- 
2.25.1



More information about the Alsa-devel mailing list