diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2016-08-24 21:42:43 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-08-24 15:35:11 +0200 |
commit | e15c282eff54aaf4c5ed72d492da7060d14f7be8 (patch) | |
tree | a42d5bf27191191bba90a0636dcd7958c6ee316e /sound/firewire/bebob/bebob.h | |
parent | df6a886611935f8155e16ded9a7aa63b18b98f7e (diff) | |
download | op-kernel-dev-e15c282eff54aaf4c5ed72d492da7060d14f7be8.zip op-kernel-dev-e15c282eff54aaf4c5ed72d492da7060d14f7be8.tar.gz |
ALSA: bebob: unify configurations for some models produced by Yamaha/Terratec
The below models were developed with a cooperation by Yamaha and Terratec.
- Yamaha GO 44/Terratec PHASE 24 FW
- Yamaha GO 46/Terratec PHASE X24 FW
They have the same configurations, thus it's better to unify corresponding
codes.
This commit merges them to reduce the amount of maintained codes.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/bebob/bebob.h')
-rw-r--r-- | sound/firewire/bebob/bebob.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/firewire/bebob/bebob.h b/sound/firewire/bebob/bebob.h index e7f1bb9..175da87 100644 --- a/sound/firewire/bebob/bebob.h +++ b/sound/firewire/bebob/bebob.h @@ -235,8 +235,7 @@ int snd_bebob_create_hwdep_device(struct snd_bebob *bebob); /* model specific operations */ extern const struct snd_bebob_spec phase88_rack_spec; -extern const struct snd_bebob_spec phase24_series_spec; -extern const struct snd_bebob_spec yamaha_go_spec; +extern const struct snd_bebob_spec yamaha_terratec_spec; extern const struct snd_bebob_spec saffirepro_26_spec; extern const struct snd_bebob_spec saffirepro_10_spec; extern const struct snd_bebob_spec saffire_le_spec; |