commit | de6ffc5e5a4ce0c4f078eaa2189bc906e8963d11 | [log] [tgz] |
---|---|---|
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | Fri Feb 24 11:24:19 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 15 08:59:40 2012 -0300 |
tree | 0a8a73fa83dc95edbc8e2f99974399fdf47c6933 | |
parent | 217d55f2ba0511a18f7427c4a0c10ea21c2eb7d0 [diff] |
[media] staging: easycap: Split audio buffer and urb allocation When the device is probed, this driver allocates audio buffers, and audio urbs. This patch just split this into separate functions, which helps clearing the currently gigantic probe function. Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>