From edb090a1c57ee5053ab62493e169981cae9a1836 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 28 Nov 2008 07:22:18 +0100 Subject: [PATCH] --- yaml --- r: 120511 b: refs/heads/master c: 11cd41b893895c76a8f9bee9467f4b0869b5eeb3 h: refs/heads/master i: 120509: 15bbd7e04eb5efb27f7cd9836eef81f36077350d 120507: 32cd672d1c8661bc4eafd3c6b2bdb30dd736c2ce 120503: e7e4ead97bb13bbe3c52399d4f6d4dfed2a9923a 120495: 43a6582812b205cfb6cb6402a52796637c6a6322 120479: 9407b00b8c79524f48509391b512ae38a7bbe5bc 120447: c9364d098252e08c68eac71bdf268a6af2fff5ba v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a869542290a7..b84e1af47f29 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30d72e9f614e7bd76e28d4d92bd54d90a96905bb +refs/heads/master: 11cd41b893895c76a8f9bee9467f4b0869b5eeb3 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index f17ccd513350..8aee322313ed 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -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