Mark Brown
79ca782533
Merge series "ASoC: soc-dai: add snd_soc_dai_xxx()" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
We have soc-dai.c today. DAI related functions
should be implemented in it.
These patches are v2 of doing it.
Link: https://lore.kernel.org/r/871rofunaq.wl-kuninori.morimoto.gx@renesas.com
Kuninori Morimoto (17):
ASoC: soc-dai: add soc_dai_err()
ASoC: soc-dai: don't overwide dai->driver->ops
ASoC: soc-dai: add snd_soc_pcm_dai_new()
ASoC: soc-dai: add snd_soc_pcm_dai_prepare()
ASoC: soc-dai: add snd_soc_pcm_dai_trigger()
ASoC: soc-dai: add snd_soc_pcm_dai_bespoke_trigger()
ASoC: soc-dai: add snd_soc_pcm_dai_probe()
ASoC: soc-dai: add snd_soc_pcm_dai_remove()
ASoC: soc-dai: add snd_soc_dai_compr_start()
ASoC: soc-dai: add snd_soc_dai_compr_shutdown()
ASoC: soc-dai: add snd_soc_dai_compr_trigger()
ASoC: soc-dai: add snd_soc_dai_compr_set_params()
ASoC: soc-dai: add snd_soc_dai_compr_get_params()
ASoC: soc-dai: add snd_soc_dai_compr_ack()
ASoC: soc-dai: add snd_soc_dai_compr_pointer()
ASoC: soc-dai: add snd_soc_dai_compr_set_metadata()
ASoC: soc-dai: add snd_soc_dai_compr_get_metadata()
include/sound/soc-dai.h | 41 +++-
sound/soc/soc-compress.c | 104 ++++-----
sound/soc/soc-core.c | 85 +-------
sound/soc/soc-dai.c | 453 +++++++++++++++++++++++++++++----------
sound/soc/soc-pcm.c | 50 +----
5 files changed, 434 insertions(+), 299 deletions(-)
--
2.17.1
2020-04-29 17:21:35 +01:00
..
2020-04-06 10:35:06 -07:00
2020-04-07 10:43:39 -07:00
2020-03-30 18:03:06 +02:00
2020-04-09 00:01:59 +09:00
2020-04-09 10:29:35 +02:00
2020-04-09 10:51:30 -07:00
2020-03-29 12:40:41 +01:00
2020-03-26 14:08:41 -06:00
2020-03-24 12:15:51 +00:00
2020-04-12 09:47:10 -07:00
2020-03-20 09:02:45 +01:00
2020-04-06 08:46:59 -07:00
2020-03-27 12:59:04 -03:00
2020-04-02 17:03:53 -07:00
2020-04-03 15:05:35 -07:00
2020-04-29 17:21:35 +01:00
2020-03-26 21:47:47 -04:00
2020-04-07 14:11:54 -07:00
2020-04-27 16:02:26 +01:00
2020-03-23 18:51:08 +01:00
2020-04-07 12:12:54 +02:00