[PATCH AUTOSEL 4.14 81/89] ALSA: asihpi: Fix PCM format notations

2018-09-02 Thread Sasha Levin
From: Takashi Iwai [ Upstream commit a91a0e774984aa57090c39dc3269a812417737ed ] asihpi driver treats -1 as an own invalid PCM format, but this needs a proper cast with __force prefix since PCM format type is __bitwise. Define a constant with the proper type and use it allover. This fixes

[PATCH AUTOSEL 4.14 81/89] ALSA: asihpi: Fix PCM format notations

2018-09-02 Thread Sasha Levin
From: Takashi Iwai [ Upstream commit a91a0e774984aa57090c39dc3269a812417737ed ] asihpi driver treats -1 as an own invalid PCM format, but this needs a proper cast with __force prefix since PCM format type is __bitwise. Define a constant with the proper type and use it allover. This fixes