Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_eld.c161 #define GRAB_BITS(buf, byte, lowbit, bits) \ macro
177 val = GRAB_BITS(buf, 1, 0, 7); in hdmi_update_short_audio_desc()
183 a->channels = GRAB_BITS(buf, 0, 0, 3); in hdmi_update_short_audio_desc()
189 a->format = GRAB_BITS(buf, 0, 3, 4); in hdmi_update_short_audio_desc()
196 val = GRAB_BITS(buf, 2, 0, 3); in hdmi_update_short_audio_desc()
209 a->max_bitrate = GRAB_BITS(buf, 2, 0, 8); in hdmi_update_short_audio_desc()
229 a->profile = GRAB_BITS(buf, 2, 0, 3); in hdmi_update_short_audio_desc()
233 a->format = GRAB_BITS(buf, 2, 3, 5); in hdmi_update_short_audio_desc()
256 e->eld_ver = GRAB_BITS(buf, 0, 3, 5); in snd_hdmi_parse_eld()
263 e->baseline_len = GRAB_BITS(buf, 2, 0, 8); in snd_hdmi_parse_eld()
[all …]