Lines Matching full:dsp
25 the DSP (the tuner input first goes through the demodulator).
27 The DSP handles things like volume, bass/treble, balance, and some chips
29 and SCART1/2. Each output can select which DSP input to use. So the MAIN
36 Most DSP outputs are also the outputs of the msp3400. However, the SCART
38 SCART2 output from the DSP, or the msp3400 SCART inputs, thus completely
39 bypassing the DSP.
49 3) which DSP input to use for each DSP output
63 /* Inputs to the DSP unit: two independent selections have to be made:
70 /* SCART input to DSP selection */
76 #define MSP_IN_MUTE 7 /* Mute DSP input */
78 /* Tuner input to demodulator and DSP selection */
83 /* The msp has up to 5 DSP outputs, each output can independently select
84 a DSP input.
86 The DSP outputs are: loudspeaker output (aka MAIN), headphones output
93 There are up to 16 DSP inputs to choose from, so each output is
97 DSP. This is currently not implemented. Also not implemented is the
100 #define MSP_DSP_IN_TUNER 0 /* Tuner DSP input */
101 #define MSP_DSP_IN_SCART 2 /* SCART DSP input */
102 #define MSP_DSP_IN_I2S1 5 /* I2S1 DSP input */
103 #define MSP_DSP_IN_I2S2 6 /* I2S2 DSP input */
104 #define MSP_DSP_IN_I2S3 7 /* I2S3 DSP input */
105 #define MSP_DSP_IN_MAIN_AVC 11 /* MAIN AVC processed DSP input */
106 #define MSP_DSP_IN_MAIN 12 /* MAIN DSP input */
107 #define MSP_DSP_IN_AUX 13 /* AUX DSP input */
116 #define MSP_SC_IN_SCART1 0 /* SCART1 input, bypassing the DSP */
117 #define MSP_SC_IN_SCART2 1 /* SCART2 input, bypassing the DSP */
118 #define MSP_SC_IN_SCART3 2 /* SCART3 input, bypassing the DSP */
119 #define MSP_SC_IN_SCART4 3 /* SCART4 input, bypassing the DSP */
120 #define MSP_SC_IN_DSP_SCART1 4 /* DSP SCART1 input */
121 #define MSP_SC_IN_DSP_SCART2 5 /* DSP SCART2 input */
122 #define MSP_SC_IN_MONO 6 /* MONO input, bypassing the DSP */
179 /* DSP inputs vs. msp version (tuner and SCART inputs are always available) */
196 /* DSP outputs vs. msp version */