diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-08-03 08:37:17 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-08-03 08:37:17 +0200 |
commit | e44d4e4cee1ece7b6e6bf4db899b1a7766015306 (patch) | |
tree | 791adda61e8affa6f2cc39485cbc6b5e8d4d41ed /sound/pci/hda/hda_codec.h | |
parent | ALSA: hda: add IbexPeak/Clarkdale HDMI model with static cvt/pin number (diff) | |
parent | ALSA: hda - Read buffer overflow (diff) | |
download | linux-e44d4e4cee1ece7b6e6bf4db899b1a7766015306.tar.xz linux-e44d4e4cee1ece7b6e6bf4db899b1a7766015306.zip |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |