diff options
author | Tom Rix <trix@redhat.com> | 2022-02-09 18:01:33 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-02-11 17:18:56 +0300 |
commit | bad03efd11dfa6f039fe494207996c482e9364d0 (patch) | |
tree | 63115efee86b7606b2c96f72b5fc14381014b29b /include/sound/hda_verbs.h | |
parent | a531caa5989e0913ffe8c1a224a130ccd8d2c02c (diff) | |
download | linux-bad03efd11dfa6f039fe494207996c482e9364d0.tar.xz |
ALSA: cleanup double word in comment
Remove the second 'device'.
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220209150133.2291856-1-trix@redhat.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/hda_verbs.h')
-rw-r--r-- | include/sound/hda_verbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/hda_verbs.h b/include/sound/hda_verbs.h index e36b77531c5c..006d358acce2 100644 --- a/include/sound/hda_verbs.h +++ b/include/sound/hda_verbs.h @@ -461,7 +461,7 @@ enum { #define AC_DE_ELDV (1<<1) #define AC_DE_IA (1<<2) -/* device device types (0x0-0xf) */ +/* device types (0x0-0xf) */ enum { AC_JACK_LINE_OUT, AC_JACK_SPEAKER, |