Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353172
b: refs/heads/master
c: 8a6c21a
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 18, 2013
1 parent d6a263d commit ac96c3c
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 36c9db7a1aca3396b26004a3c41f27e2b735536f
refs/heads/master: 8a6c21aee8ab94c35e9db7a4ad35cfeb94f57d59
1 change: 1 addition & 0 deletions trunk/sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ static const struct hda_codec_ops ad198x_auto_patch_ops = {
.build_pcms = snd_hda_gen_build_pcms,
.init = snd_hda_gen_init,
.free = ad198x_free,
.unsol_event = snd_hda_jack_unsol_event,
#ifdef CONFIG_PM
.check_power_status = snd_hda_gen_check_power_status,
.suspend = ad198x_suspend,
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/pci/hda/patch_ca0110.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ static const struct hda_codec_ops ca0110_patch_ops = {
.build_pcms = snd_hda_gen_build_pcms,
.init = snd_hda_gen_init,
.free = snd_hda_gen_free,
.unsol_event = snd_hda_jack_unsol_event,
};

static int ca0110_parse_auto_config(struct hda_codec *codec)
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/pci/hda/patch_cmedia.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ static const struct hda_codec_ops cmi_auto_patch_ops = {
.build_pcms = snd_hda_gen_build_pcms,
.init = snd_hda_gen_init,
.free = snd_hda_gen_free,
.unsol_event = snd_hda_jack_unsol_event,
};

static int cmi_parse_auto_config(struct hda_codec *codec)
Expand Down

0 comments on commit ac96c3c

Please sign in to comment.