Symbol: ak4396_write
sound/pci/ice1712/prodigy_hifi.c
1107
ak4396_write(ice, AK4396_CTRL1, 0x86);
sound/pci/ice1712/prodigy_hifi.c
1109
ak4396_write(ice, AK4396_CTRL1, 0x87);
sound/pci/ice1712/prodigy_hifi.c
1112
ak4396_write(ice, ak4396_inits[i], ak4396_inits[i+1]);
sound/pci/ice1712/prodigy_hifi.c
1125
ak4396_write(ice, AK4396_LCH_ATT + i, spec->vol[i] & 0xff);
sound/pci/ice1712/prodigy_hifi.c
275
ak4396_write(ice, AK4396_LCH_ATT + i,
sound/pci/oxygen/oxygen.c
180
ak4396_write(chip, codec, reg, value);
sound/pci/oxygen/oxygen.c
248
ak4396_write(chip, i, AK4396_CONTROL_1,
sound/pci/oxygen/oxygen.c
250
ak4396_write(chip, i, AK4396_CONTROL_2,
sound/pci/oxygen/oxygen.c
252
ak4396_write(chip, i, AK4396_CONTROL_3,
sound/pci/oxygen/oxygen.c
254
ak4396_write(chip, i, AK4396_LCH_ATT,
sound/pci/oxygen/oxygen.c
256
ak4396_write(chip, i, AK4396_RCH_ATT,
sound/pci/oxygen/oxygen.c
433
ak4396_write(chip, 0, AK4396_CONTROL_1, AK4396_DIF_24_MSB | AK4396_ACKS);
sound/pci/oxygen/oxygen.c
434
ak4396_write(chip, 0, AK4396_CONTROL_2,
sound/pci/oxygen/oxygen.c
436
ak4396_write(chip, 0, AK4396_CONTROL_3, AK4396_PCM);
sound/pci/oxygen/oxygen.c
437
ak4396_write(chip, 0, AK4396_LCH_ATT, chip->dac_volume[0] * 2);
sound/pci/oxygen/oxygen.c
438
ak4396_write(chip, 0, AK4396_RCH_ATT, chip->dac_volume[1] * 2);
sound/pci/oxygen/oxygen.c
439
ak4396_write(chip, 0, AK4396_CONTROL_1, AK4396_DIF_24_MSB | AK4396_ACKS | AK4396_RSTN);
sound/pci/oxygen/oxygen.c
475
ak4396_write(chip, 0, AK4396_CONTROL_1, AK4396_DIF_24_MSB | AK4396_ACKS | AK4396_RSTN);
sound/pci/oxygen/oxygen.c
476
ak4396_write(chip, 0, AK4396_CONTROL_2,
sound/pci/oxygen/oxygen.c
478
ak4396_write(chip, 0, AK4396_CONTROL_3, AK4396_PCM);
sound/pci/oxygen/oxygen.c
479
ak4396_write(chip, 0, AK4396_LCH_ATT, chip->dac_volume[0] * 2);
sound/pci/oxygen/oxygen.c
480
ak4396_write(chip, 0, AK4396_RCH_ATT, chip->dac_volume[1] * 2);
sound/pci/oxygen/oxygen.c
512
ak4396_write(chip, i, AK4396_CONTROL_1,
sound/pci/oxygen/oxygen.c
514
ak4396_write(chip, i, AK4396_CONTROL_2, value);
sound/pci/oxygen/oxygen.c
515
ak4396_write(chip, i, AK4396_CONTROL_1,
sound/pci/oxygen/oxygen.c
542
ak4396_write(chip, 0, AK4396_CONTROL_1, AK4396_DIF_24_MSB | AK4396_ACKS);
sound/pci/oxygen/oxygen.c
543
ak4396_write(chip, 0, AK4396_CONTROL_2, ak_value);
sound/pci/oxygen/oxygen.c
544
ak4396_write(chip, 0, AK4396_CONTROL_1,
sound/pci/oxygen/oxygen.c
695
ak4396_write(chip, i, AK4396_CONTROL_2, reg);