audio: move code to audio/audio.c
commit37a54d054f5aac43cb5721c68954b8b76d0db12d
authorVolker Rümelin <vr_qemu@t-online.de>
Mon, 17 May 2021 19:46:03 +0000 (17 21:46 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Jun 2021 09:54:09 +0000 (17 11:54 +0200)
tree891a4c1664a5e9e8867008e657d19ccec246afea
parent50db82d84ce24e893932ecb1aa90cc9c5560fc91
audio: move code to audio/audio.c

Move the code to generate the pa_context_new() application name
argument to a function in audio/audio.c. The new function
audio_application_name() will also be used in the jackaudio
backend.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20210517194604.2545-3-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c
audio/audio_int.h
audio/paaudio.c