diff options
| author | Takashi Iwai <tiwai@suse.de> | 2014-11-10 11:24:26 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2014-11-11 03:39:17 -0500 |
| commit | ddcecf6b6ae7b91c8735e52f50cd403ee9cbe298 (patch) | |
| tree | d2f6c86c6785370b581d463c07fd5f8424dca9b4 /include | |
| parent | 3f60c87d129acbb232afbc7269c726d009a01869 (diff) | |
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')
| -rw-r--r-- | include/uapi/sound/hdspm.h | 12 |
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 { | |||
| 74 | #define SNDRV_HDSPM_IOCTL_GET_CONFIG \ | 74 | #define SNDRV_HDSPM_IOCTL_GET_CONFIG \ |
| 75 | _IOR('H', 0x41, struct hdspm_config) | 75 | _IOR('H', 0x41, struct hdspm_config) |
| 76 | 76 | ||
| 77 | /** | 77 | /* |
| 78 | * If there's a TCO (TimeCode Option) board installed, | 78 | * If there's a TCO (TimeCode Option) board installed, |
| 79 | * there are further options and status data available. | 79 | * there are further options and status data available. |
| 80 | * The hdspm_ltc structure contains the current SMPTE | 80 | * The hdspm_ltc structure contains the current SMPTE |
| 81 | * timecode and some status information and can be | 81 | * timecode and some status information and can be |
| 82 | * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the | 82 | * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the |
| 83 | * hdspm_status struct. | 83 | * hdspm_status struct. |
| 84 | **/ | 84 | */ |
| 85 | 85 | ||
| 86 | enum hdspm_ltc_format { | 86 | enum hdspm_ltc_format { |
| 87 | format_invalid, | 87 | format_invalid, |
| @@ -113,11 +113,11 @@ struct hdspm_ltc { | |||
| 113 | 113 | ||
| 114 | #define SNDRV_HDSPM_IOCTL_GET_LTC _IOR('H', 0x46, struct hdspm_ltc) | 114 | #define SNDRV_HDSPM_IOCTL_GET_LTC _IOR('H', 0x46, struct hdspm_ltc) |
| 115 | 115 | ||
| 116 | /** | 116 | /* |
| 117 | * The status data reflects the device's current state | 117 | * The status data reflects the device's current state |
| 118 | * as determined by the card's configuration and | 118 | * as determined by the card's configuration and |
| 119 | * connection status. | 119 | * connection status. |
| 120 | **/ | 120 | */ |
| 121 | 121 | ||
| 122 | enum hdspm_sync { | 122 | enum hdspm_sync { |
| 123 | hdspm_sync_no_lock = 0, | 123 | hdspm_sync_no_lock = 0, |
| @@ -171,9 +171,9 @@ struct hdspm_status { | |||
| 171 | #define SNDRV_HDSPM_IOCTL_GET_STATUS \ | 171 | #define SNDRV_HDSPM_IOCTL_GET_STATUS \ |
| 172 | _IOR('H', 0x47, struct hdspm_status) | 172 | _IOR('H', 0x47, struct hdspm_status) |
| 173 | 173 | ||
| 174 | /** | 174 | /* |
| 175 | * Get information about the card and its add-ons. | 175 | * Get information about the card and its add-ons. |
| 176 | **/ | 176 | */ |
| 177 | 177 | ||
| 178 | #define HDSPM_ADDON_TCO 1 | 178 | #define HDSPM_ADDON_TCO 1 |
| 179 | 179 | ||
