linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Burgundy Auto-Mute problem
@ 2003-07-17  9:08 Ernst Persson
  2003-07-17 10:11 ` [Alsa-devel] " Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Ernst Persson @ 2003-07-17  9:08 UTC (permalink / raw)
  To: alsa-devel, linuxppc-dev


Hi all!

Now that the 2.6.0 kernel is out I'm trying to get ALSA working on my iMac
266, since it's the default sound system now (and dmasound doesn't compile).

The first problem was that everything locked up when the ALSA drivers loaded.
No error message, no kernel panic, just dead. And compiling ALSA with debug
didn't help either.

After some debugging I found out that the driver crashed here, in
sound/ppc/burgundy.c    in   int __init snd_pmac_burgundy_init(pmac_t *chip)

#ifdef PMAC_SUPPORT_AUTOMUTE

	printk(KERN_INFO "Automute Enabled.\n");

	if ((err = snd_pmac_add_automute(chip)) < 0)
		return err;

	chip->detect_headphone = snd_pmac_burgundy_detect_headphone;
	chip->update_automute = snd_pmac_burgundy_update_automute;
	snd_pmac_burgundy_update_automute(chip, 0); /* update the status only */
#endif
So I commented out //#define PMAC_SUPPORT_AUTOMUTE in pmac.h and after that
the driver loaded without problems.

But as soon as I touch any mixer (both the oss-emulated or with alsamixer)
everything locks up again, in exactly the same way.

Any clues?

regards
//ernie


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-07-17 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-17  9:08 Burgundy Auto-Mute problem Ernst Persson
2003-07-17 10:11 ` [Alsa-devel] " Takashi Iwai
2003-07-17 15:16   ` Ernst Persson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).