Searched refs:PCM_5POINT1 (Results 1 – 5 of 5) sorted by relevance
151 } else if (pcm->flags & PCM_5POINT1) { in set_params()198 flags |= PCM_5POINT1; in record_file()272 } else if (pcm->flags & PCM_5POINT1) { in record_file()
60 #define PCM_5POINT1 0x04000000 macro
91 int channels = (pcm->flags & PCM_MONO) ? 1 : ((pcm->flags & PCM_5POINT1)? 6 : 2 ); in set_params()187 flags |= PCM_5POINT1; in play_file()
575 int channels = (pcm->flags & PCM_MONO) ? 1 : ((pcm->flags & PCM_5POINT1)? 6 : 2 ); in pcm_write_nmmap()623 } else if (pcm->flags & PCM_5POINT1) { in pcm_read()
688 flags |= PCM_5POINT1; in s_open()691 flags |= PCM_5POINT1; in s_open()