]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: rme*: Use snd_pcm_format_t
authorTakashi Iwai <tiwai@suse.de>
Mon, 12 Jan 2015 15:56:51 +0000 (16:56 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Jan 2015 15:59:02 +0000 (16:59 +0100)
commit6c869d301bda3f672f001e2c9fcb01685000fc83
tree8b00aaadc809a86627ea39972e30cf80e03fab62
parentd2866409baaf644c8f875498b05fd3adf26fcdcd
ALSA: rme*: Use snd_pcm_format_t

Fix sparse warnings below by using snd_pcm_format_t properly:
   sound/pci/rme32.c:682:60: sparse: incorrect type in argument 2 (different base types)
  sound/pci/rme96.c:1006:69: sparse: incorrect type in argument 2 (different base types)
   .....

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme32.c
sound/pci/rme96.c