Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120511
b: refs/heads/master
c: 11cd41b
h: refs/heads/master
i:
  120509: 15bbd7e
  120507: 32cd672
  120503: e7e4ead
  120495: 43a6582
  120479: 9407b00
  120447: c9364d0
v: v3
  • Loading branch information
Takashi Iwai committed Nov 28, 2008
1 parent 36b138c commit edb090a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 30d72e9f614e7bd76e28d4d92bd54d90a96905bb
refs/heads/master: 11cd41b893895c76a8f9bee9467f4b0869b5eeb3
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1233,12 +1233,12 @@ static int __devinit azx_codec_create(struct azx *chip, const char *model,
memset(&bus_temp, 0, sizeof(bus_temp));
bus_temp.private_data = chip;
bus_temp.modelname = model;
bus_temp.power_save = &power_save;
bus_temp.pci = chip->pci;
bus_temp.ops.command = azx_send_cmd;
bus_temp.ops.get_response = azx_get_response;
bus_temp.ops.attach_pcm = azx_attach_pcm_stream;
#ifdef CONFIG_SND_HDA_POWER_SAVE
bus_temp.power_save = &power_save;
bus_temp.ops.pm_notify = azx_power_notify;
#endif

Expand Down

0 comments on commit edb090a

Please sign in to comment.