All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1]  Codec driver for TI WL1273 FM Radio.
@ 2010-07-23 12:42 Matti J. Aaltonen
  2010-07-23 12:42 ` [PATCH v3 1/1] ASoC: TI WL1273 FM Radio Codec Matti J. Aaltonen
  2010-07-23 18:24 ` [PATCH v3 0/1] Codec driver for TI WL1273 FM Radio Liam Girdwood
  0 siblings, 2 replies; 6+ messages in thread
From: Matti J. Aaltonen @ 2010-07-23 12:42 UTC (permalink / raw)
  To: alsa-devel, broonie, lrg; +Cc: Matti J. Aaltonen

Hello all.

Thank you for comments and thanks to Peter for advice on constraints
and ALSA in general.

New in this version:

1. Now constraints are used in the start-up function. It wasn't as big
a deal as I thought... Also now the codec is always in full duplex
mode.  But it still refuses to do the wrong thing with FM as real full
duplex is then impossible.

2. Fixed the exported mode support function. The name in now
wl1273_get_format and it returns the audio interface format.

3. Removed the remaining obsolete functions.

4. Not actually new but...

>> I didn't do this yet. But could you give me the git URL and then
>> I'll resend?
> git://git.kernel.org/pub/scm/linux/kernel/git/lrg/sound-2.6.git

I tried the corresponding http URL

http://www.kernel.org/pub/scm/linux/kernel/git/lrg/sound-2.6.git but
got

fatal: 
http://www.kernel.org/pub/scm/linux/kernel/git/lrg/sound-2.6.git/info/refs
not found: did you run git update-server-info on the server?

Cheers,
Matti

Matti J. Aaltonen (1):
  ASoC: TI WL1273 FM Radio Codec.

 sound/soc/codecs/wl1273.c |  598 +++++++++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/wl1273.h |   43 ++++
 2 files changed, 641 insertions(+), 0 deletions(-)
 create mode 100644 sound/soc/codecs/wl1273.c
 create mode 100644 sound/soc/codecs/wl1273.h

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

end of thread, other threads:[~2010-07-24 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 12:42 [PATCH v3 0/1] Codec driver for TI WL1273 FM Radio Matti J. Aaltonen
2010-07-23 12:42 ` [PATCH v3 1/1] ASoC: TI WL1273 FM Radio Codec Matti J. Aaltonen
2010-07-23 18:24 ` [PATCH v3 0/1] Codec driver for TI WL1273 FM Radio Liam Girdwood
2010-07-24  8:05   ` Matti J. Aaltonen
2010-07-24  9:46     ` Liam Girdwood
2010-07-24 10:19       ` Matti J. Aaltonen

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.