linux/sound/isa/wss
Takashi Iwai 6be9a60efb ALSA: wss: Fix sparse warning wrt PCM format type
The PCM format type is with __bitwise, and it can't be converted from
integer implicitly.  Instead of an ugly cast, declare the function
argument of snd_wss_get_format() with the proper snd_pcm_format_t
type.

This fixes the sparse warnings like:
  sound/isa/wss/wss_lib.c:551:14: warning: restricted snd_pcm_format_t degrades to integer

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2018-07-27 09:05:31 +02:00
..
Makefile ALSA: wss_lib: move cs4231_lib into wss_lib 2008-08-06 15:39:46 +02:00
wss_lib.c ALSA: wss: Fix sparse warning wrt PCM format type 2018-07-27 09:05:31 +02:00