diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-10-12 19:10:25 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-10-12 14:17:02 +0200 |
commit | 53b3ffee788559fe26d32f21b223bf4bad959477 (patch) | |
tree | faf59f481b5a142d282bda00a3f2d4839e23ea8e /mm/slab.c | |
parent | e65e2cb99e44704f63b76e4395092b0533bef88b (diff) |
ALSA: firewire-tascam: change device probing processing
Currently, this driver picks up model name with be32_to_cpu() macro
to align characters. This is wrong operation because the result is
different depending on CPU endiannness.
Additionally, vendor released several versions of firmware for this
series. It's not better to assign model-dependent information to
device entry according to the version field.
This commit fixes these bugs. The name of model is picked up correctly
and used to identify model-dependent information.
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
Fixes: c0949b278515 ('ALSA: firewire-tascam: add skeleton for TASCAM FireWire series')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'mm/slab.c')
0 files changed, 0 insertions, 0 deletions