X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=sound%2Fpci%2Fhda%2Fhda_codec.h;h=99552fb5f75699d09461bebfbfd997e37c685f75;hp=72c997592eedcfffa932472b67aecd99e1b9c916;hb=e44d4e4cee1ece7b6e6bf4db899b1a7766015306;hpb=559059b27f1768e89adc204f3ba2cb82882c15ca diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 72c997592eed..99552fb5f756 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -568,7 +568,7 @@ struct hda_bus_ops { /* send a single command */ int (*command)(struct hda_bus *bus, unsigned int cmd); /* get a response from the last command */ - unsigned int (*get_response)(struct hda_bus *bus); + unsigned int (*get_response)(struct hda_bus *bus, unsigned int addr); /* free the private data */ void (*private_free)(struct hda_bus *); /* attach a PCM stream */