We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7259b commit 678ed6fCopy full SHA for 678ed6f
sound/soc/codecs/rt715.c
@@ -203,7 +203,6 @@ static int rt715_set_amp_gain_get(struct snd_kcontrol *kcontrol,
203
return 0;
204
}
205
206
-static const DECLARE_TLV_DB_SCALE(out_vol_tlv, -6525, 75, 0);
207
static const DECLARE_TLV_DB_SCALE(in_vol_tlv, -1725, 75, 0);
208
static const DECLARE_TLV_DB_SCALE(mic_vol_tlv, 0, 1000, 0);
209
@@ -371,7 +370,7 @@ static const char * const adc_22_23_mux_text[] = {
371
370
* 1 will be connected to the same dmic source, therefore we skip index 1 to
372
* avoid misunderstanding on usage of dapm routing.
373
*/
374
-static const unsigned int rt715_adc_24_25_values[] = {
+static int rt715_adc_24_25_values[] = {
375
0,
376
2,
377
3,
0 commit comments