Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/hda/
Dhda_eld.c193 a->max_bitrate = 0; in hdmi_update_short_audio_desc()
216 a->max_bitrate = GRAB_BITS(buf, 2, 0, 8); in hdmi_update_short_audio_desc()
217 a->max_bitrate *= 8000; in hdmi_update_short_audio_desc()
385 else if (a->max_bitrate) in hdmi_show_short_audio_desc()
387 ", max bitrate = %d", a->max_bitrate); in hdmi_show_short_audio_desc()
449 if (a->max_bitrate) in hdmi_print_sad_info()
451 i, a->max_bitrate); in hdmi_print_sad_info()
557 e->sad[n].max_bitrate = val; in hdmi_write_eld_info()
Dhda_local.h599 int max_bitrate; /* for AC3...ATRAC */ member