Searched refs:update_channel_layout (Results 1 – 4 of 4) sorted by relevance
420 static void update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function424 if (iodev->update_channel_layout == NULL) in update_channel_layout()427 rc = iodev->update_channel_layout(iodev); in update_channel_layout()499 update_channel_layout(iodev); in cras_iodev_set_format()
269 int (*update_channel_layout)(struct cras_iodev *iodev); member
634 static int update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function2118 iodev->update_channel_layout = update_channel_layout; in alsa_iodev_create()
121 int update_channel_layout(struct cras_iodev* iodev) { in update_channel_layout() function264 iodev_.update_channel_layout = update_channel_layout; in SetUp()