From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: [PATCH 06/19] ASoC: rsnd: add .set_sysclk on snd_soc_dai_ops Date: Sun, 02 Mar 2014 23:45:05 -0800 (PST) Message-ID: <87ob1nwwsh.wl%kuninori.morimoto.gx@gmail.com> References: <87d2ib90t9.wl%kuninori.morimoto.gx@gmail.com> <874n3n90qt.wl%kuninori.morimoto.gx@gmail.com> <20140303011844.GA2411@sirena.org.uk> <877g8cxcea.wl%kuninori.morimoto.gx@gmail.com> <8761nwxc7j.wl%kuninori.morimoto.gx@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by alsa0.perex.cz (Postfix) with ESMTP id 93E79265653 for ; Mon, 3 Mar 2014 08:45:07 +0100 (CET) Received: by mail-pb0-f44.google.com with SMTP id rp16so3429007pbb.17 for ; Sun, 02 Mar 2014 23:45:06 -0800 (PST) In-Reply-To: <8761nwxc7j.wl%kuninori.morimoto.gx@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: Linux-ALSA , Simon , Liam Girdwood , Kuninori Morimoto List-Id: alsa-devel@alsa-project.org Hi Mark again > > > We should fix the simple-card code so that it does not need this rather > > > than adding empty functions to all the drivers - I'd expect it to handle > > > -ENOTSUPP as not an error. (snip) > Oops, I was misunderstanding. > I see, I will add -ENOTSUPP support. Current mark/topic/simple already has -ENOTSUPP support. Thank you