Searched refs:spk_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/sound/pci/hda/ |
D | hda_eld.c | 274 e->spk_alloc = GRAB_BITS(buf, 7, 0, 7); in hdmi_update_eld() 305 if (!e->spk_alloc) in hdmi_update_eld() 306 e->spk_alloc = 0xffff; in hdmi_update_eld() 429 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen) in snd_print_channel_allocation() argument 434 if (spk_alloc & (1 << i)) in snd_print_channel_allocation() 449 if (e->spk_alloc) { in snd_hdmi_show_eld() 451 snd_print_channel_allocation(e->spk_alloc, buf, sizeof(buf)); in snd_hdmi_show_eld() 526 snd_print_channel_allocation(e->spk_alloc, buf, sizeof(buf)); in hdmi_print_eld_info() 527 snd_iprintf(buffer, "speakers\t\t[0x%x]%s\n", e->spk_alloc, buf); in hdmi_print_eld_info() 568 e->spk_alloc = val; in hdmi_write_eld_info()
|
D | hda_local.h | 670 int spk_alloc; member 706 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen);
|
D | patch_hdmi.c | 502 if (eld->spk_alloc & (1 << i)) in hdmi_channel_allocation() 527 snd_print_channel_allocation(eld->spk_alloc, buf, sizeof(buf)); in hdmi_channel_allocation()
|