hdmi_slot 354 sound/hda/hdmi_chmap.c int hdmi_slot = 0; hdmi_slot 357 sound/hda/hdmi_chmap.c while (!WARN_ON(hdmi_slot >= 8) && hdmi_slot 358 sound/hda/hdmi_chmap.c !ch_alloc->speakers[7 - hdmi_slot]) hdmi_slot 359 sound/hda/hdmi_chmap.c hdmi_slot++; /* skip zero slots */ hdmi_slot 361 sound/hda/hdmi_chmap.c hdmi_channel_mapping[ca][i] = (i << 4) | hdmi_slot++; hdmi_slot 364 sound/hda/hdmi_chmap.c for (hdmi_slot = 0; hdmi_slot < 8; hdmi_slot++) hdmi_slot 365 sound/hda/hdmi_chmap.c if (!ch_alloc->speakers[7 - hdmi_slot]) hdmi_slot 366 sound/hda/hdmi_chmap.c hdmi_channel_mapping[ca][i++] = (0xf << 4) | hdmi_slot; hdmi_slot 378 sound/hda/hdmi_chmap.c int hdmi_slot = slotsetup & 0x0f; hdmi_slot 382 sound/hda/hdmi_chmap.c pin_nid, hdmi_slot, channel); hdmi_slot 511 sound/hda/hdmi_chmap.c int alsa_pos, hdmi_slot; hdmi_slot 516 sound/hda/hdmi_chmap.c hdmi_slot = to_cea_slot(ordered_ca, map[alsa_pos]); hdmi_slot 518 sound/hda/hdmi_chmap.c if (hdmi_slot < 0) hdmi_slot 521 sound/hda/hdmi_chmap.c assignments[hdmi_slot] = alsa_pos; hdmi_slot 524 sound/hda/hdmi_chmap.c for (hdmi_slot = 0; hdmi_slot < 8; hdmi_slot++) { hdmi_slot 528 sound/hda/hdmi_chmap.c pin_nid, hdmi_slot, assignments[hdmi_slot]); hdmi_slot 3793 sound/pci/hda/patch_hdmi.c hda_nid_t pin_nid, int hdmi_slot, int stream_channel) hdmi_slot 3799 sound/pci/hda/patch_hdmi.c if (hdmi_slot > 7) hdmi_slot 3803 sound/pci/hda/patch_hdmi.c hdmi_slot = atihdmi_paired_swap_fc_lfe(hdmi_slot); hdmi_slot 3809 sound/pci/hda/patch_hdmi.c if (hdmi_slot % 2 != 0 && stream_channel == 0xf) hdmi_slot 3812 sound/pci/hda/patch_hdmi.c hdmi_slot -= hdmi_slot % 2; hdmi_slot 3818 sound/pci/hda/patch_hdmi.c verb = ATI_VERB_SET_MULTICHANNEL_01 + hdmi_slot/2 + (hdmi_slot % 2) * 0x00e;