diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-11-10 19:24:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-11 11:39:17 +0300 |
commit | ddcecf6b6ae7b91c8735e52f50cd403ee9cbe298 (patch) | |
tree | d2f6c86c6785370b581d463c07fd5f8424dca9b4 /sound/pci/emu10k1 | |
parent | 3f60c87d129acbb232afbc7269c726d009a01869 (diff) | |
download | linux-ddcecf6b6ae7b91c8735e52f50cd403ee9cbe298.tar.xz |
ALSA: Fix invalid kerneldoc markers
They are no real kerneldoc comments, so drop such markers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/emu10k1x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emu10k1x.c b/sound/pci/emu10k1/emu10k1x.c index e223de1408c0..15933f92f63a 100644 --- a/sound/pci/emu10k1/emu10k1x.c +++ b/sound/pci/emu10k1/emu10k1x.c @@ -180,7 +180,7 @@ MODULE_PARM_DESC(enable, "Enable the EMU10K1X soundcard."); /* From 0x50 - 0x5f, last samples captured */ -/** +/* * The hardware has 3 channels for playback and 1 for capture. * - channel 0 is the front channel * - channel 1 is the rear channel |