Searched refs:ac97_control_set (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.c | 1407 return (ac97_control_set(ctrl, value)); in emu10k_set_ac97src() 1759 (void) ac97_control_set(ac, (100 << 8) | 100); in emu10k_create_controls() 1761 (void) ac97_control_set(ac, (100 << 8) | 100); in emu10k_create_controls() 1763 (void) ac97_control_set(ac, (100 << 8) | 100); in emu10k_create_controls() 1765 (void) ac97_control_set(ac, 100); in emu10k_create_controls() 1767 (void) ac97_control_set(ac, 100); in emu10k_create_controls()
|
/titanic_41/usr/src/uts/common/sys/audio/ |
H A D | ac97.h | 649 int ac97_control_set(ac97_ctrl_t *, uint64_t);
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiols/ |
H A D | audiols.c | 809 (void) ac97_control_set(dev->ac97_recgain, v1); in audigyls_configure_mixer() 840 (void) ac97_control_set(dev->ac97_recsrc, in audigyls_configure_mixer()
|
/titanic_41/usr/src/uts/common/io/audio/ac97/ |
H A D | ac97.c | 1042 ac97_control_set(ac97_ctrl_t *ctrl, uint64_t value) in ac97_control_set() function 1089 return (ac97_control_set(arg, value)); in ac_set_value()
|