All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arun KS" <getarunks@gmail.com>
To: Jesslyn Abdul Salam <jesslyn.abdulsalam@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: Fwd: AIC23 SOC Driver on OSK5912
Date: Tue, 7 Oct 2008 17:49:59 +0530	[thread overview]
Message-ID: <dfeb90390810070519k1305a1fep4ba4db3ea85fa975@mail.gmail.com> (raw)
In-Reply-To: <e762f7a90810070506x9c26ecfh6fa68a833c2ae98b@mail.gmail.com>

On Tue, Oct 7, 2008 at 5:36 PM, Jesslyn Abdul Salam
<jesslyn.abdulsalam@gmail.com> wrote:
> ---------- Forwarded message ----------
> From: Jesslyn Abdul Salam <jesslyn.abdulsalam@gmail.com>
> Date: Tue, Oct 7, 2008 at 5:36 PM
> Subject: Re: [alsa-devel] AIC23 SOC Driver on OSK5912
> To: Arun KS <arunks@mistralsolutions.com>
>
>
> Yes, it is there. but it shows as "tlv320aic23b" instead of "tlv320aic" Will
> that be the reason ????
Yes. Change it to tlv320aic23. Hope it is in the board file.

arch/arm/mach-omap1/board-osk.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c
index 3e766e4..e506aef 100644
--- a/arch/arm/mach-omap1/board-osk.c
+++ b/arch/arm/mach-omap1/board-osk.c
@@ -258,8 +258,10 @@ static struct i2c_board_info __initdata
osk_i2c_board_info[] = {
 		.platform_data	= &tps_board,

 	},
+	{
+		I2C_BOARD_INFO("tlv320aic23", 0x1B),
+	},
 	/* TODO when driver support is ready:
-	 *  - aic23 audio chip at 0x1a
 	 *  - on Mistral, 24c04 eeprom at 0x50
 	 *  - optionally on Mistral, ov9640 camera sensor at 0x30
 	 */
-- 1.5.3.4



>
>
> On Tue, Oct 7, 2008 at 5:32 PM, Arun KS <arunks@mistralsolutions.com> wrote:
>
>> On Tue, Oct 7, 2008 at 5:24 PM, Mark Brown <broonie@sirena.org.uk> wrote:
>> > On Tue, Oct 07, 2008 at 05:18:55PM +0530, Jesslyn Abdul Salam wrote:
>> >
>> >> I have been trying to use the AIC23 ALSA SoC driver for OSK5912 for the
>> past
>> >> few days. I got the driver patch from the linux-omap/alsa-devel mailing
>> >> lists. The driver got compiled along just fine. But when the kernel
>> boots,
>> >> no sound cards have been listed.
>> >
>> > CCing in Arun KS <arunks@mistralsolutions.com> who contributed that
>> > support.
>> >
>> >> Advanced Linux Sound Architecture Driver Version 1.0.17.
>> >
>> >> ASoC version
>> >> 0.13.2
>> >> AIC23 Audio Codec
>> >> 0.1
>> >> MCLK = 12000000 [12000000], usecount =
>> >> 0
>> >> ALSA device
>> >> list:
>> >>     No soundcards
>> >> found.
>> >
>> >> Any one have tested this before ?
>>
>> Can you check i2c?
>>
>> # cat /sys/bus/i2c/devices/1-001b/name
>> tlv320aic23
>>
>> > _______________________________________________
>> > Alsa-devel mailing list
>> > Alsa-devel@alsa-project.org
>> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>> >
>>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>

      parent reply	other threads:[~2008-10-07 12:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-07 11:48 AIC23 SOC Driver on OSK5912 Jesslyn Abdul Salam
2008-10-07 11:54 ` Mark Brown
2008-10-07 12:02   ` Arun KS
     [not found]     ` <e762f7a90810070506q2d4e299eqe2d6d9bc515aeec0@mail.gmail.com>
2008-10-07 12:06       ` Fwd: " Jesslyn Abdul Salam
2008-10-07 12:18         ` Jesslyn Abdul Salam
     [not found]           ` <48EB6820.3090809@mistralsolutions.com>
2008-10-07 13:50             ` Jesslyn Abdul Salam
2008-10-07 15:09               ` [alsa-devel] " Arun KS
2008-10-07 15:12                 ` Mark Brown
2008-10-08 10:42                 ` Jesslyn Abdul Salam
2008-10-07 12:19         ` Arun KS [this message]

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=dfeb90390810070519k1305a1fep4ba4db3ea85fa975@mail.gmail.com \
    --to=getarunks@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=jesslyn.abdulsalam@gmail.com \
    /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.