Home
last modified time | relevance | path

Searched hist:"5706 db1deb061ee9affdcea81e59c4c2cad7c41e" (Results 1 – 11 of 11) sorted by relevance

/qemu/audio/
H A Ddsound_template.h5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dcoreaudio.m5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dnoaudio.c5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dsdlaudio.c5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dwavaudio.c5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dspiceaudio.c5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Daudio_template.h5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dossaudio.c5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dalsaaudio.c5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Daudio_int.h5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
H A Dpaaudio.c5706db1deb061ee9affdcea81e59c4c2cad7c41e Wed Jun 03 21:03:47 UTC 2015 Kővágó, Zoltán <dirty.ice.hu@gmail.com> audio: expose drv_opaque to init_out and init_in

Currently the opaque pointer returned by audio_driver's init is only
exposed to the driver's fini, but not to audio_pcm_ops. This way if
someone wants to share a variable with the driver and the pcm, he must
use global variables. This patch fixes it by adding a third parameter to
audio_pcm_op's init_out and init_in.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>