Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353057
b: refs/heads/master
c: 3bbcd27
h: refs/heads/master
i:
  353055: 2e4087d
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent 4bdbad8 commit 015eb02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47d46abba2d2046c6bfa37eeb583269d43e659ad
refs/heads/master: 3bbcd274c295011e9377053ff46f725ad5e7dbc0
5 changes: 5 additions & 0 deletions trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3540,6 +3540,8 @@ int snd_hda_gen_init(struct hda_codec *codec)

snd_hda_apply_verbs(codec);

codec->cached_write = 1;

init_multi_out(codec);
init_extra_out(codec);
init_multi_io(codec);
Expand All @@ -3552,6 +3554,9 @@ int snd_hda_gen_init(struct hda_codec *codec)
snd_hda_gen_line_automute(codec, NULL);
snd_hda_gen_mic_autoswitch(codec, NULL);

snd_hda_codec_flush_amp_cache(codec);
snd_hda_codec_flush_cmd_cache(codec);

if (spec->vmaster_mute.sw_kctl && spec->vmaster_mute.hook)
snd_hda_sync_vmaster_hook(&spec->vmaster_mute);

Expand Down

0 comments on commit 015eb02

Please sign in to comment.