Searched hist:"7 eaa313bdec3f2326c9cdacec88fd484a36c423b" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/soc/ |
H A D | soc-dai.c | diff 7eaa313bdec3f2326c9cdacec88fd484a36c423b Thu Apr 23 18:15:20 CDT 2020 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: soc-dai: add snd_soc_pcm_dai_remove()
We have 2 type of component functions snd_soc_dai_xxx() is focusing to dai itself, snd_soc_pcm_dai_xxx() is focusing to rtd related dai.
Now we can update snd_soc_dai_remove() to snd_soc_pcm_dai_remove(). This patch do it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-By: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/87r1wdssjc.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | soc-core.c | diff 7eaa313bdec3f2326c9cdacec88fd484a36c423b Thu Apr 23 18:15:20 CDT 2020 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: soc-dai: add snd_soc_pcm_dai_remove()
We have 2 type of component functions snd_soc_dai_xxx() is focusing to dai itself, snd_soc_pcm_dai_xxx() is focusing to rtd related dai.
Now we can update snd_soc_dai_remove() to snd_soc_pcm_dai_remove(). This patch do it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-By: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/87r1wdssjc.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
/openbmc/linux/include/sound/ |
H A D | soc-dai.h | diff 7eaa313bdec3f2326c9cdacec88fd484a36c423b Thu Apr 23 18:15:20 CDT 2020 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: soc-dai: add snd_soc_pcm_dai_remove()
We have 2 type of component functions snd_soc_dai_xxx() is focusing to dai itself, snd_soc_pcm_dai_xxx() is focusing to rtd related dai.
Now we can update snd_soc_dai_remove() to snd_soc_pcm_dai_remove(). This patch do it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-By: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/87r1wdssjc.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
|