Home
last modified time | relevance | path

Searched refs:max_bitrate (Results 1 – 2 of 2) sorted by relevance

/sound/pci/hda/
Dhda_eld.c174 a->max_bitrate = 0; in hdmi_update_short_audio_desc()
196 a->max_bitrate = GRAB_BITS(buf, 2, 0, 8); in hdmi_update_short_audio_desc()
197 a->max_bitrate *= 8000; in hdmi_update_short_audio_desc()
397 else if (a->max_bitrate) in hdmi_show_short_audio_desc()
399 ", max bitrate = %d", a->max_bitrate); in hdmi_show_short_audio_desc()
447 if (a->max_bitrate) in hdmi_print_sad_info()
449 i, a->max_bitrate); in hdmi_print_sad_info()
557 e->sad[n].max_bitrate = val; in snd_hdmi_write_eld_info()
Dhda_local.h661 int max_bitrate; /* for AC3...ATRAC */ member