Searched refs:n_param (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/x86/ |
D | intel_hdmi_audio.c | 732 u32 n_param, struct snd_intelhad *intelhaddata) in had_prog_cts() argument 742 dividend = (u64)tmds * n_param*1000; in had_prog_cts() 747 tmds, n_param, cts_val); in had_prog_cts() 802 static int had_prog_n(u32 aud_samp_freq, u32 *n_param, in had_prog_n() argument 824 *n_param = n_val; in had_prog_n() 1189 u32 disp_samp_freq, n_param; in had_pcm_prepare() local 1208 retval = had_prog_n(substream->runtime->rate, &n_param, intelhaddata); in had_pcm_prepare() 1219 n_param, intelhaddata); in had_pcm_prepare() 1279 u32 disp_samp_freq, n_param; in had_process_mode_change() local 1292 retval = had_prog_n(substream->runtime->rate, &n_param, intelhaddata); in had_process_mode_change() [all …]
|