* Qeury regarding EAC driver for omap 24xx
@ 2007-06-06 11:02 Pharaoh .
2007-06-06 12:04 ` Jarkko Nikula
0 siblings, 1 reply; 5+ messages in thread
From: Pharaoh . @ 2007-06-06 11:02 UTC (permalink / raw)
To: linux-omap-open-source
Hi
I am referring the EAC driver for omap 24xx which is used by n800 board. The
EAC 24xx driver
doesn't look complete since it has only hardware init sequences and very
basic ALSA related
functionalities i.e. register the sound card etc. Is omap 24xx eac driver
still in intermediate stage?Or
it is complete but not yet integrated in to omap git tree? In later case,
where can I find the complete
eac driver?
Also, omap 24xx driver doesn't seem to follow the framework/structure of
other omap alsa
drivers in sound/arm/omap/ , any particular reason? Please enlighten.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Qeury regarding EAC driver for omap 24xx
2007-06-06 11:02 Qeury regarding EAC driver for omap 24xx Pharaoh .
@ 2007-06-06 12:04 ` Jarkko Nikula
2007-06-06 12:33 ` Pharaoh .
2007-06-06 12:51 ` Dmitry Krivoschekov
0 siblings, 2 replies; 5+ messages in thread
From: Jarkko Nikula @ 2007-06-06 12:04 UTC (permalink / raw)
To: ext Pharaoh .; +Cc: linux-omap-open-source
On Wed, 6 Jun 2007 16:32:24 +0530
"ext Pharaoh ." <pharaoh137@gmail.com> wrote:
> I am referring the EAC driver for omap 24xx which is used by n800
> board. The EAC 24xx driver
> doesn't look complete since it has only hardware init sequences and
> very basic ALSA related
> functionalities i.e. register the sound card etc. Is omap 24xx eac
> driver still in intermediate stage?Or
> it is complete but not yet integrated in to omap git tree? In later
> case, where can I find the complete
> eac driver?
>
That's correct, it is mainly targeted for N800 where audio is coming
from DSP side and driver is only charge of configuring digital audio
interface and doing runtime clock and codec power management.
I agree that native EAC ALSA PCM support would be nice but unfortunately
we don't have any progress on that developing it.
> Also, omap 24xx driver doesn't seem to follow the framework/structure
> of other omap alsa
> drivers in sound/arm/omap/ , any particular reason? Please enlighten.
>
I think drivers in sound/arm/omap are somewhat "adrift". Codec drivers
are tightly coupled into OMAP, they implement same global functions so
that you cannot link them together, no clear separation between audio
controller and codec, etc.
Hopefully we see gradually those drivers ported into ASoC platform and
codec drivers in order to get some change to get them into mainline.
Jarkko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Qeury regarding EAC driver for omap 24xx
2007-06-06 12:04 ` Jarkko Nikula
@ 2007-06-06 12:33 ` Pharaoh .
2007-06-06 12:51 ` Dmitry Krivoschekov
1 sibling, 0 replies; 5+ messages in thread
From: Pharaoh . @ 2007-06-06 12:33 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: linux-omap-open-source
Thanks Jarkko.
On 6/6/07, Jarkko Nikula <jarkko.nikula@nokia.com> wrote:
> On Wed, 6 Jun 2007 16:32:24 +0530
> "ext Pharaoh ." <pharaoh137@gmail.com> wrote:
>
> > I am referring the EAC driver for omap 24xx which is used by n800
> > board. The EAC 24xx driver
> > doesn't look complete since it has only hardware init sequences and
> > very basic ALSA related
> > functionalities i.e. register the sound card etc. Is omap 24xx eac
> > driver still in intermediate stage?Or
> > it is complete but not yet integrated in to omap git tree? In later
> > case, where can I find the complete
> > eac driver?
> >
> That's correct, it is mainly targeted for N800 where audio is coming
> from DSP side and driver is only charge of configuring digital audio
> interface and doing runtime clock and codec power management.
>
> I agree that native EAC ALSA PCM support would be nice but unfortunately
> we don't have any progress on that developing it.
>
> > Also, omap 24xx driver doesn't seem to follow the framework/structure
> > of other omap alsa
> > drivers in sound/arm/omap/ , any particular reason? Please enlighten.
> >
> I think drivers in sound/arm/omap are somewhat "adrift". Codec drivers
> are tightly coupled into OMAP, they implement same global functions so
> that you cannot link them together, no clear separation between audio
> controller and codec, etc.
>
> Hopefully we see gradually those drivers ported into ASoC platform and
> codec drivers in order to get some change to get them into mainline.
>
>
> Jarkko
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Qeury regarding EAC driver for omap 24xx
2007-06-06 12:04 ` Jarkko Nikula
2007-06-06 12:33 ` Pharaoh .
@ 2007-06-06 12:51 ` Dmitry Krivoschekov
2007-06-06 13:02 ` Jarkko Nikula
1 sibling, 1 reply; 5+ messages in thread
From: Dmitry Krivoschekov @ 2007-06-06 12:51 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: linux-omap-open-source
Hi Jarrko,
Jarkko Nikula wrote:
> I think drivers in sound/arm/omap are somewhat "adrift". Codec drivers
> are tightly coupled into OMAP, they implement same global functions so
> that you cannot link them together, no clear separation between audio
> controller and codec, etc.
>
> Hopefully we see gradually those drivers ported into ASoC platform and
> codec drivers in order to get some change to get them into mainline.
>
yes, it would be great to port sound/arm/omap stuff to ASoC framework,
do you have any plans (or maybe already working) on this?
Thanks,
Dmitry
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Qeury regarding EAC driver for omap 24xx
2007-06-06 12:51 ` Dmitry Krivoschekov
@ 2007-06-06 13:02 ` Jarkko Nikula
0 siblings, 0 replies; 5+ messages in thread
From: Jarkko Nikula @ 2007-06-06 13:02 UTC (permalink / raw)
To: ext Dmitry Krivoschekov; +Cc: linux-omap-open-source
On Wed, 06 Jun 2007 16:51:51 +0400
"ext Dmitry Krivoschekov" <dmitry.krivoschekov@gmail.com> wrote:
> > Hopefully we see gradually those drivers ported into ASoC platform and
> > codec drivers in order to get some change to get them into mainline.
> >
> yes, it would be great to port sound/arm/omap stuff to ASoC framework,
> do you have any plans (or maybe already working) on this?
>
Unfortunately not in near future.
Jarkko
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-06-06 13:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 11:02 Qeury regarding EAC driver for omap 24xx Pharaoh .
2007-06-06 12:04 ` Jarkko Nikula
2007-06-06 12:33 ` Pharaoh .
2007-06-06 12:51 ` Dmitry Krivoschekov
2007-06-06 13:02 ` Jarkko Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox