Skip to content

Commit a95e163

Browse files
Jiapeng Chongtiwai
authored andcommitted
ALSA: azt3328: Remove the unused function snd_azf3328_codec_outl()
The function snd_azf3328_codec_outl is defined in the azt3328.c file, but not called elsewhere, so remove this unused function. sound/pci/azt3328.c:367:1: warning: unused function 'snd_azf3328_codec_outl'. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3432 Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2d78eb0 commit a95e163

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sound/pci/azt3328.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,6 @@ snd_azf3328_codec_inw(const struct snd_azf3328_codec_data *codec, unsigned reg)
363363
return inw(codec->io_base + reg);
364364
}
365365

366-
static inline void
367-
snd_azf3328_codec_outl(const struct snd_azf3328_codec_data *codec,
368-
unsigned reg,
369-
u32 value
370-
)
371-
{
372-
outl(value, codec->io_base + reg);
373-
}
374-
375366
static inline void
376367
snd_azf3328_codec_outl_multi(const struct snd_azf3328_codec_data *codec,
377368
unsigned reg, const void *buffer, int count

0 commit comments

Comments
 (0)