public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Triple implementation of WM8766 and quadruple WM8776!
@ 2012-03-12 21:40 Ondrej Zary
  2012-03-13  9:46 ` [alsa-devel] " Clemens Ladisch
  0 siblings, 1 reply; 2+ messages in thread
From: Ondrej Zary @ 2012-03-12 21:40 UTC (permalink / raw)
  To: alsa-devel; +Cc: Kernel development list

Hello,
I'm trying do implement support for Philips PSC724 Ultimate Edge card, which 
is based on VT1722 + WM8776 + WM8766 chips. Found that the best file to base 
my work on is sound/pci/ice1712/se.c (as SE-200PCI card contains both WM8776 
and WM8766 chips).

While doing this, found that there are three implementations of WM8766 codec 
control, two of them in the same driver(!):
sound/pci/ice1712/se.c
sound/pci/ice1712/prodigy_hifi.c
sound/pci/oxygen/xonar_wm87x6.c (+sound/pci/oxygen/wm8766.h)

And WM8776 status is even worse, there are four implementations, again two 
being in the same driver:
sound/pci/ice1712/se.c
sound/pci/ice1712/maya44.c
sound/pci/oxygen/xonar_wm87x6.c (+sound/pci/oxygen/wm8776.h)
sound/soc/codecs/wm8776.c (this one being official and stand-alone module but 
it does not seem to be usable as a part of sound card driver)

My code would enlarge both of these lists and I don't like that. What to do?

-- 
Ondrej Zary

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

end of thread, other threads:[~2012-03-13  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 21:40 Triple implementation of WM8766 and quadruple WM8776! Ondrej Zary
2012-03-13  9:46 ` [alsa-devel] " Clemens Ladisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox