aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/sound/hdspm.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-11-10 17:24:26 +0100
committerTakashi Iwai <tiwai@suse.de>2014-11-11 09:39:17 +0100
commitddcecf6b6ae7b91c8735e52f50cd403ee9cbe298 (patch)
treed2f6c86c6785370b581d463c07fd5f8424dca9b4 /include/uapi/sound/hdspm.h
parentALSA: mixart: Fix kerneldoc comments (diff)
downloadlinux-dev-ddcecf6b6ae7b91c8735e52f50cd403ee9cbe298.tar.xz
linux-dev-ddcecf6b6ae7b91c8735e52f50cd403ee9cbe298.zip
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 'include/uapi/sound/hdspm.h')
-rw-r--r--include/uapi/sound/hdspm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/uapi/sound/hdspm.h b/include/uapi/sound/hdspm.h
index d956c3593f65..b357f1a5e29c 100644
--- a/include/uapi/sound/hdspm.h
+++ b/include/uapi/sound/hdspm.h
@@ -74,14 +74,14 @@ struct hdspm_config {
#define SNDRV_HDSPM_IOCTL_GET_CONFIG \
_IOR('H', 0x41, struct hdspm_config)
-/**
+/*
* If there's a TCO (TimeCode Option) board installed,
* there are further options and status data available.
* The hdspm_ltc structure contains the current SMPTE
* timecode and some status information and can be
* obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the
* hdspm_status struct.
- **/
+ */
enum hdspm_ltc_format {
format_invalid,
@@ -113,11 +113,11 @@ struct hdspm_ltc {
#define SNDRV_HDSPM_IOCTL_GET_LTC _IOR('H', 0x46, struct hdspm_ltc)
-/**
+/*
* The status data reflects the device's current state
* as determined by the card's configuration and
* connection status.
- **/
+ */
enum hdspm_sync {
hdspm_sync_no_lock = 0,
@@ -171,9 +171,9 @@ struct hdspm_status {
#define SNDRV_HDSPM_IOCTL_GET_STATUS \
_IOR('H', 0x47, struct hdspm_status)
-/**
+/*
* Get information about the card and its add-ons.
- **/
+ */
#define HDSPM_ADDON_TCO 1