Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/
H A Dsonicvibes.c166 #define SV_RECSRC_OUT (0x07<<5) macro
898 ucontrol->value.enumerated.item[0] = ((snd_sonicvibes_in1(sonic, SV_IREG_LEFT_ADC) & SV_RECSRC_OUT) >> 5) - 1; in snd_sonicvibes_get_mux()
899 ucontrol->value.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()
/kernel/linux/linux-6.6/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) >> 5) - 1; in snd_sonicvibes_get_mux()
899 ucontrol->value.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()

Completed in 6 milliseconds