/openbmc/linux/include/sound/ |
H A D | ak4xxx-adda.h | 16 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);
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ak4xxx.c | 24 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()
|
H A D | delta.c | 247 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 …]
|
H A D | revo.c | 39 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()
|
H A D | juli.c | 187 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 = { 452 struct snd_akm4xxx *ak = ice->akm; in juli_resume() 463 struct snd_akm4xxx *ak = ice->akm; in juli_suspend() 561 struct snd_akm4xxx *ak; in juli_init() 597 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in juli_init()
|
H A D | hoontech.c | 262 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()
|
H A D | ice1712.h | 262 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,
|
H A D | ews.c | 158 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()
|
H A D | quartet.c | 257 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() 966 struct snd_akm4xxx *ak; in qtet_init() 1009 ice->akm = kcalloc(2, sizeof(struct snd_akm4xxx), GFP_KERNEL); in qtet_init()
|
H A D | phase.c | 91 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()
|
H A D | prodigy_hifi.c | 1079 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()
|
H A D | pontis.c | 745 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in pontis_init()
|
H A D | aureon.c | 2103 ice->akm = kzalloc(sizeof(struct snd_akm4xxx), GFP_KERNEL); in aureon_init()
|
/openbmc/linux/sound/i2c/other/ |
H A D | ak4xxx-adda.c | 40 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 …]
|