Audio: add 192k samplerate support.
[firefly-linux-kernel-4.4.55.git] / include / sound / pcm_params.h
old mode 100644 (file)
new mode 100755 (executable)
index 37ae12e..3aa1e07
@@ -354,4 +354,7 @@ params_period_bytes(const struct snd_pcm_hw_params *p)
                params_channels(p)) / 8;
 }
 
+#define HW_PARAMS_FLAG_LPCM 0
+#define HW_PARAMS_FLAG_NLPCM 1
+
 #endif /* __SOUND_PCM_PARAMS_H */