From: Dirk Behme <dirk.behme@de.bosch.com>
To: Ajaya Babu Anne <anneajaya@gmail.com>
Cc: Linux-omap-open-source@linux.omap.com
Subject: Re: Audio L/R Channel Interchanges ( Solved!)
Date: Thu, 24 Nov 2005 18:14:04 +0100 [thread overview]
Message-ID: <4385F4DC.2040503@de.bosch.com> (raw)
In-Reply-To: <c43be92d0511182105h6bb9f274q62925dcef7b59ca8@mail.gmail.com>
Ajaya Babu Anne wrote:
> Yes ! Perhaps this is manifested in L/R channel Interchange problem, Audio (
> OSS ) driver omap-audio-dma-intfc.c When Audio stream underflow's it does
> not stop the McBSP interface and it continues to underflow. Once data is
> there audio driver start dma chian gain, however McBSP is still in
> operation.
>
> I have a quick hack to it
>
> if (!s->started) {
>
> s->hw_stop_stream( ); /* stops McBSP Interface */
> omap_start_dma(channel);
> s->started = 1;
> s->hw_start_stream( ); /* start McBSP interface */
>
> }
Just want to test this because of issues with DMA and ALSA driver. But I
can't find what is behind
s->hw_stop_stream( );
s->hw_start_stream( );
Any hint or even better a patch?
Many thanks
Dirk
next parent reply other threads:[~2005-11-24 17:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <c43be92d0511182105h6bb9f274q62925dcef7b59ca8@mail.gmail.com>
2005-11-24 17:14 ` Dirk Behme [this message]
2005-11-25 6:50 ` Audio L/R Channel Interchanges ( Solved!) Ajaya Babu Anne
2005-11-25 12:32 ` Ajaya Babu Anne
2005-11-27 17:45 ` Dirk Behme
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=4385F4DC.2040503@de.bosch.com \
--to=dirk.behme@de.bosch.com \
--cc=Linux-omap-open-source@linux.omap.com \
--cc=anneajaya@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