All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC codecs
@ 2006-10-02 16:15 Liam Girdwood
  2006-10-04 17:47 ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Liam Girdwood @ 2006-10-02 16:15 UTC (permalink / raw)
  To: alsa-devel

This patch series will add initial ASoC codec support for the WM8731,
WM8750 and WM9712 codecs. It also adds support for AC97 codecs through a
generic AC97 codec driver (this connects any ASoC AC97 controller driver
to the std alsa ac97 codec driver). These codec drivers were chosen as
they are all working well and have good machine support (Zaurus).

The ak4535, uda1380, wm8753 and wm9713 ASoC codec drivers are all beta
quality atm and will hopefully be submitted soon, after some further
testing.

Liam






-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/5] ASoC codecs
  2006-10-02 16:15 [PATCH 0/5] ASoC codecs Liam Girdwood
@ 2006-10-04 17:47 ` Takashi Iwai
  2006-10-06 15:47   ` Liam Girdwood
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2006-10-04 17:47 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel

At Mon, 02 Oct 2006 17:15:15 +0100,
Liam Girdwood wrote:
> 
> This patch series will add initial ASoC codec support for the WM8731,
> WM8750 and WM9712 codecs. It also adds support for AC97 codecs through a
> generic AC97 codec driver (this connects any ASoC AC97 controller driver
> to the std alsa ac97 codec driver). These codec drivers were chosen as
> they are all working well and have good machine support (Zaurus).
> 
> The ak4535, uda1380, wm8753 and wm9713 ASoC codec drivers are all beta
> quality atm and will hopefully be submitted soon, after some further
> testing.

I got undefined soc_ac97_ops when I compile with your patches.
A missing piece?


Takashi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/5] ASoC codecs
  2006-10-04 17:47 ` Takashi Iwai
@ 2006-10-06 15:47   ` Liam Girdwood
  2006-10-06 15:58     ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Liam Girdwood @ 2006-10-06 15:47 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Wed, 2006-10-04 at 19:47 +0200, Takashi Iwai wrote:
> At Mon, 02 Oct 2006 17:15:15 +0100,
> Liam Girdwood wrote:
> > 
> > This patch series will add initial ASoC codec support for the WM8731,
> > WM8750 and WM9712 codecs. It also adds support for AC97 codecs through a
> > generic AC97 codec driver (this connects any ASoC AC97 controller driver
> > to the std alsa ac97 codec driver). These codec drivers were chosen as
> > they are all working well and have good machine support (Zaurus).
> > 
> > The ak4535, uda1380, wm8753 and wm9713 ASoC codec drivers are all beta
> > quality atm and will hopefully be submitted soon, after some further
> > testing.
> 
> I got undefined soc_ac97_ops when I compile with your patches.
> A missing piece?
> 

It's shouldn't have been built (unless AC97 support was selected). I've
fixed this up in the codecs Kconfig and Makefile now (see new patch
5/5).

Liam


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/5] ASoC codecs
  2006-10-06 15:47   ` Liam Girdwood
@ 2006-10-06 15:58     ` Takashi Iwai
  2006-10-06 16:07       ` Liam Girdwood
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2006-10-06 15:58 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel

At Fri, 06 Oct 2006 16:47:30 +0100,
Liam Girdwood wrote:
> 
> On Wed, 2006-10-04 at 19:47 +0200, Takashi Iwai wrote:
> > At Mon, 02 Oct 2006 17:15:15 +0100,
> > Liam Girdwood wrote:
> > > 
> > > This patch series will add initial ASoC codec support for the WM8731,
> > > WM8750 and WM9712 codecs. It also adds support for AC97 codecs through a
> > > generic AC97 codec driver (this connects any ASoC AC97 controller driver
> > > to the std alsa ac97 codec driver). These codec drivers were chosen as
> > > they are all working well and have good machine support (Zaurus).
> > > 
> > > The ak4535, uda1380, wm8753 and wm9713 ASoC codec drivers are all beta
> > > quality atm and will hopefully be submitted soon, after some further
> > > testing.
> > 
> > I got undefined soc_ac97_ops when I compile with your patches.
> > A missing piece?
> > 
> 
> It's shouldn't have been built (unless AC97 support was selected). I've
> fixed this up in the codecs Kconfig and Makefile now (see new patch
> 5/5).

But I couldn't find the definition of soc_ac97_ops in your patches.
Which patch does include this?


Takashi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/5] ASoC codecs
  2006-10-06 15:58     ` Takashi Iwai
@ 2006-10-06 16:07       ` Liam Girdwood
  2006-10-06 17:02         ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Liam Girdwood @ 2006-10-06 16:07 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Fri, 2006-10-06 at 17:58 +0200, Takashi Iwai wrote:
> At Fri, 06 Oct 2006 16:47:30 +0100,
> Liam Girdwood wrote:
> > 
> > On Wed, 2006-10-04 at 19:47 +0200, Takashi Iwai wrote:
> > > At Mon, 02 Oct 2006 17:15:15 +0100,
> > > Liam Girdwood wrote:
> > > > 
> > > > This patch series will add initial ASoC codec support for the WM8731,
> > > > WM8750 and WM9712 codecs. It also adds support for AC97 codecs through a
> > > > generic AC97 codec driver (this connects any ASoC AC97 controller driver
> > > > to the std alsa ac97 codec driver). These codec drivers were chosen as
> > > > they are all working well and have good machine support (Zaurus).
> > > > 
> > > > The ak4535, uda1380, wm8753 and wm9713 ASoC codec drivers are all beta
> > > > quality atm and will hopefully be submitted soon, after some further
> > > > testing.
> > > 
> > > I got undefined soc_ac97_ops when I compile with your patches.
> > > A missing piece?
> > > 
> > 
> > It's shouldn't have been built (unless AC97 support was selected). I've
> > fixed this up in the codecs Kconfig and Makefile now (see new patch
> > 5/5).
> 
> But I couldn't find the definition of soc_ac97_ops in your patches.
> Which patch does include this?
> 

This is supplied by any AC97 controller driver, however it's not in the
AT91 series as AC97 is not supported. It will appear in the pxa2xx AC97
driver patch next week. 

It's only used by the AC97 codec drivers and the soc-core (and only
*now* when SOC_AC97_ is selected by the build system). 

Liam


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/5] ASoC codecs
  2006-10-06 16:07       ` Liam Girdwood
@ 2006-10-06 17:02         ` Takashi Iwai
  2006-10-09 16:57           ` Liam Girdwood
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2006-10-06 17:02 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: alsa-devel

At Fri, 06 Oct 2006 17:07:26 +0100,
Liam Girdwood wrote:
> 
> On Fri, 2006-10-06 at 17:58 +0200, Takashi Iwai wrote:
> > At Fri, 06 Oct 2006 16:47:30 +0100,
> > Liam Girdwood wrote:
> > > 
> > > On Wed, 2006-10-04 at 19:47 +0200, Takashi Iwai wrote:
> > > > At Mon, 02 Oct 2006 17:15:15 +0100,
> > > > Liam Girdwood wrote:
> > > > > 
> > > > > This patch series will add initial ASoC codec support for the WM8731,
> > > > > WM8750 and WM9712 codecs. It also adds support for AC97 codecs through a
> > > > > generic AC97 codec driver (this connects any ASoC AC97 controller driver
> > > > > to the std alsa ac97 codec driver). These codec drivers were chosen as
> > > > > they are all working well and have good machine support (Zaurus).
> > > > > 
> > > > > The ak4535, uda1380, wm8753 and wm9713 ASoC codec drivers are all beta
> > > > > quality atm and will hopefully be submitted soon, after some further
> > > > > testing.
> > > > 
> > > > I got undefined soc_ac97_ops when I compile with your patches.
> > > > A missing piece?
> > > > 
> > > 
> > > It's shouldn't have been built (unless AC97 support was selected). I've
> > > fixed this up in the codecs Kconfig and Makefile now (see new patch
> > > 5/5).
> > 
> > But I couldn't find the definition of soc_ac97_ops in your patches.
> > Which patch does include this?
> > 
> 
> This is supplied by any AC97 controller driver, however it's not in the
> AT91 series as AC97 is not supported. It will appear in the pxa2xx AC97
> driver patch next week. 
> 
> It's only used by the AC97 codec drivers and the soc-core (and only
> *now* when SOC_AC97_ is selected by the build system). 

OK.  Now I merged all ASoC-related patches you've posted to ALSA HG
tree.  Please check out whether it's OK for you.

Thanks.

Takashi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/5] ASoC codecs
  2006-10-06 17:02         ` Takashi Iwai
@ 2006-10-09 16:57           ` Liam Girdwood
  0 siblings, 0 replies; 7+ messages in thread
From: Liam Girdwood @ 2006-10-09 16:57 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Fri, 2006-10-06 at 19:02 +0200, Takashi Iwai wrote:
> At Fri, 06 Oct 2006 17:07:26 +0100,
> Liam Girdwood wrote:
> > 
> > On Fri, 2006-10-06 at 17:58 +0200, Takashi Iwai wrote:
> > > At Fri, 06 Oct 2006 16:47:30 +0100,
> > > Liam Girdwood wrote:
> > > > 
> > > > On Wed, 2006-10-04 at 19:47 +0200, Takashi Iwai wrote:
> > > > > At Mon, 02 Oct 2006 17:15:15 +0100,
> > > > > Liam Girdwood wrote:
> > > > > > 
> > > > > > This patch series will add initial ASoC codec support for the WM8731,
> > > > > > WM8750 and WM9712 codecs. It also adds support for AC97 codecs through a
> > > > > > generic AC97 codec driver (this connects any ASoC AC97 controller driver
> > > > > > to the std alsa ac97 codec driver). These codec drivers were chosen as
> > > > > > they are all working well and have good machine support (Zaurus).
> > > > > > 
> > > > > > The ak4535, uda1380, wm8753 and wm9713 ASoC codec drivers are all beta
> > > > > > quality atm and will hopefully be submitted soon, after some further
> > > > > > testing.
> > > > > 
> > > > > I got undefined soc_ac97_ops when I compile with your patches.
> > > > > A missing piece?
> > > > > 
> > > > 
> > > > It's shouldn't have been built (unless AC97 support was selected). I've
> > > > fixed this up in the codecs Kconfig and Makefile now (see new patch
> > > > 5/5).
> > > 
> > > But I couldn't find the definition of soc_ac97_ops in your patches.
> > > Which patch does include this?
> > > 
> > 
> > This is supplied by any AC97 controller driver, however it's not in the
> > AT91 series as AC97 is not supported. It will appear in the pxa2xx AC97
> > driver patch next week. 
> > 
> > It's only used by the AC97 codec drivers and the soc-core (and only
> > *now* when SOC_AC97_ is selected by the build system). 
> 
> OK.  Now I merged all ASoC-related patches you've posted to ALSA HG
> tree.  Please check out whether it's OK for you.
> 

Thanks, It all seems fine. :)

Liam


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-10-09 16:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-02 16:15 [PATCH 0/5] ASoC codecs Liam Girdwood
2006-10-04 17:47 ` Takashi Iwai
2006-10-06 15:47   ` Liam Girdwood
2006-10-06 15:58     ` Takashi Iwai
2006-10-06 16:07       ` Liam Girdwood
2006-10-06 17:02         ` Takashi Iwai
2006-10-09 16:57           ` Liam Girdwood

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.