Re: [alsa-devel] [PATCH] ASoC: core: Use dedicated substream ptr for ASoC rtd.
9 Jul
2012
9 Jul
'12
12:19 p.m.
On Mon, 2012-07-09 at 10:55 +0100, Liam Girdwood wrote:
The ALSA substream private data should really be used by individual drivers and not really by the subsystem to store subsystem data. Create a dedicated rtd pointer in the PCM substream for ASoC operations.
The component driver were converted using this sed :-
sed -i 's/substream->private_data/substream->rtd/' $(git ls-files sound/soc)
Signed-off-by: Liam Girdwood lrg@ti.com
Cancel this one, I've left something from another patch in it.
Liam
4549
Age (days ago)
4549
Last active (days ago)
0 comments
1 participants
participants (1)
-
Liam Girdwood