Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157811
b: refs/heads/master
c: 50c62f0
h: refs/heads/master
i:
  157809: f34ea70
  157807: 170ce2c
v: v3
  • Loading branch information
Takashi Iwai committed Jul 28, 2009
1 parent 4267226 commit 690af04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6479c63188290beae83ade3243b9d6eb47d394b6
refs/heads/master: 50c62f068ee67b5a0178855f502f4ea2ee931eed
6 changes: 4 additions & 2 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -5376,7 +5376,8 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)

/* no output amps */
spec->num_pwrs = 0;
spec->mixer = stac92hd71bxx_analog_mixer;
if (snd_hda_get_bool_hint(codec, "analog_mixer") == 1)
spec->mixer = stac92hd71bxx_analog_mixer;

/* disable VSW */
spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
Expand All @@ -5403,7 +5404,8 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
default:
memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
sizeof(stac92hd71bxx_dmux_amixer));
spec->mixer = stac92hd71bxx_analog_mixer;
if (snd_hda_get_bool_hint(codec, "analog_mixer") == 1)
spec->mixer = stac92hd71bxx_analog_mixer;
spec->init = stac92hd71bxx_analog_core_init;
codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
spec->num_dmics = stac92hd71bxx_connected_ports(codec,
Expand Down

0 comments on commit 690af04

Please sign in to comment.