ASoC: soc-component: add snd_soc_component_compr_get_codec_caps()
component related function should be implemented at soc-component.c. This patch adds snd_soc_component_compr_get_codec_caps(). 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/877dqp7v6i.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d67fcb2d8f
commit
0f6fe09720
3 changed files with 28 additions and 25 deletions
|
|
@ -455,6 +455,8 @@ int snd_soc_component_compr_get_params(struct snd_compr_stream *cstream,
|
|||
struct snd_codec *params);
|
||||
int snd_soc_component_compr_get_caps(struct snd_compr_stream *cstream,
|
||||
struct snd_compr_caps *caps);
|
||||
int snd_soc_component_compr_get_codec_caps(struct snd_compr_stream *cstream,
|
||||
struct snd_compr_codec_caps *codec);
|
||||
|
||||
int snd_soc_pcm_component_pointer(struct snd_pcm_substream *substream);
|
||||
int snd_soc_pcm_component_ioctl(struct snd_pcm_substream *substream,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue