Home
last modified time | relevance | path

Searched refs:PRO_RATE_LOCKED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1724.c91 static int PRO_RATE_LOCKED; variable
116 return (!ice->is_spdif_master(ice)) && PRO_RATE_LOCKED; in is_pro_rate_locked()
1954 ucontrol->value.integer.value[0] = PRO_RATE_LOCKED; in snd_vt1724_pro_rate_locking_get()
1966 change = PRO_RATE_LOCKED != nval; in snd_vt1724_pro_rate_locking_put()
1967 PRO_RATE_LOCKED = nval; in snd_vt1724_pro_rate_locking_put()
H A Dice1712.c104 static int PRO_RATE_LOCKED; variable
120 return is_spdif_master(ice) || PRO_RATE_LOCKED; in is_pro_rate_locked()
1914 ucontrol->value.integer.value[0] = PRO_RATE_LOCKED; in snd_ice1712_pro_rate_locking_get()
1926 change = PRO_RATE_LOCKED != nval; in snd_ice1712_pro_rate_locking_put()
1927 PRO_RATE_LOCKED = nval; in snd_ice1712_pro_rate_locking_put()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1724.c72 static int PRO_RATE_LOCKED; variable
97 return (!ice->is_spdif_master(ice)) && PRO_RATE_LOCKED; in is_pro_rate_locked()
1935 ucontrol->value.integer.value[0] = PRO_RATE_LOCKED; in snd_vt1724_pro_rate_locking_get()
1947 change = PRO_RATE_LOCKED != nval; in snd_vt1724_pro_rate_locking_put()
1948 PRO_RATE_LOCKED = nval; in snd_vt1724_pro_rate_locking_put()
H A Dice1712.c98 static int PRO_RATE_LOCKED; variable
114 return is_spdif_master(ice) || PRO_RATE_LOCKED; in is_pro_rate_locked()
1908 ucontrol->value.integer.value[0] = PRO_RATE_LOCKED; in snd_ice1712_pro_rate_locking_get()
1920 change = PRO_RATE_LOCKED != nval; in snd_ice1712_pro_rate_locking_put()
1921 PRO_RATE_LOCKED = nval; in snd_ice1712_pro_rate_locking_put()

Completed in 14 milliseconds