spk_alloc 65 include/sound/hda_chmap.h int snd_hdac_channel_allocation(struct hdac_device *hdac, int spk_alloc, spk_alloc 73 include/sound/hda_chmap.h void snd_hdac_print_channel_allocation(int spk_alloc, char *buf, int buflen); spk_alloc 247 sound/hda/hdmi_chmap.c void snd_hdac_print_channel_allocation(int spk_alloc, char *buf, int buflen) spk_alloc 252 sound/hda/hdmi_chmap.c if (spk_alloc & (1 << i)) spk_alloc 269 sound/hda/hdmi_chmap.c int spk_alloc, int channels) spk_alloc 289 sound/hda/hdmi_chmap.c if (spk_alloc & (1 << i)) spk_alloc 316 sound/hda/hdmi_chmap.c snd_hdac_print_channel_allocation(spk_alloc, buf, sizeof(buf)); spk_alloc 587 sound/hda/hdmi_chmap.c int snd_hdac_channel_allocation(struct hdac_device *hdac, int spk_alloc, spk_alloc 596 sound/hda/hdmi_chmap.c spk_alloc, channels); spk_alloc 651 sound/hda/hdmi_chmap.c static int spk_mask_from_spk_alloc(int spk_alloc) spk_alloc 657 sound/hda/hdmi_chmap.c if (spk_alloc & (1 << i)) spk_alloc 674 sound/hda/hdmi_chmap.c int spk_alloc, spk_mask; spk_alloc 683 sound/hda/hdmi_chmap.c spk_alloc = chmap->ops.get_spk_alloc(chmap->hdac, pcm_idx); spk_alloc 684 sound/hda/hdmi_chmap.c spk_mask = spk_mask_from_spk_alloc(spk_alloc); spk_alloc 248 sound/pci/hda/hda_eld.c e->spk_alloc = GRAB_BITS(buf, 7, 0, 7); spk_alloc 279 sound/pci/hda/hda_eld.c if (!e->spk_alloc) spk_alloc 280 sound/pci/hda/hda_eld.c e->spk_alloc = 0xffff; spk_alloc 404 sound/pci/hda/hda_eld.c if (e->spk_alloc) { spk_alloc 406 sound/pci/hda/hda_eld.c snd_hdac_print_channel_allocation(e->spk_alloc, buf, sizeof(buf)); spk_alloc 481 sound/pci/hda/hda_eld.c snd_hdac_print_channel_allocation(e->spk_alloc, buf, sizeof(buf)); spk_alloc 482 sound/pci/hda/hda_eld.c snd_iprintf(buffer, "speakers\t\t[0x%x]%s\n", e->spk_alloc, buf); spk_alloc 523 sound/pci/hda/hda_eld.c e->spk_alloc = val; spk_alloc 684 sound/pci/hda/hda_local.h int spk_alloc; spk_alloc 718 sound/pci/hda/hda_local.h void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen); spk_alloc 735 sound/pci/hda/patch_hdmi.c eld->info.spk_alloc, channels, spk_alloc 2045 sound/pci/hda/patch_hdmi.c return per_pin->sink_eld.info.spk_alloc; spk_alloc 63 sound/soc/codecs/hdac_hdmi.c u8 spk_alloc; spk_alloc 378 sound/soc/codecs/hdac_hdmi.c ca = snd_hdac_channel_allocation(hdev, port->eld.info.spk_alloc, spk_alloc 1246 sound/soc/codecs/hdac_hdmi.c port->eld.info.spk_alloc = port->eld.eld_buffer[DRM_ELD_SPEAKER]; spk_alloc 2025 sound/soc/codecs/hdac_hdmi.c return port->eld.info.spk_alloc; spk_alloc 311 sound/soc/codecs/hdmi-codec.c static unsigned long hdmi_codec_spk_mask_from_alloc(int spk_alloc) spk_alloc 321 sound/soc/codecs/hdmi-codec.c if (spk_alloc & (1 << i)) spk_alloc 330 sound/soc/codecs/hdmi-codec.c u8 spk_alloc; spk_alloc 333 sound/soc/codecs/hdmi-codec.c spk_alloc = drm_eld_get_spk_alloc(hcp->eld); spk_alloc 334 sound/soc/codecs/hdmi-codec.c spk_mask = hdmi_codec_spk_mask_from_alloc(spk_alloc); spk_alloc 347 sound/soc/codecs/hdmi-codec.c u8 spk_alloc; spk_alloc 351 sound/soc/codecs/hdmi-codec.c spk_alloc = drm_eld_get_spk_alloc(hcp->eld); spk_alloc 352 sound/soc/codecs/hdmi-codec.c spk_mask = hdmi_codec_spk_mask_from_alloc(spk_alloc); spk_alloc 356 sound/soc/codecs/hdmi-codec.c if (!spk_alloc && cap->ca_id == 0)