On Mon, Dec 11, 2023 at 05:53:56PM +0800, Jianhua Lu wrote: > + } > +} > +EXPORT_SYMBOL_GPL(qcom_snd_tdm_hw_params); > + Why is this exported? > @@ -125,6 +186,9 @@ int qcom_snd_sdw_hw_params(struct snd_pcm_substream *substream, > *psruntime = sruntime; > } > break; > + case PRIMARY_TDM_RX_0...QUINARY_TDM_TX_7: > + qcom_snd_tdm_hw_params(substream, params); > + break; > } The only caller is in the same file.
Attachment:
signature.asc
Description: PGP signature
- Follow-Ups:
- Re: [RFC, PATCH 1/2] ASoC: qcom: sdw: Add TDM support
- From: Jianhua Lu
- Re: [RFC, PATCH 1/2] ASoC: qcom: sdw: Add TDM support
- References:
- [RFC, PATCH 1/2] ASoC: qcom: sdw: Add TDM support
- From: Jianhua Lu
- [RFC, PATCH 1/2] ASoC: qcom: sdw: Add TDM support
- Prev by Date: Re: [PATCH 0/2] ASoC: qcom: Limit Digital gains on speaker
- Next by Date: [PATCH stable-6.6 0/2] ASoC: qcom: sc8280xp: Limit speaker digital volumes
- Previous by thread: [RFC, PATCH 2/2] ASoC: qcom: sm8250: Add TERTIARY_TDM_RX_0 support
- Next by thread: Re: [RFC, PATCH 1/2] ASoC: qcom: sdw: Add TDM support
- Index(es):