Home
last modified time | relevance | path

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

/linux-6.15/sound/core/
H A Dpcm_drm_eld.c254 val = GRAB_BITS(buf, 1, 0, 7); in hdmi_update_short_audio_desc()
260 a->channels = GRAB_BITS(buf, 0, 0, 3); in hdmi_update_short_audio_desc()
266 a->format = GRAB_BITS(buf, 0, 3, 4); in hdmi_update_short_audio_desc()
273 val = GRAB_BITS(buf, 2, 0, 3); in hdmi_update_short_audio_desc()
306 a->profile = GRAB_BITS(buf, 2, 0, 3); in hdmi_update_short_audio_desc()
310 a->format = GRAB_BITS(buf, 2, 3, 5); in hdmi_update_short_audio_desc()
334 e->eld_ver = GRAB_BITS(buf, 0, 3, 5); in snd_parse_eld()
342 mnl = GRAB_BITS(buf, 4, 0, 5); in snd_parse_eld()
347 e->conn_type = GRAB_BITS(buf, 5, 2, 2); in snd_parse_eld()
348 e->sad_count = GRAB_BITS(buf, 5, 4, 4); in snd_parse_eld()
[all …]