Lines Matching refs:format
189 a->format = GRAB_BITS(buf, 0, 3, 4); in hdmi_update_short_audio_desc()
190 switch (a->format) { in hdmi_update_short_audio_desc()
233 a->format = GRAB_BITS(buf, 2, 3, 5); in hdmi_update_short_audio_desc()
234 if (a->format == AUDIO_CODING_XTYPE_HE_REF_CT || in hdmi_update_short_audio_desc()
235 a->format >= AUDIO_CODING_XTYPE_FIRST_RESERVED) { in hdmi_update_short_audio_desc()
238 a->format); in hdmi_update_short_audio_desc()
239 a->format = 0; in hdmi_update_short_audio_desc()
241 a->format += AUDIO_CODING_TYPE_HE_AAC - in hdmi_update_short_audio_desc()
402 if (!a->format) in hdmi_show_short_audio_desc()
407 if (a->format == AUDIO_CODING_TYPE_LPCM) in hdmi_show_short_audio_desc()
417 cea_audio_coding_type_names[a->format], in hdmi_show_short_audio_desc()
459 i, a->format, cea_audio_coding_type_names[a->format]); in hdmi_print_sad_info()
465 if (a->format == AUDIO_CODING_TYPE_LPCM) { in hdmi_print_sad_info()
573 e->sad[n].format = val; in snd_hdmi_write_eld_info()
614 if (a->format == AUDIO_CODING_TYPE_LPCM) { in snd_hdmi_eld_update_pcm_info()