Home
last modified time | relevance | path

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

/linux/include/sound/
A Dak4xxx-adda.h16 struct snd_akm4xxx;
19 void (*lock)(struct snd_akm4xxx *ak, int chip);
20 void (*unlock)(struct snd_akm4xxx *ak, int chip);
21 void (*write)(struct snd_akm4xxx *ak, int chip, unsigned char reg,
23 void (*set_rate_val)(struct snd_akm4xxx *ak, unsigned int rate);
44 struct snd_akm4xxx { struct
70 void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg, argument
72 void snd_akm4xxx_reset(struct snd_akm4xxx *ak, int state);
73 void snd_akm4xxx_init(struct snd_akm4xxx *ak);
74 int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak);
/linux/sound/i2c/other/
A Dak4xxx-adda.c40 static void ak4524_reset(struct snd_akm4xxx *ak, int state) in ak4524_reset()
93 void snd_akm4xxx_reset(struct snd_akm4xxx *ak, int state) in snd_akm4xxx_reset()
158 void snd_akm4xxx_init(struct snd_akm4xxx *ak) in snd_akm4xxx_init()
367 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_volume_get()
378 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in put_ak_reg()
425 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_stereo_volume_get()
463 struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol); in snd_akm4xxx_deemphasis_get()
603 static int build_dac_controls(struct snd_akm4xxx *ak) in build_dac_controls()
714 static int build_adc_controls(struct snd_akm4xxx *ak) in build_adc_controls()
852 struct snd_akm4xxx *ak = entry->private_data; in proc_regs_read()
[all …]
/linux/sound/pci/ice1712/
A Dak4xxx.c24 static void snd_ice1712_akm4xxx_lock(struct snd_akm4xxx *ak, int chip) in snd_ice1712_akm4xxx_lock()
31 static void snd_ice1712_akm4xxx_unlock(struct snd_akm4xxx *ak, int chip) in snd_ice1712_akm4xxx_unlock()
41 static void snd_ice1712_akm4xxx_write(struct snd_akm4xxx *ak, int chip, in snd_ice1712_akm4xxx_write()
112 int snd_ice1712_akm4xxx_init(struct snd_akm4xxx *ak, const struct snd_akm4xxx *temp, in snd_ice1712_akm4xxx_init()
145 struct snd_akm4xxx *ak = &ice->akm[akidx]; in snd_ice1712_akm4xxx_free()
160 struct snd_akm4xxx *ak = &ice->akm[akidx]; in snd_ice1712_akm4xxx_build_controls()
A Ddelta.c247 static void delta_ak4524_lock(struct snd_akm4xxx *ak, int chip) in delta_ak4524_lock()
274 static void delta66e_ak4524_lock(struct snd_akm4xxx *ak, int chip) in delta66e_ak4524_lock()
288 static void vx442_ak4524_lock(struct snd_akm4xxx *ak, int chip) in vx442_ak4524_lock()
434 static const struct snd_akm4xxx akm_audiophile = {
455 static const struct snd_akm4xxx akm_delta410 = {
476 static const struct snd_akm4xxx akm_delta1010lt = {
498 static const struct snd_akm4xxx akm_delta66e = {
521 static const struct snd_akm4xxx akm_delta44 = {
543 static const struct snd_akm4xxx akm_vx442 = {
617 struct snd_akm4xxx *ak; in snd_ice1712_delta_init()
[all …]
A Djuli.c187 static void juli_akm_lock(struct snd_akm4xxx *ak, int chip) in juli_akm_lock()
191 static void juli_akm_unlock(struct snd_akm4xxx *ak, int chip) in juli_akm_unlock()
195 static void juli_akm_write(struct snd_akm4xxx *ak, int chip, in juli_akm_write()
208 static void juli_akm_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate) in juli_akm_set_rate_val()
271 static const struct snd_akm4xxx akm_juli_dac = {
474 struct snd_akm4xxx *ak = ice->akm; in juli_resume()
485 struct snd_akm4xxx *ak = ice->akm; in juli_suspend()
583 struct snd_akm4xxx *ak; in juli_init()
619 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in juli_init()
A Drevo.c39 static void revo_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate) in revo_set_rate_val()
224 static const struct snd_akm4xxx akm_revo_front = {
245 static const struct snd_akm4xxx akm_revo_surround = {
267 static const struct snd_akm4xxx akm_revo51 = {
288 static const struct snd_akm4xxx akm_revo51_adc = {
309 static void ap192_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate) in ap192_set_rate_val()
335 static const struct snd_akm4xxx akm_ap192 = {
494 struct snd_akm4xxx *ak; in revo_init()
518 ak = ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in revo_init()
A Dhoontech.c262 static void stdsp24_ak4524_lock(struct snd_akm4xxx *ak, int chip) in stdsp24_ak4524_lock()
278 static const struct snd_akm4xxx akm_stdsp24_mv = { in snd_ice1712_value_init()
299 struct snd_akm4xxx *ak; in snd_ice1712_value_init()
308 ak = ice->akm = kmalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_value_init()
A Dews.c158 static void ews88mt_ak4524_lock(struct snd_akm4xxx *ak, int chip) in ews88mt_ak4524_lock()
175 static void ews88mt_ak4524_unlock(struct snd_akm4xxx *ak, int chip) in ews88mt_ak4524_unlock()
184 static void ewx2496_ak4524_lock(struct snd_akm4xxx *ak, int chip) in ewx2496_ak4524_lock()
199 static void dmx6fire_ak4524_lock(struct snd_akm4xxx *ak, int chip) in dmx6fire_ak4524_lock()
333 static const struct snd_akm4xxx akm_ews88mt = {
355 static const struct snd_akm4xxx akm_ewx2496 = {
376 static const struct snd_akm4xxx akm_6fire = {
412 struct snd_akm4xxx *ak; in snd_ice1712_ews_init()
538 ak = ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in snd_ice1712_ews_init()
A Dice1712.h262 void (*set_rate_val)(struct snd_akm4xxx *ak, unsigned int rate);
341 struct snd_akm4xxx *akm;
481 int snd_ice1712_akm4xxx_init(struct snd_akm4xxx *ak,
482 const struct snd_akm4xxx *template,
A Dquartet.c257 static void qtet_akm_write(struct snd_akm4xxx *ak, int chip, in qtet_akm_write()
319 static void qtet_akm_set_regs(struct snd_akm4xxx *ak, unsigned char addr, in qtet_akm_set_regs()
337 static void qtet_akm_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate) in qtet_akm_set_rate_val()
375 static const struct snd_akm4xxx akm_qtet_dac = {
521 struct snd_akm4xxx *ak = ice->akm; in qtet_mute_put()
984 struct snd_akm4xxx *ak; in qtet_init()
1027 ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in qtet_init()
A Dphase.c91 static const struct snd_akm4xxx akm_phase22 = {
111 struct snd_akm4xxx *ak; in phase22_init()
128 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in phase22_init()
407 struct snd_akm4xxx *ak; in phase28_init()
421 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in phase28_init()
A Dprodigy_hifi.c1079 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in prodigy_hifi_init()
1162 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in prodigy_hd2_init()
A Dpontis.c745 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in pontis_init()
A Daureon.c2106 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in aureon_init()

Completed in 31 milliseconds