Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dad1980.c136 SOC_DOUBLE("Surround Playback Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
137 SOC_DOUBLE("Surround Playback Switch", AC97_SURROUND_MASTER, 15, 7, 1, 1),
270 snd_soc_component_write(component, AC97_SURROUND_MASTER, 0x0000); in ad1980_soc_probe()
/linux/include/sound/ac97/
H A Dregs.h42 #define AC97_SURROUND_MASTER 0x38 /* Surround (Rear) Master Volume */ macro
/linux/sound/pci/oxygen/
H A Doxygen_lib.c528 oxygen_write_ac97(chip, 0, AC97_SURROUND_MASTER, 0x8080); in oxygen_init()
/linux/drivers/media/usb/em28xx/
H A Dem28xx-audio.c867 em28xx_cvol_new(card, dev, "Surround", AC97_SURROUND_MASTER); in em28xx_audio_init()
H A Dem28xx-core.c411 { EM28XX_AOUT_SURR, AC97_SURROUND_MASTER },
/linux/sound/pci/ac97/
H A Dac97_codec.c1055 case AC97_SURROUND_MASTER: in snd_ac97_try_volume_mix()
1367 if ((snd_ac97_try_volume_mix(ac97, AC97_SURROUND_MASTER)) in snd_ac97_mixer_build()
1371 AC97_SURROUND_MASTER, 1, 0, in snd_ac97_mixer_build()
H A Dac97_patch.c488 AC97_DOUBLE("Surround Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
878 snd_ac97_write_cache(ac97, AC97_SURROUND_MASTER, 0x0000); in patch_tritech_tr28028()
/linux/sound/pci/emu10k1/
H A Demumixer.c2178 snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202); in snd_emu10k1_mixer()