All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Load proper sound drivers for QEMU x86
@ 2023-01-04 12:18 toertel
  2023-01-04 12:18 ` [PATCH 1/2] conf/machine: Match QEMU x86 sound kernel module toertel
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: toertel @ 2023-01-04 12:18 UTC (permalink / raw)
  To: openembedded-core, michael.opdenacker, richard.purdie; +Cc: Mark Jonas

From: Mark Jonas <toertel@gmail.com>

The patch series fixes a regression where images built for QEMU x86 and
x86-64 did not contain sound drivers matching the QEMU device emulation
configuration. Additionally, the right drivers are now also auto-loaded
when starting the image.

root@qemux86:~# uname -a
Linux qemux86 5.19.17-yocto-standard #1 SMP PREEMPT_DYNAMIC Fri Nov 18 21:13:18 UTC 2022 i686 GNU/Linux

root@qemux86:~# lsmod
Module                  Size  Used by
bnep                   20480  2
snd_intel8x0           32768  0
snd_ac97_codec        114688  1 snd_intel8x0
ac97_bus               16384  1 snd_ac97_codec
snd_pcm                86016  2 snd_ac97_codec,snd_intel8x0
snd_timer              28672  1 snd_pcm
snd                    57344  4 snd_ac97_codec,snd_timer,snd_intel8x0,snd_pcm
soundcore              16384  1 snd

root@qemux86:~# cat /proc/asound/cards
 0 [I82801AAICH    ]: ICH - Intel 82801AA-ICH
                      Intel 82801AA-ICH with STAC9700,83,84 at irq 10

Mark Jonas (2):
  conf/machine: Match QEMU x86 sound kernel module
  linux-yocto: Autoload sound driver on QEMU x86

 meta/conf/machine/qemux86-64.conf         | 3 ++-
 meta/conf/machine/qemux86.conf            | 3 ++-
 meta/recipes-kernel/linux/linux-yocto.inc | 5 +++++
 3 files changed, 9 insertions(+), 2 deletions(-)

--
2.34.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-01-06 16:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 12:18 [PATCH 0/2] Load proper sound drivers for QEMU x86 toertel
2023-01-04 12:18 ` [PATCH 1/2] conf/machine: Match QEMU x86 sound kernel module toertel
2023-01-04 12:18 ` [PATCH 2/2] linux-yocto: Autoload sound driver on QEMU x86 toertel
2023-01-04 16:07   ` [OE-core] " Bruce Ashfield
2023-01-05 13:42     ` Mark Jonas
2023-01-05 14:57       ` Bruce Ashfield
2023-01-06 10:13         ` Mark Jonas
2023-01-06 11:27           ` Richard Purdie
2023-01-06 15:05             ` Mark Jonas
2023-01-06 16:33               ` Bruce Ashfield
2023-01-06 16:15             ` Bruce Ashfield
2023-01-06 16:00           ` Bruce Ashfield
2023-01-04 17:42 ` [PATCH 0/2] Load proper sound drivers for " Richard Purdie
2023-01-05 17:26   ` Mark Jonas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.