diff options
-rw-r--r-- | sound/pci/asihpi/asihpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index e5cd7be85355..1039eccbb895 100644 --- a/sound/pci/asihpi/asihpi.c +++ b/sound/pci/asihpi/asihpi.c | |||
@@ -2376,7 +2376,7 @@ static int snd_asihpi_cmode_add(struct snd_card_asihpi *asihpi, | |||
2376 | /*------------------------------------------------------------ | 2376 | /*------------------------------------------------------------ |
2377 | Sampleclock source controls | 2377 | Sampleclock source controls |
2378 | ------------------------------------------------------------*/ | 2378 | ------------------------------------------------------------*/ |
2379 | static const char const *sampleclock_sources[] = { | 2379 | static const char * const sampleclock_sources[] = { |
2380 | "N/A", "Local PLL", "Digital Sync", "Word External", "Word Header", | 2380 | "N/A", "Local PLL", "Digital Sync", "Word External", "Word Header", |
2381 | "SMPTE", "Digital1", "Auto", "Network", "Invalid", | 2381 | "SMPTE", "Digital1", "Auto", "Network", "Invalid", |
2382 | "Prev Module", "BLU-Link", | 2382 | "Prev Module", "BLU-Link", |