Searched refs:present (Results 1 – 10 of 10) sorted by relevance
/sound/core/oss/ |
D | mixer_oss.c | 493 unsigned int present; member 598 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_get_volume1() 600 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_get_volume1() 602 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_get_volume1() 605 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_get_volume1() 607 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_get_volume1() 609 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_get_volume1() 611 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_get_volume1() 708 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_put_volume1() 710 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) in snd_mixer_oss_put_volume1() [all …]
|
/sound/pci/hda/ |
D | patch_via.c | 301 unsigned present = 0; in set_pin_power_state() local 305 present = snd_hda_jack_detect(codec, nid); in set_pin_power_state() 307 || ((no_presence || present) in set_pin_power_state() 1230 unsigned int mono_out, present; in set_widgets_power_state_vt1716S() local 1284 present = snd_hda_jack_detect(codec, 0x1c); in set_widgets_power_state_vt1716S() 1286 if (present) in set_widgets_power_state_vt1716S() 1289 present = snd_hda_jack_detect(codec, 0x1d); in set_widgets_power_state_vt1716S() 1290 if (!spec->gen.indep_hp_enabled && present) in set_widgets_power_state_vt1716S() 1373 unsigned int present; in set_widgets_power_state_vt2002P() local 1427 present = snd_hda_jack_detect(codec, 0x25); in set_widgets_power_state_vt2002P() [all …]
|
D | Kconfig | 28 Say Y here to support the HDA controller present in NVIDIA 32 present in some NVIDIA Tegra SoCs, used to communicate audio
|
D | hda_generic.c | 3886 bool present = false; in detect_jacks() local 3896 present = true; in detect_jacks() 3898 return present; in detect_jacks() 4218 int present = 0; in check_auto_mute_availability() local 4225 present++; in check_auto_mute_availability() 4227 present++; in check_auto_mute_availability() 4229 present++; in check_auto_mute_availability() 4230 if (present < 2) /* need two different output types */ in check_auto_mute_availability()
|
D | patch_hdmi.c | 1548 int present; in hdmi_present_sense() local 1554 present = snd_hda_pin_sense(codec, pin_nid); in hdmi_present_sense() 1557 pin_eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); in hdmi_present_sense() 1561 eld->eld_valid = !!(present & AC_PINSENSE_ELDV); in hdmi_present_sense()
|
D | patch_realtek.c | 4257 int present; in alc288_update_headset_jack_cb() local 4261 present = spec->gen.hp_jack_present ? 0x40 : 0; in alc288_update_headset_jack_cb() 4263 present); in alc288_update_headset_jack_cb()
|
/sound/oss/ |
D | soundcard.c | 85 int *load_mixer_volumes(char *name, int *levels, int present) in load_mixer_volumes() argument 91 if (present) in load_mixer_volumes() 104 if (present) in load_mixer_volumes()
|
D | dev_table.h | 243 int *load_mixer_volumes(char *name, int *levels, int present);
|
D | Kconfig | 504 CD-ROM present.
|
/sound/soc/codecs/ |
D | wm8994.c | 3667 bool present; in wm1811_jackdet_irq() local 3685 present = reg & WM1811_JACKDET_LVL; in wm1811_jackdet_irq() 3687 if (present) { in wm1811_jackdet_irq() 3725 if (control->pdata.jd_ext_cap && !present) in wm1811_jackdet_irq() 3728 if (present) in wm1811_jackdet_irq()
|