Searched refs:AK4535_PM1 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/sound/soc/codecs/ |
D | ak4535.c | 215 SND_SOC_DAPM_ADC("ADC", "Capture", AK4535_PM1, 0, 0), 219 SND_SOC_DAPM_PGA("Mic", AK4535_PM1, 1, 0, NULL, 0), 220 SND_SOC_DAPM_PGA("Line Out", AK4535_PM1, 4, 0, NULL, 0), 221 SND_SOC_DAPM_PGA("Mono Out", AK4535_PM1, 3, 0, NULL, 0), 222 SND_SOC_DAPM_PGA("AUX In", AK4535_PM1, 2, 0, NULL, 0), 392 i = ak4535_read_reg_cache(codec, AK4535_PM1); in ak4535_set_bias_level() 393 ak4535_write(codec, AK4535_PM1, i | 0x80); in ak4535_set_bias_level() 398 i = ak4535_read_reg_cache(codec, AK4535_PM1); in ak4535_set_bias_level() 399 ak4535_write(codec, AK4535_PM1, i & (~0x80)); in ak4535_set_bias_level()
|
D | ak4535.h | 20 #define AK4535_PM1 0x0 macro
|