Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97768a8e authored by Takashi Iwai's avatar Takashi Iwai
Browse files

Merge tag 'asoc-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next

ASoC: Updates for v3.8

Some incremental updates, nothing too exciting.  The biggest block here
is the __dev annotation removal stuff from Bill, everything else is the
usual driver-specific stuff - a combination of fixes and development.

There will be at least more more set of fixes to come but I wanted to
get these out ready for the merge window to make sure Bill's stuff makes
it in.
parents 9621055f 7a79e94e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ static struct platform_device *armlex4210_devices[] __initdata = {
	&s3c_device_hsmmc3,
	&s3c_device_rtc,
	&s3c_device_wdt,
	&samsung_asoc_dma,
	&armlex4210_smsc911x,
	&exynos4_device_ahci,
};
+0 −1
Original line number Diff line number Diff line
@@ -311,7 +311,6 @@ static struct platform_device *smdkv310_devices[] __initdata = {
	&s5p_device_mfc_l,
	&s5p_device_mfc_r,
	&exynos4_device_spdif,
	&samsung_asoc_dma,
	&samsung_asoc_idma,
	&s5p_device_fimd0,
	&smdkv310_device_audio,
+0 −1
Original line number Diff line number Diff line
@@ -521,7 +521,6 @@ static struct platform_device *gta02_devices[] __initdata = {
	&gta02_nor_flash,
	&s3c24xx_pwm_device,
	&s3c_device_iis,
	&samsung_asoc_dma,
	&s3c_device_i2c0,
	&gta02_dfbmcs320_device,
	&gta02_buttons_device,
+0 −1
Original line number Diff line number Diff line
@@ -632,7 +632,6 @@ static struct platform_device *h1940_devices[] __initdata = {
	&s3c_device_wdt,
	&s3c_device_i2c0,
	&s3c_device_iis,
	&samsung_asoc_dma,
	&s3c_device_usbgadget,
	&h1940_device_leds,
	&h1940_device_bluetooth,
+0 −1
Original line number Diff line number Diff line
@@ -519,7 +519,6 @@ static struct platform_device *mini2440_devices[] __initdata = {
	&s3c_device_iis,
	&uda1340_codec,
	&mini2440_audio,
	&samsung_asoc_dma,
};

static void __init mini2440_map_io(void)
Loading