Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/isa/
H A Des18xx.c925 * b2 b1 b0 muxSource
967 int muxSource = snd_es18xx_mixer_read(chip, 0x1c) & 0x07; in snd_es18xx_get_mux() local
969 muxSource = invMap4Source[muxSource]; in snd_es18xx_get_mux()
970 if (muxSource==3 && in snd_es18xx_get_mux()
974 muxSource = 4; in snd_es18xx_get_mux()
976 ucontrol->value.enumerated.item[0] = muxSource; in snd_es18xx_get_mux()
/kernel/linux/linux-5.10/sound/isa/
H A Des18xx.c928 * b2 b1 b0 muxSource
970 int muxSource = snd_es18xx_mixer_read(chip, 0x1c) & 0x07; in snd_es18xx_get_mux() local
972 muxSource = invMap4Source[muxSource]; in snd_es18xx_get_mux()
973 if (muxSource==3 && in snd_es18xx_get_mux()
977 muxSource = 4; in snd_es18xx_get_mux()
979 ucontrol->value.enumerated.item[0] = muxSource; in snd_es18xx_get_mux()

Completed in 11 milliseconds