From b64b6bff049ad1bdf5ce1759a1dfac4767a63bff Mon Sep 17 00:00:00 2001 From: Kyle Moffett Date: Wed, 30 Nov 2005 10:54:28 +0100 Subject: [PATCH] --- yaml --- r: 16139 b: refs/heads/master c: 7cd01dd840824e7c6023ad1dbfdb94a2183a7adb h: refs/heads/master i: 16137: 2de5cdf30be61c1e1a9be5556e432cb731ecedf5 16135: 87e9e502e880f1ab717e2aa11b58c64c4d8c7872 v: v3 --- [refs] | 2 +- trunk/sound/ppc/pmac.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 249e6b2258a3..4482991c9805 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9d70d91c4663d580bd18317dac3c7dc3bee79480 +refs/heads/master: 7cd01dd840824e7c6023ad1dbfdb94a2183a7adb diff --git a/trunk/sound/ppc/pmac.c b/trunk/sound/ppc/pmac.c index 4f0a4204516d..d70292cd1775 100644 --- a/trunk/sound/ppc/pmac.c +++ b/trunk/sound/ppc/pmac.c @@ -973,11 +973,11 @@ static int __init snd_pmac_detect(struct snd_pmac *chip) * single frequency until proper i2s control is implemented */ switch(layout_id) { - case 0x48: - case 0x46: - case 0x33: - case 0x29: case 0x24: + case 0x29: + case 0x33: + case 0x46: + case 0x48: case 0x50: case 0x5c: chip->num_freqs = ARRAY_SIZE(tumbler_freqs); @@ -986,6 +986,7 @@ static int __init snd_pmac_detect(struct snd_pmac *chip) chip->control_mask = MASK_IEPC | 0x11;/* disable IEE */ break; case 0x3a: + case 0x40: chip->num_freqs = ARRAY_SIZE(tumbler_freqs); chip->model = PMAC_TOONIE; chip->can_byte_swap = 0; /* FIXME: check this */