Searched refs:invMap4Source (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/sound/isa/ |
H A D | es18xx.c | 934 * "invMap4Source" translates from reg bit pattern to source number 965 static const unsigned char invMap4Source[8] = {0, 0, 1, 1, 0, 0, 2, 3}; in snd_es18xx_get_mux() local 969 muxSource = invMap4Source[muxSource]; in snd_es18xx_get_mux()
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | es18xx.c | 937 * "invMap4Source" translates from reg bit pattern to source number 968 static const unsigned char invMap4Source[8] = {0, 0, 1, 1, 0, 0, 2, 3}; in snd_es18xx_get_mux() local 972 muxSource = invMap4Source[muxSource]; in snd_es18xx_get_mux()
|
Completed in 7 milliseconds