Searched refs:ak4535_write (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/sound/soc/codecs/ ! |
D | ak4535.c | 77 static int ak4535_write(struct snd_soc_codec *codec, unsigned int reg, in ak4535_write() function 102 r |= ak4535_write(codec, i, cache[i]); in ak4535_sync() 337 ak4535_write(codec, AK4535_MODE2, mode2); in ak4535_hw_params() 362 ak4535_write(codec, AK4535_MODE1, mode1); in ak4535_set_dai_fmt() 371 ak4535_write(codec, AK4535_DAC, mute_reg & ~0x20); in ak4535_mute() 373 ak4535_write(codec, AK4535_DAC, mute_reg | 0x20); in ak4535_mute() 385 ak4535_write(codec, AK4535_DAC, mute_reg & ~0x20); in ak4535_set_bias_level() 389 ak4535_write(codec, AK4535_DAC, mute_reg | 0x20); in ak4535_set_bias_level() 393 ak4535_write(codec, AK4535_PM1, i | 0x80); in ak4535_set_bias_level() 395 ak4535_write(codec, AK4535_PM2, i & (~0x80)); in ak4535_set_bias_level() [all …]
|