ASoC: wm_adsp: Remove len field from wm_adsp_alg_region

The algorithm region information in the firmware doesn't contain a
length field, explicitly pass this to the create_control function rather
than bundling into wm_adsp_alg_region.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Charles Keepax
2015-04-13 13:27:55 +01:00
committed by Mark Brown
vanhempi 3809f00159
commit 6958eb2ab2
2 muutettua tiedostoa jossa 28 lisäystä ja 28 poistoa

Näytä tiedosto

@@ -30,7 +30,6 @@ struct wm_adsp_alg_region {
unsigned int alg;
int type;
unsigned int base;
size_t len;
};
struct wm_adsp {