2 Feb
2012
2 Feb
'12
5:19 p.m.
On Mon, Aug 22, 2011 at 7:58 PM, Felipe Balbi balbi@ti.com wrote:
audio.c doesn't do anything audio related. It's just adding the configuration to composite layer. The real specification is implemented in f_audio.c (should probably be called f_uac1.c, though).
Agreed. Reusing audio.c is quite reasonable. So, I'll :-
- Merge audio2.c into audio.c
- Rename f_audio.c -> f_uac1.c
- Add new f_audio2.c as f_uac2.c
- Add Kconfig switch to compile UAC_1 (audio.c + f_uac1.c) or UAC_2
(audio.c + f_uac2.c)
I'll wait for other comments and revise the patch after a few days.
ok, sounds reasonable.
OK, after a 'few days' on some distant giant planet, here is the revised patchset accordingly.
Cheers -jassi