Searched refs:PLAYBACK_VOLUME1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106_mixer.c | 564 CONTROL_FRONT_CHANNEL, PLAYBACK_VOLUME1), 566 CONTROL_REAR_CHANNEL, PLAYBACK_VOLUME1), 568 CONTROL_CENTER_LFE_CHANNEL, PLAYBACK_VOLUME1), 570 CONTROL_UNKNOWN_CHANNEL, PLAYBACK_VOLUME1), 867 { CONTROL_FRONT_CHANNEL, PLAYBACK_VOLUME1 }, 868 { CONTROL_REAR_CHANNEL, PLAYBACK_VOLUME1 }, 869 { CONTROL_CENTER_LFE_CHANNEL, PLAYBACK_VOLUME1 }, 870 { CONTROL_UNKNOWN_CHANNEL, PLAYBACK_VOLUME1 },
|
H A D | ca0106.h | 370 #define PLAYBACK_VOLUME1 0x66 /* Playback SPDIF volume per channel. Set to the sa… macro
|
H A D | ca0106_main.c | 1467 snd_ca0106_ptr_write(chip, PLAYBACK_VOLUME1, ch, 0x40404040); in ca0106_init_chip() 1469 snd_ca0106_ptr_write(chip, PLAYBACK_VOLUME1, ch, 0xffffffff); in ca0106_init_chip()
|