Home
last modified time | relevance | path

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

/sound/pci/ice1712/
Dice1724.c105 static int PRO_RATE_LOCKED; variable
130 return (!ice->is_spdif_master(ice)) && PRO_RATE_LOCKED; in is_pro_rate_locked()
1985 ucontrol->value.integer.value[0] = PRO_RATE_LOCKED; in snd_vt1724_pro_rate_locking_get()
1997 change = PRO_RATE_LOCKED != nval; in snd_vt1724_pro_rate_locking_put()
1998 PRO_RATE_LOCKED = nval; in snd_vt1724_pro_rate_locking_put()
Dice1712.c118 static int PRO_RATE_LOCKED; variable
134 return is_spdif_master(ice) || PRO_RATE_LOCKED; in is_pro_rate_locked()
1959 ucontrol->value.integer.value[0] = PRO_RATE_LOCKED; in snd_ice1712_pro_rate_locking_get()
1971 change = PRO_RATE_LOCKED != nval; in snd_ice1712_pro_rate_locking_put()
1972 PRO_RATE_LOCKED = nval; in snd_ice1712_pro_rate_locking_put()