commit | 4c6c390eb8ba0c569279266a98c604508c695ef8 | [log] [tgz] |
---|---|---|
author | Vitaly Wool <vital@embeddedalley.com> | Thu Mar 05 13:03:32 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Mar 05 20:33:37 2009 -0300 |
tree | c53761e57204cf5abe0854eb5b3ec19feeb3cef4 | |
parent | d2c452306ab402d7a3572bc3bf8e575796529bf8 [diff] |
V4L/DVB (10832): tvaudio: Avoid breakage with tda9874a The 'bytes' array is 64 bytes large but the easy standard programming (TDA9874A_ESP) has a number of 255, outside the shadow array size. This patch increases the size of the shadow array in order to accomodate this register. Signed-off-by: Vitaly Wool <vital@embeddedalley.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>