Searched refs:i2s_dev (Results 1 – 3 of 3) sorted by relevance
19 static struct udevice *i2s_dev, *codec_dev; variable66 ret = uclass_get_device(UCLASS_I2S, 0, &i2s_dev); in sound_init()84 sound_set_sysclk(i2s_dev, SAMPLERATE * 256); in sound_init()85 sound_hw_params(i2s_dev, SAMPLERATE, 16, 2); in sound_init()87 sound_startup(i2s_dev); in sound_init()124 ret = _sound_play(i2s_dev, buf, (buf_size / sizeof(int))); in sound_play()
65 struct platform_device *i2s_dev; member
558 skl->i2s_dev = pdev; in skl_machine_device_register()565 if (skl->i2s_dev) in skl_machine_device_unregister()566 platform_device_unregister(skl->i2s_dev); in skl_machine_device_unregister()