/openbmc/qemu/audio/ |
H A D | noaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | sdlaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | dsoundaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | spiceaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | wavaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | audio_int.h | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | alsaaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | ossaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | paaudio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|
H A D | audio.c | diff d3893a39eb0165809325071ab07984797d78e57a Tue Mar 06 01:40:47 CST 2018 Gerd Hoffmann <kraxel@redhat.com> audio: add driver registry
Add registry for audio drivers, using the existing audio_driver struct. Make all drivers register themself. The old list of audio_driver struct pointers is now a list of audio driver names, specifying the priority (aka probe order) in case no driver is explicitly asked for.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180306074053.22856-2-kraxel@redhat.com
|