/openbmc/linux/sound/soc/fsl/ |
H A D | imx-pcm-fiq.c | 40 atomic_t playing; member 51 if (!atomic_read(&iprtd->playing) && !atomic_read(&iprtd->capturing)) in snd_hrtimer_callback() 119 atomic_set(&iprtd->playing, 1); in snd_imx_pcm_trigger() 131 atomic_set(&iprtd->playing, 0); in snd_imx_pcm_trigger() 134 if (!atomic_read(&iprtd->playing) && in snd_imx_pcm_trigger() 186 atomic_set(&iprtd->playing, 0); in snd_imx_open()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_av.c | 111 if (av7110->playing || (av7110->rec_mode & av)) in av7110_av_start_record() 156 if (av7110->playing & av) in av7110_av_start_play() 161 if (av7110->playing == RP_NONE) { in av7110_av_start_play() 166 av7110->playing |= av; in av7110_av_start_play() 167 switch (av7110->playing) { in av7110_av_start_play() 188 if (!(av7110->playing & av) && !(av7110->rec_mode & av)) in av7110_av_stop() 191 if (av7110->playing) { in av7110_av_stop() 192 av7110->playing &= ~av; in av7110_av_stop() 193 switch (av7110->playing) { in av7110_av_stop() 327 if (!ret && !av7110->playing) { in av7110_set_vidmode() [all …]
|
H A D | audio-pause.rst | 41 playing are paused. It is then possible to restart again decoding and 42 playing process of the audio stream using AUDIO_CONTINUE command.
|
H A D | video-freeze.rst | 50 and playing are frozen. It is then possible to restart the decoding and 51 playing process of the video stream using the VIDEO_CONTINUE command.
|
H A D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
H A D | audio-stop.rst | 40 This ioctl call asks the Audio Device to stop playing the current
|
H A D | audio-play.rst | 40 This ioctl call asks the Audio Device to start playing an audio stream
|
H A D | video-play.rst | 49 This ioctl call asks the Video Device to start playing a video stream
|
H A D | video-continue.rst | 49 This ioctl call restarts decoding and playing processes of the video
|
H A D | video-stop.rst | 65 This ioctl call asks the Video Device to stop playing the current
|
H A D | av7110.h | 154 int playing; member
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_beep.c | 28 if (tone && !beep->playing) { in generate_tone() 32 beep->playing = 1; in generate_tone() 36 if (!tone && beep->playing) { in generate_tone() 37 beep->playing = 0; in generate_tone() 130 if (beep->playing) { in turn_off_beep()
|
H A D | cs35l56_hda.c | 71 cs35l56->playing = true; in cs35l56_hda_play() 76 cs35l56->playing = false; in cs35l56_hda_pause() 95 if (cs35l56->playing) in cs35l56_hda_playback_hook() 100 cs35l56->playing = true; in cs35l56_hda_playback_hook() 107 if (!cs35l56->playing) in cs35l56_hda_playback_hook() 719 if (cs35l56->playing) in cs35l56_hda_system_suspend() 823 if (cs35l56->playing) in cs35l56_hda_system_resume()
|
H A D | cs35l56_hda.h | 30 bool playing; member
|
H A D | hda_beep.h | 27 unsigned int playing:1; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/ |
H A D | 0001-pavucontrol-remove-canberra-gtk-support.patch | 83 - int playing = 0; 91 - ca_context_playing(ca_gtk_context_get(), 2, &playing); 92 - if (playing)
|
/openbmc/linux/sound/parisc/ |
H A D | harmony.c | 194 if (h->psubs && h->st.playing) { in snd_harmony_interrupt() 303 h->st.playing = 1; in snd_harmony_playback_trigger() 310 h->st.playing = 0; in snd_harmony_playback_trigger() 333 if (h->st.playing) in snd_harmony_capture_trigger() 407 h->st.playing = 0; in snd_harmony_playback_prepare() 430 if (h->st.playing) in snd_harmony_capture_prepare() 462 if (!(h->st.playing) || (h->psubs == NULL)) in snd_harmony_playback_pointer()
|
H A D | harmony.h | 30 int playing; member
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gsound/ |
H A D | gsound_1.0.3.bb | 1 SUMMARY = "Small gobject library for playing system sounds"
|
/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/ |
H A D | use-includedir.patch | 11 # but anyone knowledgeable enough to be playing with exec_prefix will be able
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/ |
H A D | gnuchess_6.2.9.bb | 1 SUMMARY = "GNU Chess is a chess-playing program."
|
/openbmc/linux/Documentation/input/ |
H A D | ff.rst | 150 stops the effect if it was playing. 155 Control of playing is done with write(). Below is an example: 235 is playing only when it is ok to restart the effect with a replay count of 1. 257 FF_STATUS_STOPPED The effect stopped playing
|
/openbmc/linux/include/media/ |
H A D | dvb_demux.h | 240 int playing; member
|
/openbmc/u-boot/drivers/sound/ |
H A D | Kconfig | 8 the drivers support playing arbitrary sound samples using a 111 U-Boot sandbox can emulate a sound device using SDL, playing the
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | audiophile-usb.rst | 142 * playing a S24_3BE encoded raw file to the Ao port:: 150 * playing a S16_BE encoded raw file to the Do port:: 154 * playing an ac3 sample file to the Do port:: 211 so that playing a file was a matter of using: 220 Alsa now reports Little-Endian interfaces. Thus playing a file now is as simple as
|