<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/sound/soc/at91/Kconfig, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2008-10-31T13:12:26+00:00</updated>
<entry>
<title>ASoC: Merge AT91 and AVR32 support into a single atmel architecture</title>
<updated>2008-10-31T13:12:26+00:00</updated>
<author>
<name>Sedji Gaouaou</name>
<email>sedji.gaouaou@atmel.com</email>
</author>
<published>2008-10-03T14:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6c7425095c9ee23d080dba3e27217a254cce4562'/>
<id>urn:sha1:6c7425095c9ee23d080dba3e27217a254cce4562</id>
<content type='text'>
The Ateml AT91 and AVR32 SoC share common IP for audio and can share the
same driver code using the atmel-ssc API provided for both architectures.
Do this, creating a new unified atmel ASoC architecture to replace the
previous at32 and at91 ones.

[This was contributed as a patch series for reviewability but has been
squashed down to a single commit to help preserve both the history and
bisectability.  A small bugfix from Jukka is included.]

Tested-by: Jukka Hynninen &lt;ext-jukka.hynninen@vaisala.com&gt;
Signed-off-by: Sedji Gaouaou &lt;sedji.gaouaou@atmel.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>ALSA: ASoC: Remove references to Endrelia ETI-B1 board</title>
<updated>2008-10-13T00:16:05+00:00</updated>
<author>
<name>Frank Mandarino</name>
<email>fmandarino@endrelia.com</email>
</author>
<published>2008-09-30T14:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5cabc1a8b3acc4babd69f2c91a6ab4468dac6663'/>
<id>urn:sha1:5cabc1a8b3acc4babd69f2c91a6ab4468dac6663</id>
<content type='text'>
The ASoC machine drivers for this board were only provided as examples
for the new AT91 ASoC platform driver.  Since the ETI-B1 board is
proprietary and there are other AT91 ASoC machine drivers available,
it makes sense to remove these drivers.

Signed-off-by: Frank Mandarino &lt;fmandarino@endrelia.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>sound: Convert to menuconfig</title>
<updated>2008-05-27T13:56:20+00:00</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2008-05-23T14:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=89fe5117928b2c1272c9376362131ded561c91ad'/>
<id>urn:sha1:89fe5117928b2c1272c9376362131ded561c91ad</id>
<content type='text'>
Convert menu in sound Kconfig files to menuconfig and if.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>[ALSA] ASoC AT91xxxx build fix</title>
<updated>2007-05-11T14:56:02+00:00</updated>
<author>
<name>Frank Mandarino</name>
<email>fmandarino@endrelia.com</email>
</author>
<published>2007-04-16T15:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1a236566ea320a05f3892d8dedd4b5c6bff8706b'/>
<id>urn:sha1:1a236566ea320a05f3892d8dedd4b5c6bff8706b</id>
<content type='text'>
This patch by Frank Madarino updates the AT91xxxx Makefile and Kconfig
to build the renamed SSC files.
Changes:-
o Rename various i2s labels to ssc

Signed-off-by: Frank Mandarino &lt;fmandarino@endrelia.com&gt;
Signed-off-by: Liam Girdwood &lt;lg@opensource.wolfsonmicro.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
</content>
</entry>
<entry>
<title>[ALSA] fix SND_SOC Kconfig</title>
<updated>2007-05-11T14:55:51+00:00</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2007-03-21T10:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=97a1dd5bee9edab5172553cbdcfc858393814556'/>
<id>urn:sha1:97a1dd5bee9edab5172553cbdcfc858393814556</id>
<content type='text'>
The new ALSA 'SOC' support has bogus Kconfig ... it should
not be presenting anything AT91-related except on AT91,
or anything PXA-related except on PXA.  Right now, x86
sees both of those menus, as do all other platforms.
This patch removes needless Kconfig layering, and the
related inappropriate choice presentation.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
</content>
</entry>
<entry>
<title>[ALSA] soc - Fix dependencies in Kconfig files</title>
<updated>2007-03-14T07:24:16+00:00</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2007-03-08T11:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1fc273b88e59092466b6503e46d9227976254e10'/>
<id>urn:sha1:1fc273b88e59092466b6503e46d9227976254e10</id>
<content type='text'>
Fixed dependencies in Kconfig files of soc drivers.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
</content>
</entry>
<entry>
<title>[ALSA] soc - ASoC 0.13 AT91xxxx slave patch</title>
<updated>2007-02-09T08:03:42+00:00</updated>
<author>
<name>Frank Mandarino</name>
<email>fmandarino@endrelia.com</email>
</author>
<published>2007-02-02T16:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d3d35adc79aa2e48e8177a9506e9bcb5eebba406'/>
<id>urn:sha1:d3d35adc79aa2e48e8177a9506e9bcb5eebba406</id>
<content type='text'>
This patch adds support for I2S slave mode for the ETI_B1 machine from
Endrelia.

Signed-off-by: Frank Mandarino &lt;fmandarino@endrelia.com&gt;
Signed-off-by: Liam Girdwood &lt;lg@opensource.wolfsonmicro.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
</content>
</entry>
<entry>
<title>[ALSA] ASoC AT91RM92000 build</title>
<updated>2007-02-09T08:00:32+00:00</updated>
<author>
<name>Frank Mandarino</name>
<email>fmandarino@endrelia.com</email>
</author>
<published>2006-10-06T16:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8dafc0fb49b903c4e7262b2622bef8342345c700'/>
<id>urn:sha1:8dafc0fb49b903c4e7262b2622bef8342345c700</id>
<content type='text'>
This patch adds a Makefile and Kconfig to build the ASoC AT91RM9200
support.

Signed-off-by: Frank Mandarino &lt;fmandarino@endrelia.com&gt;
Signed-off-by: Liam Girdwood &lt;liam.girdwood@wolfsonmicro.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
</content>
</entry>
</feed>
