summaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob_yamaha.c
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-06-14 12:49:31 +0900
committerTakashi Iwai <tiwai@suse.de>2015-06-15 13:36:44 +0200
commit554d8983a07d853bc4761c575db2f1bbb2f14372 (patch)
tree075d785a7e1b3d53ea2a6006b42b2453daee8490 /sound/firewire/bebob/bebob_yamaha.c
parent3e254b16b65dbbcc2528781070e1be0f7945f220 (diff)
ALSA: bebob: obsolete string literal expression for clock source
The old string literals were completely replaced by new normalized representation. This commit obsoletes it. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/bebob/bebob_yamaha.c')
-rw-r--r--sound/firewire/bebob/bebob_yamaha.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/firewire/bebob/bebob_yamaha.c b/sound/firewire/bebob/bebob_yamaha.c
index 2f59512ad91e..58101702410b 100644
--- a/sound/firewire/bebob/bebob_yamaha.c
+++ b/sound/firewire/bebob/bebob_yamaha.c
@@ -28,7 +28,6 @@
* reccomend users to close ffado-mixer at 192.0kHz if mixer is needless.
*/
-static const char *const clk_src_labels[] = {SND_BEBOB_CLOCK_INTERNAL, "SPDIF"};
static enum snd_bebob_clock_type clk_src_types[] = {
SND_BEBOB_CLOCK_TYPE_INTERNAL,
SND_BEBOB_CLOCK_TYPE_EXTERNAL, /* S/PDIF */
@@ -50,7 +49,6 @@ clk_src_get(struct snd_bebob *bebob, unsigned int *id)
static struct snd_bebob_clock_spec clock_spec = {
.num = ARRAY_SIZE(clk_src_types),
.types = clk_src_types,
- .labels = clk_src_labels,
.get = &clk_src_get,
};
static struct snd_bebob_rate_spec rate_spec = {