Lines Matching defs:rate
53 * The Presence rate of a constant bitrate stream is mean flow rate of the
57 * Index of the table corresponds to Presence rate code for the respective rate
180 static int slim_get_prate_code(int rate)
185 if (rate == slim_presence_rate_table[i])
220 rt->rate = cfg->rate;
224 prrate = slim_get_prate_code(cfg->rate);
226 dev_err(&rt->dev->dev, "Cannot get presence rate for rate %d Hz\n",
227 cfg->rate);
231 if (cfg->rate % ctrl->a_framer->superfreq) {
233 * data rate not exactly multiple of super frame,
244 rt->ratem = cfg->rate/ctrl->a_framer->superfreq;