X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=sound%2Fpci%2Fhda%2Fhda_codec.c;h=24401d5d3511ea8ec8424a9b93013a02ccb645dd;hp=a23c27d2fb2fbb7fc3fd539c58668d12ca093a90;hb=e44d4e4cee1ece7b6e6bf4db899b1a7766015306;hpb=03cb2dafcbde938ed7d01d4b952ea60e3c4e8532 diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index a23c27d2fb2f..24401d5d3511 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -185,7 +185,7 @@ static int codec_exec_verb(struct hda_codec *codec, unsigned int cmd, mutex_lock(&bus->cmd_mutex); err = bus->ops.command(bus, cmd); if (!err && res) - *res = bus->ops.get_response(bus); + *res = bus->ops.get_response(bus, codec->addr); mutex_unlock(&bus->cmd_mutex); snd_hda_power_down(codec); if (res && *res == -1 && bus->rirb_error) {