From: Lauri Hintsala <lauri.hintsala@bluegiga.com>
To: Dong Aisheng <b29396@freescale.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
"w.sang@pengutronix.de" <w.sang@pengutronix.de>,
Guo Shawn-R65073 <r65073@freescale.com>,
"lrg@ti.com" <lrg@ti.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/4] ASoC: fix saif record unwork issue
Date: Wed, 25 Jul 2012 11:55:01 +0300 [thread overview]
Message-ID: <500FB465.1080707@bluegiga.com> (raw)
In-Reply-To: <20120725064440.GA30982@shlinux2.ap.freescale.net>
On 07/25/2012 09:44 AM, Dong Aisheng wrote:
> I reproduced your issue.
> It seems the root cause is that you used the wrong device to record.
> The record device is 1.
That was the problem. I used wrong device. I tried to record without
parameter -D.
> Can you try again with below command?
> arecord -D hw:0,1 -d 5 -f S16_LE -r 44100 -c 2 1.wav
This works fine. Thanks!
Lauri
WARNING: multiple messages have this Message-ID (diff)
From: lauri.hintsala@bluegiga.com (Lauri Hintsala)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH 0/4] ASoC: fix saif record unwork issue
Date: Wed, 25 Jul 2012 11:55:01 +0300 [thread overview]
Message-ID: <500FB465.1080707@bluegiga.com> (raw)
In-Reply-To: <20120725064440.GA30982@shlinux2.ap.freescale.net>
On 07/25/2012 09:44 AM, Dong Aisheng wrote:
> I reproduced your issue.
> It seems the root cause is that you used the wrong device to record.
> The record device is 1.
That was the problem. I used wrong device. I tried to record without
parameter -D.
> Can you try again with below command?
> arecord -D hw:0,1 -d 5 -f S16_LE -r 44100 -c 2 1.wav
This works fine. Thanks!
Lauri
next prev parent reply other threads:[~2012-07-25 8:55 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-20 9:20 [PATCH 0/4] ASoC: fix saif record unwork issue Dong Aisheng
2012-07-20 9:20 ` Dong Aisheng
2012-07-20 9:20 ` [PATCH 1/4] ASoC: mxs-saif: fix clock prepare and enable unbalance issue Dong Aisheng
2012-07-20 9:20 ` Dong Aisheng
2012-07-21 7:03 ` Shawn Guo
2012-07-21 7:03 ` [alsa-devel] " Shawn Guo
2012-07-24 19:18 ` Mark Brown
2012-07-24 19:18 ` Mark Brown
2016-01-16 16:24 ` Måns Rullgård
2016-01-16 16:24 ` Måns Rullgård
2012-07-20 9:20 ` [PATCH 2/4] ASoC: mxs-saif: set a base clock rate for EXTMASTER mode work Dong Aisheng
2012-07-20 9:20 ` Dong Aisheng
2012-07-21 7:20 ` Shawn Guo
2012-07-21 7:20 ` [alsa-devel] " Shawn Guo
2012-07-24 19:18 ` Mark Brown
2012-07-24 19:18 ` Mark Brown
2012-07-20 9:20 ` [PATCH 3/4] ASoC: sgtl5000: remove unneeded snd_soc_dapm_new_widgets in probe Dong Aisheng
2012-07-20 9:20 ` Dong Aisheng
2012-07-21 8:37 ` Shawn Guo
2012-07-21 8:37 ` [alsa-devel] " Shawn Guo
2012-07-24 19:20 ` Mark Brown
2012-07-24 19:20 ` Mark Brown
2012-07-20 9:20 ` [PATCH 4/4] ARM: mx28evk: add missed clkmux select for saif Dong Aisheng
2012-07-20 9:20 ` Dong Aisheng
2012-07-21 7:40 ` Shawn Guo
2012-07-21 7:40 ` [alsa-devel] " Shawn Guo
2012-07-23 2:36 ` Dong Aisheng
2012-07-23 2:36 ` [alsa-devel] " Dong Aisheng
2012-07-28 8:25 ` Shawn Guo
2012-07-28 8:25 ` [alsa-devel] " Shawn Guo
2012-08-01 2:47 ` Dong Aisheng
2012-08-01 2:47 ` Dong Aisheng
2012-07-24 12:46 ` [PATCH 0/4] ASoC: fix saif record unwork issue Lauri Hintsala
2012-07-24 12:46 ` [alsa-devel] " Lauri Hintsala
2012-07-24 19:21 ` Mark Brown
2012-07-24 19:21 ` [alsa-devel] " Mark Brown
2012-07-25 5:26 ` Lauri Hintsala
2012-07-25 5:26 ` [alsa-devel] " Lauri Hintsala
2012-07-25 6:44 ` Dong Aisheng
2012-07-25 6:44 ` [alsa-devel] " Dong Aisheng
2012-07-25 8:55 ` Lauri Hintsala [this message]
2012-07-25 8:55 ` Lauri Hintsala
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=500FB465.1080707@bluegiga.com \
--to=lauri.hintsala@bluegiga.com \
--cc=alsa-devel@alsa-project.org \
--cc=b29396@freescale.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=lrg@ti.com \
--cc=r65073@freescale.com \
--cc=w.sang@pengutronix.de \
/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 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.