]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ALSA: pci: vx222: fix kernel-doc warning
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tue, 2 Mar 2021 21:54:30 +0000 (15:54 -0600)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Mar 2021 08:25:22 +0000 (09:25 +0100)
commit2c48653c1bc3aa6894e45e6037c7693949008816
treeb399ef5a2f57c02954de9065cad9d6df804f2c4b
parent06495facbb05126017b2badb78d747a0c5d53295
ALSA: pci: vx222: fix kernel-doc warning

make W=1 warnings:

sound/pci/vx222/vx222_ops.c:86: warning: expecting prototype for
snd_vx_inb(). Prototype was for vx2_inb() instead

sound/pci/vx222/vx222_ops.c:97: warning: expecting prototype for
snd_vx_outb(). Prototype was for vx2_outb() instead

sound/pci/vx222/vx222_ops.c:110: warning: expecting prototype for
snd_vx_inl(). Prototype was for vx2_inl() instead

sound/pci/vx222/vx222_ops.c:121: warning: expecting prototype for
snd_vx_outl(). Prototype was for vx2_outl() instead

sound/pci/vx222/vx222_ops.c:221: warning: expecting prototype for
vx_setup_pseudo_dma(). Prototype was for vx2_setup_pseudo_dma()
instead

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210302215430.87309-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/vx222/vx222_ops.c