Home
last modified time | relevance | path

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

/sound/pci/ice1712/
Dak4xxx.c156 if (ice->akm == NULL) in snd_ice1712_akm4xxx_free()
159 struct snd_akm4xxx *ak = &ice->akm[akidx]; in snd_ice1712_akm4xxx_free()
162 kfree(ice->akm); in snd_ice1712_akm4xxx_free()
174 struct snd_akm4xxx *ak = &ice->akm[akidx]; in snd_ice1712_akm4xxx_build_controls()
Djuli.c330 snd_akm4xxx_write(ice->akm, 0, 0x01, 0x01); in juli_mute_put()
341 snd_akm4xxx_write(ice->akm, 0, 0x01, 0x03); in juli_mute_put()
492 struct snd_akm4xxx *ak = ice->akm; in juli_resume()
503 struct snd_akm4xxx *ak = ice->akm; in juli_suspend()
578 juli_akm_set_rate_val(ice->akm, rate); in juli_ak4114_change()
635 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in juli_init()
636 ak = ice->akm; in juli_init()
Dphase.c142 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in phase22_init()
143 ak = ice->akm; in phase22_init()
256 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
257 ice->akm[0].images[reg + 1]; in wm_get()
275 ice->akm[0].images[reg] = val >> 8; in wm_put()
276 ice->akm[0].images[reg + 1] = val; in wm_put()
435 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in phase28_init()
436 ak = ice->akm; in phase28_init()
Dprodigy_hifi.c130 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
131 ice->akm[0].images[reg + 1]; in wm_get()
148 ice->akm[0].images[reg] = val >> 8; in wm_put()
149 ice->akm[0].images[reg + 1] = val; in wm_put()
1051 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in prodigy_hifi_init()
1052 if (! ice->akm) in prodigy_hifi_init()
1133 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in prodigy_hd2_init()
1134 if (! ice->akm) in prodigy_hd2_init()
Dpontis.c84 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
85 ice->akm[0].images[reg + 1]; in wm_get()
102 ice->akm[0].images[reg] = val >> 8; in wm_put()
103 ice->akm[0].images[reg + 1] = val; in wm_put()
771 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in pontis_init()
772 if (! ice->akm) in pontis_init()
Dquartet.c540 struct snd_akm4xxx *ak = ice->akm; in qtet_mute_put()
981 qtet_akm_set_rate_val(ice->akm, rate); in qtet_ak4113_change()
1069 ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in qtet_init()
1070 ak = ice->akm; in qtet_init()
Daureon.c625 return ((unsigned short)ice->akm[0].images[reg] << 8) | in wm_get()
626 ice->akm[0].images[reg + 1]; in wm_get()
648 ice->akm[0].images[reg] = val >> 8; in wm_put()
649 ice->akm[0].images[reg + 1] = val; in wm_put()
2147 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in aureon_init()
2148 if (!ice->akm) in aureon_init()
Dhoontech.c302 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_value_init()
Dice1724.c710 if (ice->akm[i].ops.set_rate_val) in snd_vt1724_set_pro_rate()
711 ice->akm[i].ops.set_rate_val(&ice->akm[i], rate); in snd_vt1724_set_pro_rate()
1961 if (ice->akm[i].ops.set_rate_val) in snd_vt1724_pro_internal_clock_put()
1962 ice->akm[i].ops.set_rate_val(&ice->akm[i], 0); in snd_vt1724_pro_internal_clock_put()
Dice1712.h351 struct snd_akm4xxx *akm; member
Dice1712.c415 if (ice->akm[i].ops.set_rate_val) in snd_ice1712_set_input_clock_source()
416 ice->akm[i].ops.set_rate_val(&ice->akm[i], 0); in snd_ice1712_set_input_clock_source()
1056 if (ice->akm[i].ops.set_rate_val) in snd_ice1712_set_pro_rate()
1057 ice->akm[i].ops.set_rate_val(&ice->akm[i], rate); in snd_ice1712_set_pro_rate()
Drevo.c530 ak = ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in revo_init()
Ddelta.c677 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_delta_init()
Dews.c546 ak = ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_ews_init()