Macbook Pro Driver Update



Modified Driver for Windows XP

FaceTime Camera Driver Update. This update improves FaceTime camera compatibility with Windows, and is recommended for all Boot Camp users. Post Date: Jul 29, 2015. Minor update — macOS Big Sur 11.2.1 addresses MacBook Pro charging issues There are also supplemental updates for Catalina 10.15.7 and Mojave 10.14.6.

  • CirrusAudioXP_Macbook_b.zip 1.0.0.13b (Oct. 27, 2009)
  • CirrusAudioXP_Macbook_c.zip 1.0.0.13c (Nov. 1, 2009). Try this if recording still fails with 1.0.0.13b, but it probably won't help.
  • Cirrus Logic has a newer XP driver version 1.0.0.38 (Jan., 2011) that is reported to fix audio output problems, but still not record properly.
  • Windows Vista and newer: Cirrus has a new driver that should work. Unfortunately, their link is dead, so here's a copy: CS4207_WinVista_Win7_32-64-bit_6-6001-1-30.zip
  1. The MacBook going under the knife here was a mid-2012 13-inch A1278 MacBook Pro that has nearly 2,000 recharge cycles on the battery, which is well over the rated 1,000 which Apple considers as.
  2. However, the non-Intel dGPU in your MacBook Pro will cause a conflict with your eGPU once you've installed the proper AMD Radeon drivers. So instead of using the AMD provided drivers for the internal dGPU, make certain you leave the driver installed as a Basic Display Adapter.
  3. This driver also works in 32-bit versions of Windows Vista and Windows 7, however there is a newer driver set where the Vista driver seems to be fixed. Windows XP driver 1.0.0.32 is not fixed, while 1.0.0.38 appears to fix audio playback but not recording. New drivers are available from Cirrus Logic. There are two variants of the driver included.

This driver also works in 32-bit versions of Windows Vista and Windows 7, however there is a newer driver set where the Vista driver seems to be fixed. Windows XP driver 1.0.0.32 is not fixed, while 1.0.0.38 appears to fix audio playback but not recording. New drivers are available from Cirrus Logic.

There are two variants of the driver included:

  • Cirrus Logic High Definition Audio [MacBook]
  • Cirrus Logic High Definition Audio [MacBook, No S/PDIF Out]

Both versions enable the midrange speaker and corrects the volume. The 'No S/PDIF' version also turns off the S/PDIF optical output.

Update

Installation of the modified driver follows standard procedure: In Device Manager, Update Driver for the Cirrus Logic High Definition Audio device. Don't let Windows search for or do anything automatically. Manually choose to the driver from a list, and use the 'Have Disk...' button.

Summary of Changes

Driver

This driver is a modification of clhdaud.sys version 1.0.0.13:

  • Enables the third (midrange) speaker in the MacBook Pro.
  • Removes the -16dB volume limit on the speakers, and applies it to the headphone output instead.
  • The 'No S/PDIF' variant turns off S/PDIF optical output. (New on Aug. 8)
  • Fixes recording issues for most sample rates in Windows XP (except 96 kHz). (New in 1.0.0.13b, Oct. 27, 2009)
  • The recording problem isn't completely fixed in neither version b nor c. If 1.0.0.13b (96 kHz) doesn't work, try 48 kHz instead. (1.0.0.13c only, Nov. 1, 2009)

Description

As per a thread on Apple Discussions (Very Poor Volume Output - Windows XP), Apple/Cirrus Logic appears to have shipped incorrectly-configured drivers for the MacBook Pro's audio device in Windows XP. Windows Vista uses a different driver and has its own independent set of problems.

Macbook Pro Audio Driver Update

In the Windows XP driver, there are two causes of low audio volume:

  1. The MacBook Pro has three speakers. The midrange speaker was not enabled.
  2. The speaker amplifier gain is scaled by -16 dB in software, while the headphone amplifier gain isn't.
Macbook Pro Driver Update

The modifications to the 1.0.0.13 driver addresses these two issues. (Aug. 8, 2009)

Macbook Pro Driver Update

The driver also attempts to correct recording issues (1.0.0.13b, Oct. 27). When recording, depending on the sample rate used, the driver has been observed to up-sample the received audio, returning 2x or 4x as much data as an application expects, leading to distorted audio. Version 1.0.0.13b corrects two instances of buffer overruns in the driver, resulting in most sample rates working correctly.

Macbook Pro Wifi Driver Update

In the IMiniportWaveCyclic::NewStream handler, the driver rejects requests for new streams for sample rates it does not like. Oddly enough, sample rates that NewStream declares legal will record incorrectly. Version 1.0.0.13b accepts only 96 kHz as a valid sample rate, but this seems to fail in Vista. 1.0.0.13c accepts only 48 kHz instead, which I hope will at least partially work in Vista.

Due to popular demand, the 'No S/PDIF' variant also turns off the digital optical output (red light in the MacBook's headphone port). It will remain disabled even if an optical cable were plugged into the headphone port: The jack detection routine does not control the optical output. The optical input should still be enabled, but I haven't tested it.

This modification of the driver has been tested on the following machines:

Macbook Pro Driver Update
  • MacBook Pro MC118LL/A (15')

Use at your own risk. Without the driver's source code, I could not ensure that the modifications did not introduce subtle side effects.

Previous Versions

Macbook Pro Driver Update

  • CirrusAudioXP_Macbook.zip (Aug. 8, 2009)

Hardware Details

Macbook Pro Cuda Driver Update Required

Some observations that may be useful for writing drivers for the CS4206A on a MacBook Pro:

  • The XP driver sets two of the four GPIO pins to output '1' (0xa for direction[717], data[715], and enable[716]). Pin[3] turns on and off the midrange speaker. I haven't observed any effects from toggling pin[1].
  • There are DACs(?) at Node ID 2, 3, 4, and 8. These drive the headphone port, internal midrange speaker (right channel only), two internal stereo high-frequency speakers, and digital output, respectively. The XP driver sets the channel/stream ID[706] and stream format[2xx] for all of these nodes when playing audio. (Unmodified original driver did not set them for NID 3).
  • The ADC for the microphone has Node ID 6. 5 seems to be for the Line input, while 7 appears to be the digital input.
  • Enabling/disabling S/PDIF output is done using verb 70D (set digital converter control) on NID 8

Macbook Pro Video Driver Update

The Intel High Definition Audio specification can be found here.





Comments are closed.