ALSA: emu10k1: Drop superfluous id-uniquification behavior
authorTakashi Iwai <tiwai@suse.de>
Tue, 16 Apr 2019 16:01:46 +0000 (18:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 Apr 2019 05:16:12 +0000 (07:16 +0200)
commitc989954938761a2939a21fcbc768af182de6be58
tree41ff5480dd9908a959d0cb22e3cbe4c0bbda0f53
parentb5fd12d6c0fc64c2c2b5ae095e63824083d27151
ALSA: emu10k1: Drop superfluous id-uniquification behavior

The emu10k1 driver tries to create a unique id string by itself when
it's copied from the card list, but it's rather superfluous, as the
same thing will be done in ALSA core side at the card registration.
Let's drop the code.  This allows us removing snd_cards export.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emu10k1_main.c