File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -779,13 +779,6 @@ static int max98373_probe(struct snd_soc_component *component)
779
779
regmap_write (max98373 -> regmap ,
780
780
MAX98373_R202A_PCM_TO_SPK_MONO_MIX_2 ,
781
781
0x1 );
782
- /* Set inital volume (0dB) */
783
- regmap_write (max98373 -> regmap ,
784
- MAX98373_R203D_AMP_DIG_VOL_CTRL ,
785
- 0x00 );
786
- regmap_write (max98373 -> regmap ,
787
- MAX98373_R203E_AMP_PATH_GAIN ,
788
- 0x00 );
789
782
/* Enable DC blocker */
790
783
regmap_write (max98373 -> regmap ,
791
784
MAX98373_R203F_AMP_DSP_CFG ,
@@ -869,7 +862,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98373 = {
869
862
.num_dapm_widgets = ARRAY_SIZE (max98373_dapm_widgets ),
870
863
.dapm_routes = max98373_audio_map ,
871
864
.num_dapm_routes = ARRAY_SIZE (max98373_audio_map ),
872
- .idle_bias_on = 1 ,
873
865
.use_pmdown_time = 1 ,
874
866
.endianness = 1 ,
875
867
.non_legacy_dai_naming = 1 ,
You can’t perform that action at this time.
0 commit comments