commit | f8b6c0cfbdd7359db9bb4da38dd54217296f9264 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:19:38 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 27 09:05:27 2018 +0200 |
tree | 685c2d824b998d800983c00f07f8f06d09d6c9f6 | |
parent | 94dfee0c1a33baa974cba0bd8b83021b1d801297 [diff] |
ALSA: pcm: Fix sparse warning wrt PCM format type The PCM format type is with __bitwise, hence it needs the explicit cast with __force. It's ugly, but there is a reason for that cost... This fixes the sparse warning: sound/core/oss/pcm_oss.c:1854:55: warning: incorrect type in argument 1 (different base types) Signed-off-by: Takashi Iwai <tiwai@suse.de>