Searched refs:AC97_PCM (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | ad1980.c | 118 SOC_DOUBLE("PCM Playback Volume", AC97_PCM, 8, 0, 31, 1), 119 SOC_SINGLE("PCM Playback Switch", AC97_PCM, 15, 1, 1), 267 snd_soc_component_write(component, AC97_PCM, 0x0000); in ad1980_soc_probe()
|
| H A D | stac9766.c | 150 SOC_DOUBLE_TLV("DAC Volume", AC97_PCM, 8, 0, 31, 1, mix_tlv), 151 SOC_SINGLE("DAC Switch", AC97_PCM, 15, 1, 1),
|
| H A D | wm9705.c | 80 SOC_DOUBLE("PCM Playback Volume", AC97_PCM, 8, 0, 31, 1), 81 SOC_SINGLE("PCM Playback Switch", AC97_PCM, 15, 1, 1),
|
| /linux/include/sound/ac97/ |
| H A D | regs.h | 25 #define AC97_PCM 0x18 /* PCM Volume */ macro
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 426 ac97->bus->ops->write(ac97, AC97_PCM, new); in snd_ac97_ad18xx_update_pcm_bits() 1245 if (reg >= AC97_PHONE && reg <= AC97_PCM) in snd_ac97_cvol_new() 1521 snd_ac97_write_cache(ac97, AC97_PCM, init_val); in snd_ac97_mixer_build() 1527 AC97_PCM, 0, ac97); in snd_ac97_mixer_build() 1530 AC97_PCM, 0, ac97); in snd_ac97_mixer_build()
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-audio.c | 861 em28xx_cvol_new(card, dev, "PCM", AC97_PCM); in em28xx_audio_init()
|