commit | 60a24ba03c5dcd51a754cb45e7d65753126f58ce | [log] [tgz] |
---|---|---|
author | Frank Schaefer <fschaefer.oss@googlemail.com> | Sat Sep 13 05:52:19 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Sep 23 16:13:41 2014 -0300 |
tree | ab57898a61348ffe07bfbe8314e578ba0853cd87 | |
parent | 072f1a489efa348223db07730c4b946a4b1ca0cc [diff] |
[media] em28xx: remove some unnecessary fields from struct em28xx_audio_mode Fields "ac97_feat", "ac97_vendor_id" and "i2s_samplerates" of struct em28xx_audio_mode are used nowhere, except in function em28xx_audio_setup(). So get rid of them and use local variables instead. Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>