Searched refs:AC97_EXTENDED_MID (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/sound/soc/codecs/ |
D | wm9713.c | 204 snd_soc_component_update_bits(component, AC97_EXTENDED_MID, 0x1000, 0x1000); in wm9713_voice_shutdown() 434 SND_SOC_DAPM_MIXER("Left HP Mixer", AC97_EXTENDED_MID, 3, 1, 436 SND_SOC_DAPM_MIXER("Right HP Mixer", AC97_EXTENDED_MID, 2, 1, 438 SND_SOC_DAPM_MIXER("Mono Mixer", AC97_EXTENDED_MID, 0, 1, 440 SND_SOC_DAPM_MIXER("Speaker Mixer", AC97_EXTENDED_MID, 1, 1, 443 SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", AC97_EXTENDED_MID, 7, 1), 444 SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", AC97_EXTENDED_MID, 6, 1), 449 SND_SOC_DAPM_DAC_E("Voice DAC", "Voice Playback", AC97_EXTENDED_MID, 12, 1, 451 SND_SOC_DAPM_DAC("Aux DAC", "Aux Playback", AC97_EXTENDED_MID, 11, 1), 452 SND_SOC_DAPM_PGA("Left ADC", AC97_EXTENDED_MID, 5, 1, NULL, 0), [all …]
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | wm9713.c | 219 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable() 220 wm97xx_reg_write(wm, AC97_EXTENDED_MID, val & 0x7fff); in wm9713_dig_enable() 227 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable() 228 wm97xx_reg_write(wm, AC97_EXTENDED_MID, val | 0x8000); in wm9713_dig_enable()
|
D | wm97xx-core.c | 134 (power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) { in wm97xx_read_aux_adc() 136 wm97xx_reg_write(wm, AC97_EXTENDED_MID, power & 0x7fff); in wm97xx_read_aux_adc() 149 wm97xx_reg_write(wm, AC97_EXTENDED_MID, power | 0x8000); in wm97xx_read_aux_adc() 792 reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) | 0x8000; in wm97xx_suspend() 793 wm97xx_reg_write(wm, AC97_EXTENDED_MID, reg); in wm97xx_suspend() 811 reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) & 0x7fff; in wm97xx_resume() 812 wm97xx_reg_write(wm, AC97_EXTENDED_MID, reg); in wm97xx_resume()
|
/linux-6.1.9/drivers/base/regmap/ |
D | regmap-ac97.c | 25 case AC97_EXTENDED_MID: in regmap_ac97_default_volatile()
|
/linux-6.1.9/include/sound/ac97/ |
D | regs.h | 45 #define AC97_EXTENDED_MID 0x3c /* Extended Modem ID */ macro
|
/linux-6.1.9/sound/pci/ac97/ |
D | ac97_proc.c | 285 mext = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_ac97_proc_read_main()
|
D | ac97_codec.c | 1913 val = snd_ac97_read(ac97, AC97_EXTENDED_MID); in ac97_reset_wait() 2124 snd_ac97_write(ac97, AC97_EXTENDED_MID, 0); in snd_ac97_mixer() 2175 ac97->ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_ac97_mixer() 2609 snd_ac97_write(ac97, AC97_EXTENDED_MID, 0); in snd_ac97_resume() 2631 unsigned short val = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_ac97_resume()
|
D | ac97_patch.c | 836 snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xfeff); in patch_wolfson_wm9713_suspend() 842 snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00); in patch_wolfson_wm9713_resume() 867 snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00); in patch_wolfson13()
|
/linux-6.1.9/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2397 ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_cs46xx_codec_reset()
|