Searched refs:ak4535_write (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/codecs/
H A Dak4535.c78 static int ak4535_write(struct snd_soc_codec *codec, unsigned int reg, function
103 r |= ak4535_write(codec, i, cache[i]);
338 ak4535_write(codec, AK4535_MODE2, mode2);
363 ak4535_write(codec, AK4535_MODE1, mode1);
372 ak4535_write(codec, AK4535_DAC, mute_reg);
374 ak4535_write(codec, AK4535_DAC, mute_reg | 0x20);
392 ak4535_write(codec, AK4535_PM1, i | 0x80);
394 ak4535_write(codec, AK4535_PM2, i & (~0x80));
398 ak4535_write(codec, AK4535_PM1, i & (~0x80));
464 codec->write = ak4535_write;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/codecs/
H A Dak4535.c78 static int ak4535_write(struct snd_soc_codec *codec, unsigned int reg, function
103 r |= ak4535_write(codec, i, cache[i]);
338 ak4535_write(codec, AK4535_MODE2, mode2);
363 ak4535_write(codec, AK4535_MODE1, mode1);
372 ak4535_write(codec, AK4535_DAC, mute_reg);
374 ak4535_write(codec, AK4535_DAC, mute_reg | 0x20);
392 ak4535_write(codec, AK4535_PM1, i | 0x80);
394 ak4535_write(codec, AK4535_PM2, i & (~0x80));
398 ak4535_write(codec, AK4535_PM1, i & (~0x80));
464 codec->write = ak4535_write;
[all...]

Completed in 112 milliseconds