Home
last modified time | relevance | path

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

/sound/pci/rme9652/
Dhdspm.c988 int pull; /* 0=0, 1=+0.1%, 2=-0.1%, 3=+4%, 4=-4%*/ member
4172 switch (hdspm->tco->pull) { in hdspm_tco_write()
4272 ucontrol->value.enumerated.item[0] = hdspm->tco->pull; in snd_hdspm_get_tco_pull()
4282 if (hdspm->tco->pull != ucontrol->value.enumerated.item[0]) { in snd_hdspm_put_tco_pull()
4283 hdspm->tco->pull = ucontrol->value.enumerated.item[0]; in snd_hdspm_put_tco_pull()