Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dsonicvibes.c165 #define SV_RECSRC_OUT (0x07<<5) macro
898 …ucontrol->value.enumerated.item[0] = ((snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ADC) & SV_RECSRC_OUT in snd_sonicvibes_get_mux()
899 …lue.enumerated.item[1] = ((snd_sonicvibes_in1(sonic, SV_IREG_RIGHT_ADC) & SV_RECSRC_OUT) >> 5) - 1; in snd_sonicvibes_get_mux()
918 left = (oval1 & ~SV_RECSRC_OUT) | left; in snd_sonicvibes_put_mux()
919 right = (oval2 & ~SV_RECSRC_OUT) | right; in snd_sonicvibes_put_mux()