[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] audio: Make pcspk card selectable again
From: |
Jan Kiszka |
Subject: |
Re: [Qemu-devel] [PATCH] audio: Make pcspk card selectable again |
Date: |
Tue, 14 Aug 2012 13:30:00 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 |
On 2012-07-20 09:17, Jan Kiszka wrote:
> From: Jan Kiszka <address@hidden>
>
> Since we moved pcspk into hwlib, CONFIG_PCSPK is no longer defined per
> target. Therefore, statically built soundhw array in arch_init.c stopped
> including this card.
>
> Work around this by re-adding this define to config-target.mak.
> Long-term, a dynamic creation of this soundhw list will be necessary.
>
> Signed-off-by: Jan Kiszka <address@hidden>
> ---
> configure | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/configure b/configure
> index 106209a..77b5096 100755
> --- a/configure
> +++ b/configure
> @@ -3818,6 +3818,11 @@ if test "$target_bsd_user" = "yes" ; then
> echo "CONFIG_BSD_USER=y" >> $config_target_mak
> fi
>
> +# the static way of configuring available audio cards requires this
> workaround
> +if test "$target_user_only" != "yes" && grep -q CONFIG_PCSPK
> $source_path/default-configs/$target.mak; then
> + echo "CONFIG_PCSPK=y" >> $config_target_mak
> +fi
> +
> # generate QEMU_CFLAGS/LDFLAGS for targets
>
> cflags=""
>
Ping.
Sorry in case this arrives twice but the first ping didn't show up on
the list for me.
Jan
--
Siemens AG, Corporate Technology, CT RTC ITP SDP-DE
Corporate Competence Center Embedded Linux
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH] audio: Make pcspk card selectable again,
Jan Kiszka <=