diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-07-07 11:29:03 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-07-07 11:29:30 +0200 |
commit | b89b889a326a7abf1c9ceef7ddbe06dbaf8c2520 (patch) | |
tree | d4f6a91d90fee3da58080dbd2c43a469dc5503a4 /sound/pci | |
parent | d4bd30532688558a7de70f0c8edd2a7a25c3963f (diff) | |
parent | 774a075ab5140bb4504e6026bf327021926c3e65 (diff) | |
download | linux-b89b889a326a7abf1c9ceef7ddbe06dbaf8c2520.tar.bz2 |
Merge branch 'topic/hda-refresh-cleanup' into for-next
Merge a cleanup for HD-audio widget refresh code
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index ccb53f1c1e1a..7d8834907f1f 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -1016,7 +1016,7 @@ int snd_hda_codec_update_widgets(struct hda_codec *codec) hda_nid_t fg; int err; - err = snd_hdac_refresh_widgets(&codec->core, true); + err = snd_hdac_refresh_widgets(&codec->core); if (err < 0) return err; |