Lines Matching refs:rates
152 a->rates = 0;
155 a->rates |= cea_sampling_frequencies[i + 1];
350 * SNDRV_PCM_RATE_* and AC_PAR_PCM values don't match, print correct rates with
380 hdmi_print_pcm_rates(a->rates, buf, sizeof(buf));
391 "HDMI: supports coding type %s: channels = %d, rates =%s%s\n",
425 hdmi_print_pcm_rates(a->rates, buf, sizeof(buf));
426 snd_iprintf(buffer, "sad%d_rates\t\t[0x%x]%s\n", i, a->rates, buf);
544 e->sad[n].rates = val;
562 u32 rates;
571 rates = SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 |
578 rates |= a->rates;
596 hinfo->rates &= rates;
724 /* rates from the extra byte */