]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/samsung/s3c-i2s-v2.h
Merge branch 'rwsem-optimizations'
[karo-tx-linux.git] / sound / soc / samsung / s3c-i2s-v2.h
index f8297d9bb8a39688e1f95f4e1b619b61574127b2..90abab364b495fd18d11ed421a37bc123e3fa45e 100644 (file)
@@ -92,7 +92,7 @@ extern int s3c_i2sv2_probe(struct snd_soc_dai *dai,
                           unsigned long base);
 
 /**
- * s3c_i2sv2_register_dai - register dai with soc core
+ * s3c_i2sv2_register_component - register component and dai with soc core
  * @dev: DAI device
  * @id: DAI ID
  * @drv: The driver structure to register
@@ -100,7 +100,8 @@ extern int s3c_i2sv2_probe(struct snd_soc_dai *dai,
  * Fill in any missing fields and then register the given dai with the
  * soc core.
  */
-extern int s3c_i2sv2_register_dai(struct device *dev, int id,
-               struct snd_soc_dai_driver *drv);
+extern int s3c_i2sv2_register_component(struct device *dev, int id,
+                                       struct snd_soc_component_driver *cmp_drv,
+                                       struct snd_soc_dai_driver *dai_drv);
 
 #endif /* __SND_SOC_S3C24XX_S3C_I2SV2_I2S_H */