Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/hda/
Dhda_eld.c282 e->spk_alloc = GRAB_BITS(buf, 7, 0, 7); in hdmi_update_eld()
399 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen) in snd_print_channel_allocation() argument
404 if (spk_alloc & (1 << i)) in snd_print_channel_allocation()
419 if (e->spk_alloc) { in snd_hdmi_show_eld()
421 snd_print_channel_allocation(e->spk_alloc, buf, sizeof(buf)); in snd_hdmi_show_eld()
494 snd_print_channel_allocation(e->spk_alloc, buf, sizeof(buf)); in hdmi_print_eld_info()
495 snd_iprintf(buffer, "speakers\t\t[0x%x]%s\n", e->spk_alloc, buf); in hdmi_print_eld_info()
536 e->spk_alloc = val; in hdmi_write_eld_info()
Dhda_local.h625 int spk_alloc; member
657 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen);
Dpatch_hdmi.c423 if (!eld->spk_alloc) in hdmi_channel_allocation()
424 eld->spk_alloc = 0xffff; in hdmi_channel_allocation()
433 if (eld->spk_alloc & (1 << i)) in hdmi_channel_allocation()
447 snd_print_channel_allocation(eld->spk_alloc, buf, sizeof(buf)); in hdmi_channel_allocation()