Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46d212cb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Takashi Iwai
Browse files

ALSA: asihpi: Fix duplicate const for clock sources



Replace duplicated const keyword for 'sampleclock_sources' with proper
array of const pointers to const strings.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 9a303dc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2376,7 +2376,7 @@ static int snd_asihpi_cmode_add(struct snd_card_asihpi *asihpi,
/*------------------------------------------------------------
   Sampleclock source  controls
 ------------------------------------------------------------*/
static const char const *sampleclock_sources[] = {
static const char * const sampleclock_sources[] = {
	"N/A", "Local PLL", "Digital Sync", "Word External", "Word Header",
	"SMPTE", "Digital1", "Auto", "Network", "Invalid",
	"Prev Module", "BLU-Link",