Skip to content

Commit d237851

Browse files
Jack Yubroonie
authored andcommitted
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]>
1 parent f1861a7 commit d237851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/rt1015.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ struct snd_soc_dai_driver rt1015_dai[] = {
857857
.rates = RT1015_STEREO_RATES,
858858
.formats = RT1015_FORMATS,
859859
},
860+
.ops = &rt1015_aif_dai_ops,
860861
}
861862
};
862863

0 commit comments

Comments
 (0)