Lines Matching +full:pcm +full:- +full:sync +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
9 PCM interface to POD series devices.
15 #include <sound/pcm.h>
35 Get substream from Line 6 PCM data structure
38 (line6pcm->pcm->streams[stream].substream)
41 PCM mode bits.
43 There are several features of the Line 6 USB driver which require PCM
45 *) PCM playback and capture via ALSA
51 subsystems with respect to PCM usage.
56 LINE6_STREAM_PCM = ALSA PCM playback or capture
75 /* misc bit flags for PCM operation */
143 /* ALSA pcm stream */
144 struct snd_pcm *pcm; member
156 /* Size of previously captured frame (for software monitoring/sync) */
163 /* PCM playback volume (left and right) */
166 /* PCM monitor volume */