summaryrefslogtreecommitdiffstats
path: root/sound/core/oss/pcm_oss.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-07-25 23:19:37 +0200
committerTakashi Iwai <tiwai@suse.de>2018-07-27 09:05:26 +0200
commit94dfee0c1a33baa974cba0bd8b83021b1d801297 (patch)
tree52ef64da62a90d91d9dcd86cb110196143bcfcd3 /sound/core/oss/pcm_oss.c
parenta6ea5fe95ab4a1a7af6d57429fe3ecde9acf5b5a (diff)
downloadlinux-94dfee0c1a33baa974cba0bd8b83021b1d801297.tar.bz2
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>
Diffstat (limited to 'sound/core/oss/pcm_oss.c')
0 files changed, 0 insertions, 0 deletions