From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Subject: Re: [alsa-devel] [PATCH 1/2] [media] sound: simplify au0828 quirk table Date: Thu, 30 Oct 2014 09:28:48 -0200 Message-ID: <20141030092848.1b41ab7d@recife.lan> References: <63287e8b3f1e449376666b55f9174df7d827b5b0.1414666159.git.mchehab@osg.samsung.com> <54521DFD.5030402@ladisch.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54521DFD.5030402@ladisch.de> Sender: linux-media-owner@vger.kernel.org To: Clemens Ladisch Cc: Linux Media Mailing List , alsa-devel@alsa-project.org, Takashi Iwai , stable@vger.kernel.org, Daniel Mack , Mauro Carvalho Chehab , Eduard Gilmutdinov , Vlad Catoi , Mauro Carvalho Chehab List-Id: alsa-devel@alsa-project.org Em Thu, 30 Oct 2014 12:16:13 +0100 Clemens Ladisch escreveu: > Mauro Carvalho Chehab wrote: > > Add a macro to simplify au0828 quirk table. That makes easier > > to check it against the USB IDs at drivers/media/usb/au0828-card.c > > > > +++ b/sound/usb/quirks-table.h > > ... > > + * This should be kept in sync with drivers/media/usb/au0828-card.c > > The file does not exist in that directory. And when you want to > keep two files in sync, you need such reminders in both of them. Thanks for reviewing it. I'm sending an updated version with those fixes. Regards, Mauro