Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_auto_parser.c194 short assoc, loc, conn, dev; in snd_hda_parse_pin_defcfg() local
207 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg()
296 (loc == AC_JACK_LOC_HDMI) ? in snd_hda_parse_pin_defcfg()
303 if (loc == AC_JACK_LOC_HDMI) in snd_hda_parse_pin_defcfg()
450 unsigned int loc = get_defcfg_location(def_conf); in snd_hda_get_input_pin_attr() local
457 if ((loc & 0x30) == AC_JACK_LOC_INTERNAL) in snd_hda_get_input_pin_attr()
459 if ((loc & 0x30) == AC_JACK_LOC_SEPARATE) in snd_hda_get_input_pin_attr()
461 if (loc == AC_JACK_LOC_REAR) in snd_hda_get_input_pin_attr()
463 if (loc == AC_JACK_LOC_FRONT) in snd_hda_get_input_pin_attr()
/sound/soc/codecs/
Dcs53l30.c771 unsigned int loc[CS53L30_TDM_SLOT_MAX] = {48, 48, 48, 48}; in cs53l30_set_dai_tdm_slot() local
799 loc[i] = slot_next * slot_step; in cs53l30_set_dai_tdm_slot()
801 tx_enable |= (u64)((u64)(1 << slot_step) - 1) << (u64)loc[i]; in cs53l30_set_dai_tdm_slot()
814 slot_next = loc[i - 1] + slot_step - 1; in cs53l30_set_dai_tdm_slot()
821 for (i = 0; i < CS53L30_TDM_SLOT_MAX && loc[i] != 48; i++) { in cs53l30_set_dai_tdm_slot()
823 CS53L30_ASP_CHx_TX_LOC_MASK, loc[i]); in cs53l30_set_dai_tdm_slot()
824 dev_dbg(dai->dev, "loc[%d]=%x\n", i, loc[i]); in cs53l30_set_dai_tdm_slot()