Lines Matching defs:line6pcm
157 struct snd_line6_pcm *line6pcm = snd_kcontrol_chip(kcontrol);
159 ucontrol->value.integer.value[0] = line6pcm->volume_monitor;
167 struct snd_line6_pcm *line6pcm = snd_kcontrol_chip(kcontrol);
170 if (ucontrol->value.integer.value[0] == line6pcm->volume_monitor)
173 line6pcm->volume_monitor = ucontrol->value.integer.value[0];
175 if (line6pcm->volume_monitor > 0) {
176 err = line6_pcm_acquire(line6pcm, LINE6_STREAM_MONITOR, true);
178 line6pcm->volume_monitor = 0;
179 line6_pcm_release(line6pcm, LINE6_STREAM_MONITOR);
183 line6_pcm_release(line6pcm, LINE6_STREAM_MONITOR);
212 struct snd_line6_pcm *line6pcm = snd_kcontrol_chip(kcontrol);
213 struct usb_line6_toneport *toneport = line6_to_toneport(line6pcm->line6);
223 struct snd_line6_pcm *line6pcm = snd_kcontrol_chip(kcontrol);
224 struct usb_line6_toneport *toneport = line6_to_toneport(line6pcm->line6);
241 line6_pcm_acquire(line6->line6pcm, LINE6_STREAM_MONITOR, true);
427 line6->line6pcm));
436 line6->line6pcm));