Skip to content

Commit 5e74a14

Browse files
Stefan Bindingtiwai
authored andcommitted
ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg
For ESD reasons, all variants should now set HSBIAS_SENSE_EN. Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com> Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220328115614.15761-6-vitalyr@opensource.cirrus.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 6581a04 commit 5e74a14

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

sound/pci/hda/patch_cs8409.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,15 +1005,8 @@ void cs8409_cs42l42_fixups(struct hda_codec *codec, const struct hda_fixup *fix,
10051005
cs8409_fix_caps(codec, CS8409_CS42L42_HP_PIN_NID);
10061006
cs8409_fix_caps(codec, CS8409_CS42L42_AMIC_PIN_NID);
10071007

1008-
/* Set TIP_SENSE_EN for analog front-end of tip sense.
1009-
* Additionally set HSBIAS_SENSE_EN and Full Scale volume for some variants.
1010-
*/
1008+
/* Set HSBIAS_SENSE_EN and Full Scale volume for some variants. */
10111009
switch (codec->fixup_id) {
1012-
case CS8409_CYBORG:
1013-
spec->scodecs[CS8409_CODEC0]->hsbias_hiz = 0x00a0;
1014-
spec->scodecs[CS8409_CODEC0]->full_scale_vol =
1015-
CS42L42_FULL_SCALE_VOL_MINUS6DB;
1016-
break;
10171010
case CS8409_WARLOCK_MLK:
10181011
case CS8409_WARLOCK_MLK_DUAL_MIC:
10191012
spec->scodecs[CS8409_CODEC0]->hsbias_hiz = 0x0020;

0 commit comments

Comments
 (0)