Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/emu10k1/
H A Demumixer.c762 ucontrol->value.integer.value[0] = (emu->emu1010.adc_pads & mask) ? 1 : 0; in snd_emu1010_adc_pads_get()
774 cache = emu->emu1010.adc_pads; in snd_emu1010_adc_pads_put()
779 change = (cache != emu->emu1010.adc_pads); in snd_emu1010_adc_pads_put()
782 emu->emu1010.adc_pads = cache; in snd_emu1010_adc_pads_put()
H A Demu10k1_main.c860 emu->emu1010.adc_pads = 0x00; in snd_emu10k1_emu1010_init()
861 snd_emu1010_fpga_write(emu, EMU_HANA_ADC_PADS, emu->emu1010.adc_pads); in snd_emu10k1_emu1010_init()
/linux-6.15/include/sound/
H A Demu10k1.h1687 unsigned int adc_pads; /* bit mask */ member