Home
last modified time | relevance | path

Searched hist:"94 dfee0c1a33baa974cba0bd8b83021b1d801297" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/riptide/
H A Driptide.cdiff 94dfee0c1a33baa974cba0bd8b83021b1d801297 Wed Jul 25 16:19:37 CDT 2018 Takashi Iwai <tiwai@suse.de> ALSA: riptide: Fix PCM format type conversion

The PCM format type is with __bitwise, hence it needs to be explicitly
declared as snd_pcm_format_t, as warned by sparse:
sound/pci/riptide/riptide.c:1028:34: warning: incorrect type in argument 1 (different base types)
sound/pci/riptide/riptide.c:1028:34: expected restricted snd_pcm_format_t [usertype] format
sound/pci/riptide/riptide.c:1028:34: got unsigned char [unsigned] format

Signed-off-by: Takashi Iwai <tiwai@suse.de>