Re: [PATCH] Add Mac mini sound support

2005-04-11 Thread Per Christian Henden
On Sunday 10 April 2005 01:28, Benjamin Herrenschmidt wrote: > On Sat, 2005-04-09 at 13:51 +0200, Per Christian Henden wrote: > > The patch below adds sound support on the Mac Mini by making a small change to the PowerMac sound card detection code. [Snip, details] > And is not correct. It might ap

Re: [PATCH] Add Mac mini sound support

2005-04-09 Thread Benjamin Herrenschmidt
On Sat, 2005-04-09 at 13:51 +0200, Per Christian Henden wrote: > The patch below adds sound support on the Mac Mini by making a small change > to the PowerMac sound card detection code. > > Details: > > Original code: > >From sound/ppc/pmac.c __init snd_pmac_detect(pmac_t *chip) : > > chip->

[PATCH] Add Mac mini sound support

2005-04-09 Thread Per Christian Henden
The patch below adds sound support on the Mac Mini by making a small change to the PowerMac sound card detection code. Details: Original code: >From sound/ppc/pmac.c __init snd_pmac_detect(pmac_t *chip) : chip->model = PMAC_AWACS; ... if (device_is_compatible(sound, "AOAKeylargo")) { ...