Searched hist:"1 c943f60e830d0b959c765df09d4c4b254de0481" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/ |
H A D | soc-pcm.c | diff 1c943f60e830d0b959c765df09d4c4b254de0481 Wed May 31 19:42:49 CDT 2023 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: add snd_soc_get_stream_cpu()
We are using get_stream_cpu() to get CPU stream which cares Codec2Codec. But it is static function for now, and we want to use it from other files. This patch makes it global function.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87fs7cj9mf.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | soc-dapm.c | diff 1c943f60e830d0b959c765df09d4c4b254de0481 Wed May 31 19:42:49 CDT 2023 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: add snd_soc_get_stream_cpu()
We are using get_stream_cpu() to get CPU stream which cares Codec2Codec. But it is static function for now, and we want to use it from other files. This patch makes it global function.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87fs7cj9mf.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | soc-core.c | diff 1c943f60e830d0b959c765df09d4c4b254de0481 Wed May 31 19:42:49 CDT 2023 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: add snd_soc_get_stream_cpu()
We are using get_stream_cpu() to get CPU stream which cares Codec2Codec. But it is static function for now, and we want to use it from other files. This patch makes it global function.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87fs7cj9mf.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
|
/openbmc/linux/include/sound/ |
H A D | soc.h | diff 1c943f60e830d0b959c765df09d4c4b254de0481 Wed May 31 19:42:49 CDT 2023 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: add snd_soc_get_stream_cpu()
We are using get_stream_cpu() to get CPU stream which cares Codec2Codec. But it is static function for now, and we want to use it from other files. This patch makes it global function.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87fs7cj9mf.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
|