Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/emu10k1/
H A Demumixer.c816 ucontrol->value.integer.value[0] = (emu->emu1010.dac_pads & mask) ? 1 : 0; in snd_emu1010_dac_pads_get()
828 cache = emu->emu1010.dac_pads; in snd_emu1010_dac_pads_put()
833 change = (cache != emu->emu1010.dac_pads); in snd_emu1010_dac_pads_put()
836 emu->emu1010.dac_pads = cache; in snd_emu1010_dac_pads_put()
H A Demu10k1_main.c927 emu->emu1010.dac_pads = EMU_HANA_DOCK_DAC_PAD1 | EMU_HANA_DOCK_DAC_PAD2 | in snd_emu10k1_emu1010_init()
929 snd_emu1010_fpga_write(emu, EMU_HANA_DAC_PADS, emu->emu1010.dac_pads); in snd_emu10k1_emu1010_init()
/openbmc/linux/include/sound/
H A Demu10k1.h1680 unsigned int dac_pads; /* bit mask */ member