Lines Matching defs:format
74 struct tegra_hda_format format;
456 if (regs[i].sample_rate == hdmi->format.sample_rate) {
511 if (hdmi->format.channels == 2)
542 err = tegra_hdmi_get_audio_config(hdmi->format.sample_rate,
547 hdmi->format.sample_rate, hdmi->pixel_clock);
738 frame.channels = hdmi->format.channels;
1260 * Make sure that the audio format has been configured before
1263 if (hdmi->format.sample_rate > 0) {
1608 unsigned int format;
1614 format = value & SOR_AUDIO_HDA_CODEC_SCRATCH0_FMT_MASK;
1616 tegra_hda_parse_format(format, &hdmi->format);