Searched refs:update_channel_layout (Results 1 – 4 of 4) sorted by relevance
407 static void update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function411 if (iodev->update_channel_layout == NULL) in update_channel_layout()414 rc = iodev->update_channel_layout(iodev); in update_channel_layout()494 update_channel_layout(iodev); in cras_iodev_set_format()
220 int (*update_channel_layout)(struct cras_iodev *iodev); member
582 static int update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function2007 iodev->update_channel_layout = update_channel_layout; in alsa_iodev_create()
116 int update_channel_layout(struct cras_iodev *iodev) { in update_channel_layout() function263 iodev_.update_channel_layout = update_channel_layout; in SetUp()