diff options
| author | Pierre-Louis Bossart <[email protected]> | 2020-07-02 14:35:49 -0500 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2020-07-07 12:05:30 +0200 |
| commit | 48af5f942aaf877ce0bf64b559ccff5a15eed376 (patch) | |
| tree | 8cf5887d45fab1626849a15228df861bffc1ee80 | |
| parent | 3d8f0f971807914f0ca7f017e3aca73406aca00d (diff) | |
ALSA: pci/ctxfi/ctatc: fix kernel-doc
Fix W=1 warnings. Add missing arguments and description.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
| -rw-r--r-- | sound/pci/ctxfi/ctatc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/ctxfi/ctatc.c b/sound/pci/ctxfi/ctatc.c index e56a230f6a9c..b1898fafc6a9 100644 --- a/sound/pci/ctxfi/ctatc.c +++ b/sound/pci/ctxfi/ctatc.c @@ -1655,6 +1655,10 @@ static const struct ct_atc atc_preset = { * ct_atc_create - create and initialize a hardware manager * @card: corresponding alsa card object * @pci: corresponding kernel pci device object + * @rsr: reference sampling rate + * @msr: master sampling rate + * @chip_type: CHIPTYP enum values + * @ssid: vendor ID (upper 16 bits) and device ID (lower 16 bits) * @ratc: return created object address in it * * Creates and initializes a hardware manager. |