commit | 966f4163751b456f526a0b0dc8e6a9814df6abd9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Jan 12 10:10:34 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Jan 12 11:57:05 2014 -0200 |
tree | 49f562029cba0fafb11e112fa45ffa03aaa1c49d | |
parent | 34906633faa69d523c032f37036b0bda6232268d [diff] |
[media] em28xx-audio: split URB initialization code The URB calculus code may eventually be moved to some other place, like at pcm open, if it ends by needing more setups, like working with different bit rates, or different audio latency. So, move it into a separate routine. That also makes the code more readable. No functional changes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>