Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/emu10k1/
Demumixer.c629 ucontrol->value.integer.value[0] = (emu->emu1010.dac_pads & mask) ? 1 : 0; in snd_emu1010_dac_pads_get()
639 cache = emu->emu1010.dac_pads; in snd_emu1010_dac_pads_put()
644 if (cache != emu->emu1010.dac_pads) { in snd_emu1010_dac_pads_put()
646 emu->emu1010.dac_pads = cache; in snd_emu1010_dac_pads_put()
Demu10k1_main.c924 emu->emu1010.dac_pads = 0x0f; in snd_emu10k1_emu1010_init()
/Linux-v5.10/include/sound/
Demu10k1.h1672 unsigned int dac_pads; /* bit mask */ member