summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/drxk_hard.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-09 20:35:26 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 20:55:49 (GMT)
commite4f4f8758b4c3702761e46f24ee99e34823a0f28 (patch)
tree93b87cb4060451b1d69b78504ee4d284dde529ac /drivers/media/dvb/frontends/drxk_hard.h
parentfec528b77f9be3e7ebb8d7c25888b0cf9fb8e8d6 (diff)
downloadlinux-fsl-qoriq-e4f4f8758b4c3702761e46f24ee99e34823a0f28.tar.xz
[media] drxk: Add a parameter for the microcode name
The microcode firmware provided on Terratec H5 seems to be different. Add a parameter to allow specifying a different firmware per-device. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxk_hard.h')
-rw-r--r--drivers/media/dvb/frontends/drxk_hard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/drxk_hard.h b/drivers/media/dvb/frontends/drxk_hard.h
index b7093e9..8cdadce 100644
--- a/drivers/media/dvb/frontends/drxk_hard.h
+++ b/drivers/media/dvb/frontends/drxk_hard.h
@@ -330,6 +330,7 @@ struct drxk_state {
/* Configurable parameters at the driver */
u32 single_master : 1; /* Use single master i2c mode */
+ const char *microcode_name;
};