diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-tvaudio.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-tvaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-tvaudio.c b/drivers/media/video/cx88/cx88-tvaudio.c index db6354709064..08220de3d74d 100644 --- a/drivers/media/video/cx88/cx88-tvaudio.c +++ b/drivers/media/video/cx88/cx88-tvaudio.c | |||
@@ -70,7 +70,7 @@ MODULE_PARM_DESC(radio_deemphasis, "Radio deemphasis time constant, " | |||
70 | 70 | ||
71 | /* ----------------------------------------------------------- */ | 71 | /* ----------------------------------------------------------- */ |
72 | 72 | ||
73 | static char *aud_ctl_names[64] = { | 73 | static const char * const aud_ctl_names[64] = { |
74 | [EN_BTSC_FORCE_MONO] = "BTSC_FORCE_MONO", | 74 | [EN_BTSC_FORCE_MONO] = "BTSC_FORCE_MONO", |
75 | [EN_BTSC_FORCE_STEREO] = "BTSC_FORCE_STEREO", | 75 | [EN_BTSC_FORCE_STEREO] = "BTSC_FORCE_STEREO", |
76 | [EN_BTSC_FORCE_SAP] = "BTSC_FORCE_SAP", | 76 | [EN_BTSC_FORCE_SAP] = "BTSC_FORCE_SAP", |
@@ -809,8 +809,8 @@ void cx88_newstation(struct cx88_core *core) | |||
809 | 809 | ||
810 | void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t) | 810 | void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t) |
811 | { | 811 | { |
812 | static char *m[] = { "stereo", "dual mono", "mono", "sap" }; | 812 | static const char * const m[] = { "stereo", "dual mono", "mono", "sap" }; |
813 | static char *p[] = { "no pilot", "pilot c1", "pilot c2", "?" }; | 813 | static const char * const p[] = { "no pilot", "pilot c1", "pilot c2", "?" }; |
814 | u32 reg, mode, pilot; | 814 | u32 reg, mode, pilot; |
815 | 815 | ||
816 | reg = cx_read(AUD_STATUS); | 816 | reg = cx_read(AUD_STATUS); |