Searched refs:AC97_EXTENDED_MID (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | wm9713.c | 204 snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0x1000, 0x1000); in wm9713_voice_shutdown() 430 SND_SOC_DAPM_MIXER("Left HP Mixer", AC97_EXTENDED_MID, 3, 1, 432 SND_SOC_DAPM_MIXER("Right HP Mixer", AC97_EXTENDED_MID, 2, 1, 434 SND_SOC_DAPM_MIXER("Mono Mixer", AC97_EXTENDED_MID, 0, 1, 436 SND_SOC_DAPM_MIXER("Speaker Mixer", AC97_EXTENDED_MID, 1, 1, 439 SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", AC97_EXTENDED_MID, 7, 1), 440 SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", AC97_EXTENDED_MID, 6, 1), 445 SND_SOC_DAPM_DAC_E("Voice DAC", "Voice Playback", AC97_EXTENDED_MID, 12, 1, 447 SND_SOC_DAPM_DAC("Aux DAC", "Aux Playback", AC97_EXTENDED_MID, 11, 1), 448 SND_SOC_DAPM_PGA("Left ADC", AC97_EXTENDED_MID, 5, 1, NULL, 0), [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | wm9713.c | 220 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable() 221 wm97xx_reg_write(wm, AC97_EXTENDED_MID, val & 0x7fff); in wm9713_dig_enable() 228 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable() 229 wm97xx_reg_write(wm, AC97_EXTENDED_MID, val | 0x8000); in wm9713_dig_enable()
|
| H A D | wm97xx-core.c | 135 (power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) { in wm97xx_read_aux_adc() 137 wm97xx_reg_write(wm, AC97_EXTENDED_MID, power & 0x7fff); in wm97xx_read_aux_adc() 150 wm97xx_reg_write(wm, AC97_EXTENDED_MID, power | 0x8000); in wm97xx_read_aux_adc() 791 reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) | 0x8000; in wm97xx_suspend() 792 wm97xx_reg_write(wm, AC97_EXTENDED_MID, reg); in wm97xx_suspend() 810 reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) & 0x7fff; in wm97xx_resume() 811 wm97xx_reg_write(wm, AC97_EXTENDED_MID, reg); in wm97xx_resume()
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-ac97.c | 25 case AC97_EXTENDED_MID: in regmap_ac97_default_volatile()
|
| /linux/include/sound/ac97/ |
| H A D | regs.h | 45 #define AC97_EXTENDED_MID 0x3c /* Extended Modem ID */ macro
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_proc.c | 285 mext = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_ac97_proc_read_main()
|
| H A D | ac97_codec.c | 1903 val = snd_ac97_read(ac97, AC97_EXTENDED_MID); in ac97_reset_wait() 2113 snd_ac97_write(ac97, AC97_EXTENDED_MID, 0); in snd_ac97_mixer() 2164 ac97->ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_ac97_mixer() 2597 snd_ac97_write(ac97, AC97_EXTENDED_MID, 0); in snd_ac97_resume() 2619 unsigned short val = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_ac97_resume()
|
| H A D | ac97_patch.c | 832 snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xfeff); in patch_wolfson_wm9713_suspend() 838 snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00); in patch_wolfson_wm9713_resume() 863 snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00); in patch_wolfson13()
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 2363 ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_cs46xx_codec_reset()
|