Lines Matching +full:0 +full:x7000

14 #define RT298_AUDIO_FUNCTION_GROUP			0x01
15 #define RT298_DAC_OUT1 0x02
16 #define RT298_DAC_OUT2 0x03
17 #define RT298_DIG_CVT 0x06
18 #define RT298_ADC_IN1 0x09
19 #define RT298_ADC_IN2 0x08
20 #define RT298_MIXER_IN 0x0b
21 #define RT298_MIXER_OUT1 0x0c
22 #define RT298_MIXER_OUT2 0x0d
23 #define RT298_DMIC1 0x12
24 #define RT298_DMIC2 0x13
25 #define RT298_SPK_OUT 0x14
26 #define RT298_MIC1 0x18
27 #define RT298_LINE1 0x1a
28 #define RT298_BEEP 0x1d
29 #define RT298_SPDIF 0x1e
30 #define RT298_VENDOR_REGISTERS 0x20
31 #define RT298_HP_OUT 0x21
32 #define RT298_MIXER_IN1 0x22
33 #define RT298_MIXER_IN2 0x23
34 #define RT298_INLINE_CMD 0x55
37 #define RT298_SET_PIN_ENABLE 0x40
38 #define RT298_SET_PIN_DISABLE 0
39 #define RT298_SET_EAPD_HIGH 0x2
40 #define RT298_SET_EAPD_LOW 0
46 #define RT298_SET_POWER(NID) VERB_CMD(AC_VERB_SET_POWER_STATE, NID, 0)
52 VERB_CMD(AC_VERB_SET_CONNECT_SEL, RT298_SPK_OUT, 0)
54 VERB_CMD(AC_VERB_SET_CONNECT_SEL, RT298_HP_OUT, 0)
56 VERB_CMD(AC_VERB_SET_CONNECT_SEL, RT298_MIXER_IN1, 0)
58 VERB_CMD(AC_VERB_SET_CONNECT_SEL, RT298_MIXER_IN2, 0)
60 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_MIC1, 0)
62 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_HP_OUT, 0)
64 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_SPK_OUT, 0)
66 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_DMIC1, 0)
68 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_SPDIF, 0)
70 VERB_CMD(AC_VERB_SET_DIGI_CONVERT_1, RT298_DIG_CVT, 0)
72 VERB_CMD(AC_VERB_SET_EAPD_BTLENABLE, RT298_SPK_OUT, 0)
74 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_HP_OUT, 0)
76 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_ADC_IN1, 0)
78 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_ADC_IN2, 0)
80 VERB_CMD(AC_VERB_GET_PIN_SENSE, RT298_HP_OUT, 0)
82 VERB_CMD(AC_VERB_GET_PIN_SENSE, RT298_MIC1, 0)
84 VERB_CMD(AC_VERB_SET_CONFIG_DEFAULT_BYTES_3, RT298_DMIC2, 0)
86 VERB_CMD(AC_VERB_SET_CONFIG_DEFAULT_BYTES_3, RT298_SPDIF, 0)
88 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_DAC_OUT1, 0xa000)
90 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_DAC_OUT1, 0x9000)
92 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_ADC_IN1, 0x6000)
94 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_ADC_IN1, 0x5000)
96 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_MIC1, 0x7000)
98 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_SPK_OUT, 0xa000)
100 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_SPK_OUT, 0x9000)
102 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_HP_OUT, 0xa000)
104 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_HP_OUT, 0x9000)
106 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_MIXER_OUT1, 0x7000)
108 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_MIXER_OUT1, 0x7100)
110 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_MIXER_IN, 0x7000)
112 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_MIXER_IN, 0x7100)
114 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_MIXER_IN, 0x7200)
116 VERB_CMD(AC_VERB_SET_AMP_GAIN_MUTE, RT298_MIXER_IN, 0x7300)
118 VERB_CMD(AC_VERB_SET_STREAM_FORMAT, RT298_DAC_OUT1, 0)
120 VERB_CMD(AC_VERB_SET_STREAM_FORMAT, RT298_ADC_IN1, 0)
122 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT298_VENDOR_REGISTERS, 0)
124 VERB_CMD(AC_VERB_SET_PROC_COEF, RT298_VENDOR_REGISTERS, 0)
126 VERB_CMD(AC_VERB_SET_UNSOLICITED_ENABLE, RT298_INLINE_CMD, 0)
128 VERB_CMD(AC_VERB_SET_UNSOLICITED_ENABLE, RT298_HP_OUT, 0)
130 VERB_CMD(AC_VERB_SET_UNSOLICITED_ENABLE, RT298_MIC1, 0)
133 #define RT298_A_BIAS_CTRL1 0x01
134 #define RT298_A_BIAS_CTRL2 0x02
135 #define RT298_POWER_CTRL1 0x03
136 #define RT298_A_BIAS_CTRL3 0x04
137 #define RT298_D_FILTER_CTRL 0x05
138 #define RT298_POWER_CTRL2 0x08
139 #define RT298_I2S_CTRL1 0x09
140 #define RT298_I2S_CTRL2 0x0a
141 #define RT298_CLK_DIV 0x0b
142 #define RT298_DC_GAIN 0x0d
143 #define RT298_POWER_CTRL3 0x0f
144 #define RT298_MIC1_DET_CTRL 0x19
145 #define RT298_MISC_CTRL1 0x20
146 #define RT298_IRQ_CTRL 0x33
147 #define RT298_WIND_FILTER_CTRL 0x46
148 #define RT298_PLL_CTRL1 0x49
149 #define RT298_VAD_CTRL 0x4e
150 #define RT298_CBJ_CTRL1 0x4f
151 #define RT298_CBJ_CTRL2 0x50
152 #define RT298_PLL_CTRL 0x63
153 #define RT298_DEPOP_CTRL1 0x66
154 #define RT298_DEPOP_CTRL2 0x67
155 #define RT298_DEPOP_CTRL3 0x68
156 #define RT298_DEPOP_CTRL4 0x69
157 #define RT298_IRQ_FLAG_CTRL 0x7c
159 /* SPDIF (0x06) */
160 #define RT298_SPDIF_SEL_SFT 0
161 #define RT298_SPDIF_SEL_PCM0 0
166 /* RECMIX (0x0b) */
167 #define RT298_M_REC_BEEP_SFT 0
172 /* Front (0x0c) */
173 #define RT298_M_FRONT_DAC_SFT 0
176 /* SPK-OUT (0x14) */
178 #define RT298_SPK_SEL_MASK 0x1
179 #define RT298_SPK_SEL_SFT 0
180 #define RT298_SPK_SEL_F 0
183 /* HP-OUT (0x21) */
185 #define RT298_HP_SEL_MASK 0x1
186 #define RT298_HP_SEL_SFT 0
187 #define RT298_HP_SEL_F 0
190 /* ADC (0x22) (0x23) */
191 #define RT298_ADC_SEL_MASK 0x7
192 #define RT298_ADC_SEL_SFT 0
193 #define RT298_ADC_SEL_SURR 0
201 #define RT298_SCLK_S_MCLK 0