Searched refs:AC97_GENERAL_PURPOSE (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/sound/soc/codecs/ |
D | stac9766.c | 93 AC97_GENERAL_PURPOSE, 9, stac9766_mono_mux); 95 AC97_GENERAL_PURPOSE, 8, stac9766_mic_mux); 99 AC97_GENERAL_PURPOSE, 15, stac9766_popbypass_mux); 152 SOC_SINGLE("Loopback Test Switch", AC97_GENERAL_PURPOSE, 7, 1, 0), 154 SOC_SINGLE("3D Switch", AC97_GENERAL_PURPOSE, 13, 1, 0),
|
D | wm9713.c | 86 SOC_ENUM_SINGLE(AC97_GENERAL_PURPOSE, 15, 2, wm9713_bass), /* bass control 16 */ 181 SOC_SINGLE("Bass Cut-off Switch", AC97_GENERAL_PURPOSE, 12, 1, 1), 182 SOC_SINGLE("Tone Cut-off Switch", AC97_GENERAL_PURPOSE, 4, 1, 1), 183 SOC_SINGLE("Playback Attenuate (-6dB) Switch", AC97_GENERAL_PURPOSE, 6, 1, 0), 184 SOC_SINGLE("Bass Volume", AC97_GENERAL_PURPOSE, 8, 15, 1), 185 SOC_SINGLE("Tone Volume", AC97_GENERAL_PURPOSE, 0, 15, 1),
|
D | ad1980.c | 63 case AC97_AUX ... AC97_GENERAL_PURPOSE: in ad1980_readable_reg()
|
D | wm9705.c | 99 AC97_GENERAL_PURPOSE, 8, wm9705_mic);
|
/Linux-v5.4/sound/pci/ac97/ |
D | ac97_codec.c | 620 AC97_ENUM_SINGLE(AC97_GENERAL_PURPOSE, 15, 2, std_3d_path), 621 AC97_ENUM_SINGLE(AC97_GENERAL_PURPOSE, 9, 2, std_mix), 622 AC97_ENUM_SINGLE(AC97_GENERAL_PURPOSE, 8, 2, std_mic), 648 AC97_SINGLE("Simulated Stereo Enhancement", AC97_GENERAL_PURPOSE, 14, 1, 0), 649 AC97_SINGLE("3D Control - Switch", AC97_GENERAL_PURPOSE, 13, 1, 0), 650 AC97_SINGLE("Loudness (bass boost)", AC97_GENERAL_PURPOSE, 12, 1, 0), 653 AC97_SINGLE("ADC/DAC Loopback", AC97_GENERAL_PURPOSE, 7, 1, 0) 1542 if (snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 15)) { in snd_ac97_mixer_build() 1554 if (snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 13)) { in snd_ac97_mixer_build() 1566 if (snd_ac97_try_bit(ac97, AC97_GENERAL_PURPOSE, 9)) { in snd_ac97_mixer_build() [all …]
|
D | ac97_pcm.c | 297 snd_ac97_update_bits(ac97, AC97_GENERAL_PURPOSE, in snd_ac97_set_rate() 300 snd_ac97_read(ac97, AC97_GENERAL_PURPOSE); in snd_ac97_set_rate()
|
D | ac97_patch.c | 693 AC97_ENUM_SINGLE(AC97_GENERAL_PURPOSE, 15, 2, wm9713_base), 782 AC97_SINGLE("Bass Cut-off Switch", AC97_GENERAL_PURPOSE, 12, 1, 1), 783 AC97_SINGLE("Tone Cut-off Switch", AC97_GENERAL_PURPOSE, 4, 1, 1), 784 AC97_SINGLE("Playback Attenuate (-6dB) Switch", AC97_GENERAL_PURPOSE, 6, 1, 0), 785 AC97_SINGLE("Bass Volume", AC97_GENERAL_PURPOSE, 8, 15, 1), 786 AC97_SINGLE("Tone Volume", AC97_GENERAL_PURPOSE, 0, 15, 1),
|
D | ac97_proc.c | 155 val = snd_ac97_read(ac97, AC97_GENERAL_PURPOSE); in snd_ac97_proc_read_main()
|
/Linux-v5.4/include/sound/ac97/ |
D | regs.h | 29 #define AC97_GENERAL_PURPOSE 0x20 /* General Purpose (optional) */ macro
|
/Linux-v5.4/sound/drivers/ |
D | ml403-ac97cr.c | 216 [AC97_GENERAL_PURPOSE / 2] = {.flag = LM4550_REG_OK \
|
/Linux-v5.4/sound/pci/nm256/ |
D | nm256.c | 1197 { AC97_GENERAL_PURPOSE, 0x0000 },
|
/Linux-v5.4/sound/pci/emu10k1/ |
D | emumixer.c | 1930 snd_ac97_update_bits(emu->ac97, AC97_GENERAL_PURPOSE, in snd_emu10k1_mixer()
|