Dear Liam Thank you for your checking patch > > +/* is */ > > +#define IS_PLAY 1 > > +#define IS_CAPTURE 0 > > Please use SNDRV_PCM_STREAM_PLAYBACK and SNDRV_PCM_STREAM_CAPTURE here. understand but ... I think SNDRV_PCM_STREAM_PLAYBACK = 0 SNDRV_PCM_STREAM_CAPTURE = 1 But in fsi driver, IS_PLAY needs 1, IS_CAPTURE needs 0 for now. should I modify all of these ? Best regards -- Kuninori Morimoto _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel