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 /include/sound/hdaudio.h | |
parent | d4bd30532688558a7de70f0c8edd2a7a25c3963f (diff) | |
parent | 774a075ab5140bb4504e6026bf327021926c3e65 (diff) | |
download | linux-b89b889a326a7abf1c9ceef7ddbe06dbaf8c2520.tar.gz |
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 'include/sound/hdaudio.h')
-rw-r--r-- | include/sound/hdaudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h index f49af557bdb0..612a17e375d0 100644 --- a/include/sound/hdaudio.h +++ b/include/sound/hdaudio.h @@ -120,7 +120,7 @@ void snd_hdac_device_unregister(struct hdac_device *codec); int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name); int snd_hdac_codec_modalias(struct hdac_device *hdac, char *buf, size_t size); -int snd_hdac_refresh_widgets(struct hdac_device *codec, bool sysfs); +int snd_hdac_refresh_widgets(struct hdac_device *codec); unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int parm); |