Symbol: snd_akm4xxx
include/sound/ak4xxx-adda.h
16
struct snd_akm4xxx;
include/sound/ak4xxx-adda.h
19
void (*lock)(struct snd_akm4xxx *ak, int chip);
include/sound/ak4xxx-adda.h
20
void (*unlock)(struct snd_akm4xxx *ak, int chip);
include/sound/ak4xxx-adda.h
21
void (*write)(struct snd_akm4xxx *ak, int chip, unsigned char reg,
include/sound/ak4xxx-adda.h
23
void (*set_rate_val)(struct snd_akm4xxx *ak, unsigned int rate);
include/sound/ak4xxx-adda.h
70
void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg,
include/sound/ak4xxx-adda.h
72
void snd_akm4xxx_reset(struct snd_akm4xxx *ak, int state);
include/sound/ak4xxx-adda.h
73
void snd_akm4xxx_init(struct snd_akm4xxx *ak);
include/sound/ak4xxx-adda.h
74
int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak);
sound/i2c/other/ak4xxx-adda.c
158
void snd_akm4xxx_init(struct snd_akm4xxx *ak)
sound/i2c/other/ak4xxx-adda.c
26
void snd_akm4xxx_write(struct snd_akm4xxx *ak, int chip, unsigned char reg,
sound/i2c/other/ak4xxx-adda.c
367
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
378
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
40
static void ak4524_reset(struct snd_akm4xxx *ak, int state)
sound/i2c/other/ak4xxx-adda.c
423
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
461
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
473
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
493
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
509
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
533
static int ak4xxx_capture_num_inputs(struct snd_akm4xxx *ak, int mixer_ch)
sound/i2c/other/ak4xxx-adda.c
548
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
562
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
57
static void ak435X_reset(struct snd_akm4xxx *ak, int state)
sound/i2c/other/ak4xxx-adda.c
576
struct snd_akm4xxx *ak = snd_kcontrol_chip(kcontrol);
sound/i2c/other/ak4xxx-adda.c
601
static int build_dac_controls(struct snd_akm4xxx *ak)
sound/i2c/other/ak4xxx-adda.c
712
static int build_adc_controls(struct snd_akm4xxx *ak)
sound/i2c/other/ak4xxx-adda.c
73
static void ak4381_reset(struct snd_akm4xxx *ak, int state)
sound/i2c/other/ak4xxx-adda.c
803
static int build_deemphasis(struct snd_akm4xxx *ak, int num_emphs)
sound/i2c/other/ak4xxx-adda.c
850
struct snd_akm4xxx *ak = entry->private_data;
sound/i2c/other/ak4xxx-adda.c
861
static int proc_init(struct snd_akm4xxx *ak)
sound/i2c/other/ak4xxx-adda.c
866
int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak)
sound/i2c/other/ak4xxx-adda.c
93
void snd_akm4xxx_reset(struct snd_akm4xxx *ak, int state)
sound/pci/ice1712/ak4xxx.c
112
int snd_ice1712_akm4xxx_init(struct snd_akm4xxx *ak, const struct snd_akm4xxx *temp,
sound/pci/ice1712/ak4xxx.c
145
struct snd_akm4xxx *ak = &ice->akm[akidx];
sound/pci/ice1712/ak4xxx.c
160
struct snd_akm4xxx *ak = &ice->akm[akidx];
sound/pci/ice1712/ak4xxx.c
24
static void snd_ice1712_akm4xxx_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/ak4xxx.c
31
static void snd_ice1712_akm4xxx_unlock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/ak4xxx.c
41
static void snd_ice1712_akm4xxx_write(struct snd_akm4xxx *ak, int chip,
sound/pci/ice1712/aureon.c
2094
ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/delta.c
240
static void delta_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/delta.c
254
static void delta1010lt_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/delta.c
267
static void delta66e_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/delta.c
281
static void vx442_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/delta.c
314
static void delta_ak4524_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate)
sound/pci/ice1712/delta.c
346
static void vx442_ak4524_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate)
sound/pci/ice1712/delta.c
425
static const struct snd_akm4xxx akm_audiophile = {
sound/pci/ice1712/delta.c
446
static const struct snd_akm4xxx akm_delta410 = {
sound/pci/ice1712/delta.c
467
static const struct snd_akm4xxx akm_delta1010lt = {
sound/pci/ice1712/delta.c
489
static const struct snd_akm4xxx akm_delta66e = {
sound/pci/ice1712/delta.c
512
static const struct snd_akm4xxx akm_delta44 = {
sound/pci/ice1712/delta.c
534
static const struct snd_akm4xxx akm_vx442 = {
sound/pci/ice1712/delta.c
608
struct snd_akm4xxx *ak;
sound/pci/ice1712/delta.c
710
ak = ice->akm = kmalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/ews.c
158
static void ews88mt_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/ews.c
175
static void ews88mt_ak4524_unlock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/ews.c
184
static void ewx2496_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/ews.c
199
static void dmx6fire_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/ews.c
328
static const struct snd_akm4xxx akm_ews88mt = {
sound/pci/ice1712/ews.c
350
static const struct snd_akm4xxx akm_ewx2496 = {
sound/pci/ice1712/ews.c
371
static const struct snd_akm4xxx akm_6fire = {
sound/pci/ice1712/ews.c
407
struct snd_akm4xxx *ak;
sound/pci/ice1712/ews.c
533
ak = ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/hoontech.c
258
static void stdsp24_ak4524_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/hoontech.c
274
static const struct snd_akm4xxx akm_stdsp24_mv = {
sound/pci/ice1712/hoontech.c
295
struct snd_akm4xxx *ak;
sound/pci/ice1712/hoontech.c
304
ak = ice->akm = kmalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/ice1712.h
262
void (*set_rate_val)(struct snd_akm4xxx *ak, unsigned int rate);
sound/pci/ice1712/ice1712.h
341
struct snd_akm4xxx *akm;
sound/pci/ice1712/ice1712.h
481
int snd_ice1712_akm4xxx_init(struct snd_akm4xxx *ak,
sound/pci/ice1712/ice1712.h
482
const struct snd_akm4xxx *template,
sound/pci/ice1712/juli.c
187
static void juli_akm_lock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/juli.c
191
static void juli_akm_unlock(struct snd_akm4xxx *ak, int chip)
sound/pci/ice1712/juli.c
195
static void juli_akm_write(struct snd_akm4xxx *ak, int chip,
sound/pci/ice1712/juli.c
208
static void juli_akm_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate)
sound/pci/ice1712/juli.c
271
static const struct snd_akm4xxx akm_juli_dac = {
sound/pci/ice1712/juli.c
452
struct snd_akm4xxx *ak = ice->akm;
sound/pci/ice1712/juli.c
463
struct snd_akm4xxx *ak = ice->akm;
sound/pci/ice1712/juli.c
561
struct snd_akm4xxx *ak;
sound/pci/ice1712/juli.c
597
ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/phase.c
111
struct snd_akm4xxx *ak;
sound/pci/ice1712/phase.c
128
ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/phase.c
406
struct snd_akm4xxx *ak;
sound/pci/ice1712/phase.c
420
ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/phase.c
91
static const struct snd_akm4xxx akm_phase22 = {
sound/pci/ice1712/pontis.c
731
ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/prodigy_hifi.c
1063
ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/prodigy_hifi.c
1146
ice->akm = kzalloc_obj(struct snd_akm4xxx);
sound/pci/ice1712/quartet.c
1008
ice->akm = kzalloc_objs(struct snd_akm4xxx, 2);
sound/pci/ice1712/quartet.c
257
static void qtet_akm_write(struct snd_akm4xxx *ak, int chip,
sound/pci/ice1712/quartet.c
319
static void qtet_akm_set_regs(struct snd_akm4xxx *ak, unsigned char addr,
sound/pci/ice1712/quartet.c
337
static void qtet_akm_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate)
sound/pci/ice1712/quartet.c
375
static const struct snd_akm4xxx akm_qtet_dac = {
sound/pci/ice1712/quartet.c
520
struct snd_akm4xxx *ak = ice->akm;
sound/pci/ice1712/quartet.c
965
struct snd_akm4xxx *ak;
sound/pci/ice1712/revo.c
224
static const struct snd_akm4xxx akm_revo_front = {
sound/pci/ice1712/revo.c
245
static const struct snd_akm4xxx akm_revo_surround = {
sound/pci/ice1712/revo.c
267
static const struct snd_akm4xxx akm_revo51 = {
sound/pci/ice1712/revo.c
288
static const struct snd_akm4xxx akm_revo51_adc = {
sound/pci/ice1712/revo.c
309
static void ap192_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate)
sound/pci/ice1712/revo.c
335
static const struct snd_akm4xxx akm_ap192 = {
sound/pci/ice1712/revo.c
39
static void revo_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate)
sound/pci/ice1712/revo.c
494
struct snd_akm4xxx *ak;
sound/pci/ice1712/revo.c
518
ak = ice->akm = kzalloc_objs(struct snd_akm4xxx, 2);