public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Fix aic23 audio drivers
@ 2006-05-03 18:41 Dirk Behme
  2006-05-12 12:14 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2006-05-03 18:41 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]


ARM: OMAP: Fix OMAP aic23 audio drivers because function
name tlv320aic23_write_value() was switched to
aic23_write_value().

Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>

[-- Attachment #2: tlv320_aic23_name_patch.txt --]
[-- Type: text/plain, Size: 1231 bytes --]

--- ./sound/arm/omap/omap-alsa-aic23.c_orig	2006-05-03 20:12:02.000000000 +0200
+++ ./sound/arm/omap/omap-alsa-aic23.c	2006-05-03 20:30:01.000000000 +0200
@@ -113,12 +113,12 @@ static snd_pcm_hardware_t aic23_snd_omap
  * codec dependent code.
  */
 
-extern int tlv320aic23_write_value(u8 reg, u16 value);
+extern int aic23_write_value(u8 reg, u16 value);
 
 /* TLV320AIC23 is a write only device */
 void audio_aic23_write(u8 address, u16 data)
 {
-	tlv320aic23_write_value(address, data);
+	aic23_write_value(address, data);
 }
 EXPORT_SYMBOL_GPL(audio_aic23_write);
 
--- ./sound/oss/omap-audio-aic23.c_orig	2006-05-03 20:29:49.000000000 +0200
+++ ./sound/oss/omap-audio-aic23.c	2006-05-03 20:30:40.000000000 +0200
@@ -250,12 +250,12 @@ static audio_state_t aic23_state = {
 /* This will be defined in the audio.h */
 static struct file_operations *omap_audio_fops;
 
-extern int tlv320aic23_write_value(u8 reg, u16 value);
+extern int aic23_write_value(u8 reg, u16 value);
 
 /* TLV320AIC23 is a write only device */
 static __inline__ void audio_aic23_write(u8 address, u16 data)
 {
-        tlv320aic23_write_value(address, data);
+        aic23_write_value(address, data);
 }
 
 static int aic23_update(int flag, int val)


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-12 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-03 18:41 [PATCH] ARM: OMAP: Fix aic23 audio drivers Dirk Behme
2006-05-12 12:14 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox