Searched refs:bf5xx_board_snd_device (Results 1 – 1 of 1) sorted by relevance
79 static struct platform_device *bf5xx_board_snd_device; variable85 bf5xx_board_snd_device = platform_device_alloc("soc-audio", -1); in bf5xx_board_init()86 if (!bf5xx_board_snd_device) in bf5xx_board_init()89 platform_set_drvdata(bf5xx_board_snd_device, &bf5xx_board); in bf5xx_board_init()90 ret = platform_device_add(bf5xx_board_snd_device); in bf5xx_board_init()93 platform_device_put(bf5xx_board_snd_device); in bf5xx_board_init()100 platform_device_unregister(bf5xx_board_snd_device); in bf5xx_board_exit()