Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Troy Kisky <troy.kisky@boundarydevices.com>
To: Jarkko Nikula <jhnikula@gmail.com>
Cc: alsa-devel@alsa-project.org,
	davinci-linux-open-source@linux.davincidsp.com,
	broonie@sirena.org.uk
Subject: Re: [PATCH 1/8] ALSA: ASoC: tlv320aic3x add dsp_a, fix dsp_b
Date: Fri, 19 Dec 2008 11:04:39 -0700	[thread overview]
Message-ID: <494BE237.7020204@boundarydevices.com> (raw)
In-Reply-To: <bd7b27490812190204p11bd383bmb64bf62c166f4476@mail.gmail.com>

Jarkko Nikula wrote:
> On Thu, Dec 18, 2008 at 9:36 PM, Troy Kisky
> <troy.kisky@boundarydevices.com>wrote:
> 
>> Add SND_SOC_DAIFMT_DSP_A and fix SND_SOC_DAIFMT_DSP_B
>> mode. Before dsp_b was really being initialized as dsp_a.
>>
>> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
>>
> 
> 
>> @@ -873,6 +874,8 @@ static int aic3x_set_dai_fmt(struct snd_soc_dai
>> *codec_dai,
>>        case (SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF):
>>                break;
>>        case (SND_SOC_DAIFMT_DSP_B | SND_SOC_DAIFMT_IB_NF):
>> +               delay = 1;
>> +       case (SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_IB_NF):
>>                iface_breg |= (0x01 << 6);
>>                break;
>>
> 
> Is this correct? I'm looking the WM9713 spec and there DSP_A has the 1-bit
> delay.
> 
> But I like this idea to add another DSP format.
> 
> 
> Jarkko

I think you are correct. Thanks.

But, the AIC23 and SSM2602 would then be backwards too.


Troy

  reply	other threads:[~2008-12-19 18:04 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-18 19:36 [PATCH 0/8]ALSA: ASoc: DaVinci: cleanup Troy Kisky
2008-12-18 19:36 ` [PATCH 1/8] ALSA: ASoC: tlv320aic3x add dsp_a, fix dsp_b Troy Kisky
2008-12-18 19:36   ` [PATCH 2/8] ALSA: ASoC: DaVinci: davinvi-evm, make requests explicit Troy Kisky
2008-12-18 19:36     ` [PATCH 3/8] ALSA: ASoC: DaVinci: davinci-i2s add comments to explain polarity Troy Kisky
2008-12-18 19:36       ` [PATCH 4/8] ALSA: ASoC: DaVinci: i2s, evm, pass same value to codec and cpu_dai Troy Kisky
2008-12-18 19:36         ` [PATCH 5/8] ALSA: ASoC: DaVinci: davinci-i2s clean up Troy Kisky
     [not found]           ` <1229629006-4261-6-git-send-email-troy.kisky-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org>
2008-12-18 19:36             ` [PATCH 6/8] " Troy Kisky
2008-12-18 19:36               ` [PATCH 7/8] ALSA: ASoC: DaVinci: document I2S limitations Troy Kisky
2008-12-18 19:36                 ` [PATCH 8/8] ALSA: ASoc: DaVinci: davinci-evm use dsp_a mode Troy Kisky
2008-12-19 10:33               ` [PATCH 6/8] ALSA: ASoC: DaVinci: davinci-i2s clean up Mark Brown
2008-12-19 10:32           ` [PATCH 5/8] " Mark Brown
2008-12-19 10:44         ` [PATCH 4/8] ALSA: ASoC: DaVinci: i2s, evm, pass same value to codec and cpu_dai Mark Brown
2008-12-19 18:44           ` Troy Kisky
2008-12-19 10:29       ` [PATCH 3/8] ALSA: ASoC: DaVinci: davinci-i2s add comments to explain polarity Mark Brown
2008-12-19 10:28     ` [PATCH 2/8] ALSA: ASoC: DaVinci: davinvi-evm, make requests explicit Mark Brown
2008-12-19 10:04   ` [PATCH 1/8] ALSA: ASoC: tlv320aic3x add dsp_a, fix dsp_b Jarkko Nikula
2008-12-19 18:04     ` Troy Kisky [this message]
2008-12-20 16:02       ` Jarkko Nikula
2008-12-20 17:54         ` Mark Brown
2008-12-19 10:13 ` [PATCH 0/8]ALSA: ASoc: DaVinci: cleanup Mark Brown
2008-12-19 18:21   ` Troy Kisky
     [not found]     ` <494BE627.6060304-Q5RJGjKts06CY9SHAMCTRUEOCMrvLtNR@public.gmane.org>
2008-12-22  6:17       ` [alsa-devel] " Rajashekhara, Sudhakar
2008-12-22  7:14         ` David Brownell
2008-12-22  6:36     ` Medisetty, Naresh
2008-12-22 11:25       ` Mark Brown
2008-12-23  8:35         ` Medisetty, Naresh
2008-12-23 12:18           ` Mark Brown
2008-12-24  6:36             ` Medisetty, Naresh
2008-12-24 14:44               ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=494BE237.7020204@boundarydevices.com \
    --to=troy.kisky@boundarydevices.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@sirena.org.uk \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=jhnikula@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox