Lines Matching defs:format
80 struct tegra_hda_format format;
477 if (regs[i].sample_rate == hdmi->format.sample_rate) {
532 if (hdmi->format.channels == 2)
563 err = tegra_hdmi_get_audio_config(hdmi->format.sample_rate,
568 hdmi->format.sample_rate, hdmi->pixel_clock);
759 frame.channels = hdmi->format.channels;
1299 * Make sure that the audio format has been configured before
1302 if (hdmi->format.sample_rate > 0) {
1469 hdmi->format.sample_rate = hparms->sample_rate;
1470 hdmi->format.channels = hparms->channels;
1499 hdmi->format.sample_rate = 0;
1500 hdmi->format.channels = 0;
1534 hdmi->format.channels = 2;
1773 unsigned int format;
1779 format = value & SOR_AUDIO_HDA_CODEC_SCRATCH0_FMT_MASK;
1781 tegra_hda_parse_format(format, &hdmi->format);