Home
last modified time | relevance | path

Searched refs:PWR_MGMT (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dak4619.c29 #define PWR_MGMT 0x00 /* Power Management */ macro
373 SND_SOC_DAPM_DAC("DAC1", NULL, PWR_MGMT, 1, 0),
374 SND_SOC_DAPM_DAC("DAC2", NULL, PWR_MGMT, 2, 0),
377 SND_SOC_DAPM_ADC("ADC1", NULL, PWR_MGMT, 4, 0),
378 SND_SOC_DAPM_ADC("ADC2", NULL, PWR_MGMT, 5, 0),
487 { PWR_MGMT, 0x00 },
527 snd_soc_component_write(component, PWR_MGMT, pwr_ctrl); in ak4619_set_bias_level()