Message ID | 1428981936-24976-1-git-send-email-mengdong.lin@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d6eb9e3ec78c98324097bab8eea266c3bb0d0ac7 |
Headers | show |
diff --git a/sound/hda/hdac_regmap.c b/sound/hda/hdac_regmap.c index 1eb4320..9e933c3 100644 --- a/sound/hda/hdac_regmap.c +++ b/sound/hda/hdac_regmap.c @@ -368,7 +368,7 @@ int snd_hdac_regmap_add_vendor_verb(struct hdac_device *codec, if (!p) return -ENOMEM; - *p = verb; + *p = verb | 0x800; /* set GET bit */ return 0; } EXPORT_SYMBOL_GPL(snd_hdac_regmap_add_vendor_verb);