projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1861a7
)
ASoC: rt1015: add operation callback function for rt1015_dai[]
author
Jack Yu
<jack.yu@realtek.com>
Mon, 2 Mar 2020 01:54:24 +0000
(09:54 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 2 Mar 2020 13:52:34 +0000
(13:52 +0000)
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>
sound/soc/codecs/rt1015.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt1015.c
b/sound/soc/codecs/rt1015.c
index 6d490e2dbc259b9442e92103010d979ba4eea58c..9f151c7c3d2dcda72f210d22ff6a64901721b9a0 100644
(file)
--- 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,
}
};