projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98bd9e
)
ASoC: sof: merge DAI call back functions into ops
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Tue, 8 Aug 2023 22:56:05 +0000
(22:56 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 14 Aug 2023 12:09:23 +0000
(13:09 +0100)
ALSA SoC merges DAI call backs into .ops.
This patch merge these into one.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://lore.kernel.org/r/87h6p9b0u2.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/sof-client-probes.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/sof-client-probes.c
b/sound/soc/sof/sof-client-probes.c
index 5530b5d793d07185628239484e6408532de03217..740b637822db38e4d2d1ad43708ad0be1324389c 100644
(file)
--- a/
sound/soc/sof/sof-client-probes.c
+++ b/
sound/soc/sof/sof-client-probes.c
@@
-354,10
+354,14
@@
static const struct file_operations sof_probes_points_remove_fops = {
.owner = THIS_MODULE,
};
+static const struct snd_soc_dai_ops sof_probes_dai_ops = {
+ .compress_new = snd_soc_new_compress,
+};
+
static struct snd_soc_dai_driver sof_probes_dai_drv[] = {
{
.name = "Probe Extraction CPU DAI",
- .
compress_new = snd_soc_new_compres
s,
+ .
ops = &sof_probes_dai_op
s,
.cops = &sof_probes_compr_ops,
.capture = {
.stream_name = "Probe Extraction",