All of lore.kernel.org
 help / color / mirror / Atom feed
From: saravanan_sprt@hotmail.com
To: linux-kernel@vger.kernel.org
Subject: UCB1400 pxa2xx-ac97 failed with error -13 on PXA2xx
Date: Fri, 27 Oct 2006 23:50:09 +0800	[thread overview]
Message-ID: <5263041.1161964209062.JavaMail.websites@opensubscriber> (raw)
In-Reply-To: <200507281729.j6SHTtTa005793@hera.kernel.org>

Hi, 
I am facing the following problem with ALSA and UCB1400 codec on Colibri PXA270. After having applied Nicolas patches and platform entries in colibri.c, I get the following boot up error messages which annoys me a lot. 
......... 
ts: UCB1x00 touchscreen protocol output
ts: Compaq touchscreen protocol output 
Colibri MMC/SD setup done. 
Advanced Linux Sound Architecture Driver Version 1.0.9rc2  (Thu Mar 24 10:33:39 2005 UTC). 
pxa2xx_ac97_reset: cold reset timeout (GSR=0x0) 
pxa2xx_ac97_reset: warm reset timeout (GSR=0x0) 
pxa2xx_ac97_read: CAR_CAIP already set 
pxa2xx_ac97_write: CAR_CAIP already set 
pxa2xx_ac97_read: CAR_CAIP already set 
pxa2xx_ac97_read: CAR_CAIP already set 
ALSA sound/pci/ac97/ac97_codec.c:1932: AC'97 0 access error (not audio or modem codec) 
pxa2xx-ac97: probe of pxa2xx-ac97 failed with error -13 
ALSA device list: 
  No soundcards found. 
..... 
Can anyone tell me what went wrong and here's the kernel config which I use similar to the previous posts by Takács Áron. 
# 
# Sound 
# 
CONFIG_SOUND=y 
# 
# Advanced Linux Sound Architecture 
# 
CONFIG_SND=y 
CONFIG_SND_TIMER=y 
CONFIG_SND_PCM=y 
# CONFIG_SND_SEQUENCER is not set 
CONFIG_SND_OSSEMUL=y 
CONFIG_SND_MIXER_OSS=y 
CONFIG_SND_PCM_OSS=y 
CONFIG_SND_VERBOSE_PRINTK=y 
CONFIG_SND_DEBUG=y 
# CONFIG_SND_DEBUG_MEMORY is not set 
# CONFIG_SND_DEBUG_DETECT is not set 
# 
# Generic devices 
# 
# CONFIG_SND_DUMMY is not set 
# CONFIG_SND_MTPAV is not set 
# CONFIG_SND_SERIAL_U16550 is not set 
# CONFIG_SND_MPU401 is not set 
CONFIG_SND_AC97_CODEC=y 
# 
# ALSA ARM devices 
# 
CONFIG_SND_PXA2xx_AC97=y 
CONFIG_SND_PXA2xx_PCM=y 
and made the following changes in the colibri.c for platform entries 
static struct platform_device ucb1400_audio_device = { 
.name = "pxa2xx-ac97", 
.id = -1, 
}; 
static struct platform_device *devices[] __initdata = { 
#ifdef CONFIG_DM9000 
    &dm9000_device, 
#endif 
    &ucb1400_audio_device, 
}; 

It would be garteful, if anyone could help me to fix these issues. 
Thanks 
Sara 

--
This message was sent on behalf of saravanan_sprt@hotmail.com at openSubscriber.com
http://www.opensubscriber.com/message/linux-kernel@vger.kernel.org/1825733.html

       reply	other threads:[~2006-10-27 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200507281729.j6SHTtTa005793@hera.kernel.org>
2006-10-27 15:50 ` saravanan_sprt [this message]
2006-10-27 16:11   ` UCB1400 pxa2xx-ac97 failed with error -13 on PXA2xx Lee Revell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5263041.1161964209062.JavaMail.websites@opensubscriber \
    --to=saravanan_sprt@hotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.