NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52949 CVS commit: src/sys/arch/macppc/dev



The following reply was made to PR port-macppc/52949; it has been noted by GNATS.

From: "Sevan Janiyan" <sevan%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52949 CVS commit: src/sys/arch/macppc/dev
Date: Sat, 27 Jan 2018 16:21:47 +0000

 Module Name:	src
 Committed By:	sevan
 Date:		Sat Jan 27 16:21:47 UTC 2018
 
 Modified Files:
 	src/sys/arch/macppc/dev: snapper.c
 
 Log Message:
 Fix issue with audio being downpitched, thanks to <nat>
 
 "it seems that snapper_init should be called before audio_attach_mi, as snapper
 init is setting the rate to 44100 after the hardware format has been configured
 by audio_attach_mi.
 
 audio_attach_mi should be the last thing called during an attach of an audio
 device so the audio device is ready to be configured when audio_attach_mi is
 called."
 
 Resolves PR port-macppc/52949
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.41 -r1.42 src/sys/arch/macppc/dev/snapper.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index