All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC SSP Driver Question
@ 2011-01-10 10:47 Bensaid, Selma
  2011-01-10 11:11 ` Mark Brown
  2011-01-10 11:57 ` Peter Ujfalusi
  0 siblings, 2 replies; 5+ messages in thread
From: Bensaid, Selma @ 2011-01-10 10:47 UTC (permalink / raw)
  To: alsa-devel@alsa-project.org; +Cc: Le Gall, Louis

Hi,

I'm working on ASoC driver for TI WL1273 (BT/FM) using the Bulverde SSP from IPGEAR peripheral. I have seen that a pxa_ssp driver already exists however I'm not if we have to use it as is it and adapt our SSP PCI driver to Interface with the pxa-ssp, or can we propose an "intel_ssp" ASoC driver?

Thanks,

Selma.

Selma BENSAID
UMG/MIPE/WSIV  Software Team
Office:    +33 (0)1 72 21 04 69
Mobile:  +33 (0)6 22 21 31 56
Inet : 8 222 0469
mailto:selma.bensaid@intel.com
Intel Corp.
134, av du Général Eisenhower
31023 TOULOUSE Cedex 1
France




---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

* Re: ASoC SSP Driver Question
  2011-01-10 10:47 ASoC SSP Driver Question Bensaid, Selma
@ 2011-01-10 11:11 ` Mark Brown
  2011-01-10 11:57 ` Peter Ujfalusi
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2011-01-10 11:11 UTC (permalink / raw)
  To: Bensaid, Selma; +Cc: alsa-devel@alsa-project.org, Le Gall, Louis

On Mon, Jan 10, 2011 at 10:47:33AM +0000, Bensaid, Selma wrote:

Please:
- Always CC maintainers on mails relating to the Linux kernel.
- Configure your mail client to wrap lines within paragraphs to
  something less than 80 columns.

> I'm working on ASoC driver for TI WL1273 (BT/FM) using the Bulverde
> SSP from IPGEAR peripheral. I have seen that a pxa_ssp driver already
> exists however I'm not if we have to use it as is it and adapt our SSP
> PCI driver to Interface with the pxa-ssp, or can we propose an
> "intel_ssp" ASoC driver?

You can do any of those things that make sense.  Please make sure that
you coordinate your work with the other work going on on Intel platforms
- there's some drivers been submitted recently for the MIDs, and there's
more work coming on those.

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

* Re: ASoC SSP Driver Question
  2011-01-10 10:47 ASoC SSP Driver Question Bensaid, Selma
  2011-01-10 11:11 ` Mark Brown
@ 2011-01-10 11:57 ` Peter Ujfalusi
  2011-01-10 12:46   ` Bensaid, Selma
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Ujfalusi @ 2011-01-10 11:57 UTC (permalink / raw)
  To: ext Bensaid, Selma
  Cc: alsa-devel@alsa-project.org, Aaltonen Matti Johannes,
	Le Gall, Louis

Hi,

On 01/10/11 12:47, ext Bensaid, Selma wrote:
> Hi,
> 
> I'm working on ASoC driver for TI WL1273 (BT/FM) using the Bulverde SSP from IPGEAR peripheral.

Are you using the the existing ASoC codec driver for WL1273? It is in
the tree:
sound/soc/codecs/wl1273.*

I have put Matti Aaltonen, the author of the codec driver to the CC list.

-- 
Péter

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

* Re: ASoC SSP Driver Question
  2011-01-10 11:57 ` Peter Ujfalusi
@ 2011-01-10 12:46   ` Bensaid, Selma
  2011-01-10 13:22     ` Peter Ujfalusi
  0 siblings, 1 reply; 5+ messages in thread
From: Bensaid, Selma @ 2011-01-10 12:46 UTC (permalink / raw)
  To: Peter Ujfalusi
  Cc: alsa-devel@alsa-project.org, Aaltonen Matti Johannes,
	Le Gall, Louis

> Are you using the the existing ASoC codec driver for WL1273? It is in
> the tree:
> sound/soc/codecs/wl1273.*
> 
> I have put Matti Aaltonen, the author of the codec driver to the CC list.
Yes, I'm planning to use this codec driver however I'm not sure that it 
supports the FM capture. 
According to the code, the codec handles the WL1273_MODE_BT mode only. 
The ASoC driver I'm working on handles both BT and FM.
Thanks,
Selma.
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

* Re: ASoC SSP Driver Question
  2011-01-10 12:46   ` Bensaid, Selma
@ 2011-01-10 13:22     ` Peter Ujfalusi
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Ujfalusi @ 2011-01-10 13:22 UTC (permalink / raw)
  To: ext Bensaid, Selma
  Cc: alsa-devel@alsa-project.org, Aaltonen Matti Johannes,
	Le Gall, Louis

On 01/10/11 14:46, ext Bensaid, Selma wrote:
> Yes, I'm planning to use this codec driver however I'm not sure that it 
> supports the FM capture. 
> According to the code, the codec handles the WL1273_MODE_BT mode only. 

The BT mode is the default, but the driver supports both FM TX and RX as
well. The change can be done via the "Codec Mode" ALSA control.

The driver in upstream supports the shared I2S lines only (shared
between BT/FM radio). The codec has dedicated FM I2S lines, but in the
HW we have it is not connected, but IMHO it can be easily added as
another DAI on the codec.

-- 
Péter

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

end of thread, other threads:[~2011-01-10 13:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 10:47 ASoC SSP Driver Question Bensaid, Selma
2011-01-10 11:11 ` Mark Brown
2011-01-10 11:57 ` Peter Ujfalusi
2011-01-10 12:46   ` Bensaid, Selma
2011-01-10 13:22     ` Peter Ujfalusi

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.