projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
55c203a
)
ALSA: hda: Fix a typo in comments
author
Takashi Iwai
<tiwai@suse.de>
Wed, 8 Jan 2020 15:34:30 +0000
(16:34 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 8 Jan 2020 15:35:00 +0000
(16:35 +0100)
Link:
https://lore.kernel.org/r/20200108153430.31456-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_regmap.c
patch
|
blob
|
history
diff --git
a/sound/hda/hdac_regmap.c
b/sound/hda/hdac_regmap.c
index
906b1e2
..
d771d2c
100644
(file)
--- a/
sound/hda/hdac_regmap.c
+++ b/
sound/hda/hdac_regmap.c
@@
-509,7
+509,7
@@
int snd_hdac_regmap_read_raw_uncached(struct hdac_device *codec,
* snd_hdac_regmap_update_raw - update a pseudo register with power mgmt
* @codec: the codec object
* @reg: pseudo register
- * @mask: bit mask to u
dp
ate
+ * @mask: bit mask to u
pd
ate
* @val: value to update
*
* Returns zero if successful or a negative error code.