On 2/13/20 12:30 AM, Takashi Iwai wrote: > On Thu, 13 Feb 2020 07:11:45 +0100, > Samuel Holland wrote: >> >> It can be useful to derive min/max rates of a snd_pcm_hardware without >> having a snd_pcm_runtime, such as before constructing an ASoC DAI link. >> >> Since snd_pcm_limit_hw_rates only uses runtime->hw, it does not actually >> need the snd_pcm_runtime. Modify it to take a pointer to hw directly. > > I prefer adding a new function and change snd_pcm_limit_hw_rates() to > static inline just calling the new one with &runtime->hw, instead of > touching so many callers site. I agree. I will definitely do that for v2. Thanks, Samuel > thanks, > > Takashi > >> >> Signed-off-by: Samuel Holland <samuel@xxxxxxxxxxxx>