27 Jul
2007
27 Jul
'07
11:41 a.m.
At Fri, 27 Jul 2007 08:15:13 +0100, Adrian McMenamin wrote:
On 27/07/07, Clemens Ladisch cladisch@fastmail.net wrote:
Adrian McMenamin wrote:
On 25/07/07, Clemens Ladisch cladisch@fastmail.net wrote:
Well, your driver does support S16_LE, doesn't it?
I think so
.formats = (SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_IMA_ADPCM),
Looks OK.
What are the other snd_pcm_hardware settings?
static struct snd_pcm_hardware snd_pcm_aica_playback_hw = { .info = (SNDRV_PCM_INFO_NONINTERLEAVED),
This one.
Takashi