Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-18 Thread Grant Likely
On Mon, Jul 14, 2008 at 12:45:55PM +0100, Mark Brown wrote: On Sat, Jul 12, 2008 at 02:39:39AM -0600, Grant Likely wrote: ASoC Codec driver for the TLV320AIC26 device. This driver uses the ASoC v1 API, so I don't expect it to get merged as-is, but I want to get it out there for review.

Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-18 Thread Mark Brown
On Fri, Jul 18, 2008 at 12:29:37AM -0600, Grant Likely wrote: On Mon, Jul 14, 2008 at 12:45:55PM +0100, Mark Brown wrote: On Sat, Jul 12, 2008 at 02:39:39AM -0600, Grant Likely wrote: This configuration is also exposed via a sysfs file, including some of the configurability. Exposing the

Re: [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-17 Thread Timur Tabi
Grant Likely wrote: + aic26-codec.reg_cache_size = sizeof(aic26-reg_cache); + aic26-codec.reg_cache = aic26-reg_cache; ... + /* Register the sysfs files for debugging */ + /* Create SysFS files */ + rc = device_create_file(spi-dev, dev_attr_regs); + rc |=

Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-15 Thread dinesh
the device in the file system. -Original Message- From: Grant Likely [EMAIL PROTECTED] To: linuxppc-dev@ozlabs.org, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver Date: Sat, 12 Jul 2008 02

Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-15 Thread dinesh
, [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver Date: Tue, 15 Jul 2008 11:33:34 +0100 On Tue, Jul 15, 2008 at 01:27:52PM +0530, dinesh wrote: I have one query about this soc driver. I want to know

Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-15 Thread Mark Brown
On Tue, Jul 15, 2008 at 06:08:19PM +0530, dinesh wrote: thanks for your response but there is no /dev/snd directory in my file structure is there any special method to create it please tell in detail. The devices appear via the standard kernel interfaces so if you are using udev or mdev they

Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-14 Thread Mark Brown
On Sat, Jul 12, 2008 at 02:39:39AM -0600, Grant Likely wrote: ASoC Codec driver for the TLV320AIC26 device. This driver uses the ASoC v1 API, so I don't expect it to get merged as-is, but I want to get it out there for review. This looks basically good - most of the issues below are

[PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-12 Thread Grant Likely
From: Grant Likely [EMAIL PROTECTED] ASoC Codec driver for the TLV320AIC26 device. This driver uses the ASoC v1 API, so I don't expect it to get merged as-is, but I want to get it out there for review. --- sound/soc/codecs/Kconfig |4 sound/soc/codecs/Makefile |2

Re: [alsa-devel] [PATCH v2 3/3] ALSA SoC: Add Texas Instruments TLV320AIC26 codec driver

2008-07-12 Thread Grant Likely
On Sat, Jul 12, 2008 at 12:10 PM, Mark Brown [EMAIL PROTECTED] wrote: On Sat, Jul 12, 2008 at 02:39:39AM -0600, Grant Likely wrote: ASoC Codec driver for the TLV320AIC26 device. This driver uses the ASoC v1 API, so I don't expect it to get merged as-is, but I want to get it out there for