1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258 |
- /* sound/soc/samsung/i2s.c
- *
- * ALSA SoC Audio Layer - Samsung I2S Controller driver
- *
- * Copyright (c) 2010 Samsung Electronics Co. Ltd.
- * Jaswinder Singh <jassi.brar@samsung.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
- #include <linux/delay.h>
- #include <linux/slab.h>
- #include <linux/clk.h>
- #include <linux/io.h>
- #include <sound/soc.h>
- #include <sound/pcm_params.h>
- #include <plat/audio.h>
- #include "dma.h"
- #include "i2s.h"
- #define I2SCON 0x0
- #define I2SMOD 0x4
- #define I2SFIC 0x8
- #define I2SPSR 0xc
- #define I2STXD 0x10
- #define I2SRXD 0x14
- #define I2SFICS 0x18
- #define I2STXDS 0x1c
- #define CON_RSTCLR (1 << 31)
- #define CON_FRXOFSTATUS (1 << 26)
- #define CON_FRXORINTEN (1 << 25)
- #define CON_FTXSURSTAT (1 << 24)
- #define CON_FTXSURINTEN (1 << 23)
- #define CON_TXSDMA_PAUSE (1 << 20)
- #define CON_TXSDMA_ACTIVE (1 << 18)
- #define CON_FTXURSTATUS (1 << 17)
- #define CON_FTXURINTEN (1 << 16)
- #define CON_TXFIFO2_EMPTY (1 << 15)
- #define CON_TXFIFO1_EMPTY (1 << 14)
- #define CON_TXFIFO2_FULL (1 << 13)
- #define CON_TXFIFO1_FULL (1 << 12)
- #define CON_LRINDEX (1 << 11)
- #define CON_TXFIFO_EMPTY (1 << 10)
- #define CON_RXFIFO_EMPTY (1 << 9)
- #define CON_TXFIFO_FULL (1 << 8)
- #define CON_RXFIFO_FULL (1 << 7)
- #define CON_TXDMA_PAUSE (1 << 6)
- #define CON_RXDMA_PAUSE (1 << 5)
- #define CON_TXCH_PAUSE (1 << 4)
- #define CON_RXCH_PAUSE (1 << 3)
- #define CON_TXDMA_ACTIVE (1 << 2)
- #define CON_RXDMA_ACTIVE (1 << 1)
- #define CON_ACTIVE (1 << 0)
- #define MOD_OPCLK_CDCLK_OUT (0 << 30)
- #define MOD_OPCLK_CDCLK_IN (1 << 30)
- #define MOD_OPCLK_BCLK_OUT (2 << 30)
- #define MOD_OPCLK_PCLK (3 << 30)
- #define MOD_OPCLK_MASK (3 << 30)
- #define MOD_TXS_IDMA (1 << 28) /* Sec_TXFIFO use I-DMA */
- #define MOD_BLCS_SHIFT 26
- #define MOD_BLCS_16BIT (0 << MOD_BLCS_SHIFT)
- #define MOD_BLCS_8BIT (1 << MOD_BLCS_SHIFT)
- #define MOD_BLCS_24BIT (2 << MOD_BLCS_SHIFT)
- #define MOD_BLCS_MASK (3 << MOD_BLCS_SHIFT)
- #define MOD_BLCP_SHIFT 24
- #define MOD_BLCP_16BIT (0 << MOD_BLCP_SHIFT)
- #define MOD_BLCP_8BIT (1 << MOD_BLCP_SHIFT)
- #define MOD_BLCP_24BIT (2 << MOD_BLCP_SHIFT)
- #define MOD_BLCP_MASK (3 << MOD_BLCP_SHIFT)
- #define MOD_C2DD_HHALF (1 << 21) /* Discard Higher-half */
- #define MOD_C2DD_LHALF (1 << 20) /* Discard Lower-half */
- #define MOD_C1DD_HHALF (1 << 19)
- #define MOD_C1DD_LHALF (1 << 18)
- #define MOD_DC2_EN (1 << 17)
- #define MOD_DC1_EN (1 << 16)
- #define MOD_BLC_16BIT (0 << 13)
- #define MOD_BLC_8BIT (1 << 13)
- #define MOD_BLC_24BIT (2 << 13)
- #define MOD_BLC_MASK (3 << 13)
- #define MOD_IMS_SYSMUX (1 << 10)
- #define MOD_SLAVE (1 << 11)
- #define MOD_TXONLY (0 << 8)
- #define MOD_RXONLY (1 << 8)
- #define MOD_TXRX (2 << 8)
- #define MOD_MASK (3 << 8)
- #define MOD_LR_LLOW (0 << 7)
- #define MOD_LR_RLOW (1 << 7)
- #define MOD_SDF_IIS (0 << 5)
- #define MOD_SDF_MSB (1 << 5)
- #define MOD_SDF_LSB (2 << 5)
- #define MOD_SDF_MASK (3 << 5)
- #define MOD_RCLK_256FS (0 << 3)
- #define MOD_RCLK_512FS (1 << 3)
- #define MOD_RCLK_384FS (2 << 3)
- #define MOD_RCLK_768FS (3 << 3)
- #define MOD_RCLK_MASK (3 << 3)
- #define MOD_BCLK_32FS (0 << 1)
- #define MOD_BCLK_48FS (1 << 1)
- #define MOD_BCLK_16FS (2 << 1)
- #define MOD_BCLK_24FS (3 << 1)
- #define MOD_BCLK_MASK (3 << 1)
- #define MOD_8BIT (1 << 0)
- #define MOD_CDCLKCON (1 << 12)
- #define PSR_PSREN (1 << 15)
- #define FIC_TX2COUNT(x) (((x) >> 24) & 0xf)
- #define FIC_TX1COUNT(x) (((x) >> 16) & 0xf)
- #define FIC_TXFLUSH (1 << 15)
- #define FIC_RXFLUSH (1 << 7)
- #define FIC_TXCOUNT(x) (((x) >> 8) & 0xf)
- #define FIC_RXCOUNT(x) (((x) >> 0) & 0xf)
- #define FICS_TXCOUNT(x) (((x) >> 8) & 0x7f)
- #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t)
- struct i2s_dai {
- /* Platform device for this DAI */
- struct platform_device *pdev;
- /* IOREMAP'd SFRs */
- void __iomem *addr;
- /* Physical base address of SFRs */
- u32 base;
- /* Rate of RCLK source clock */
- unsigned long rclk_srcrate;
- /* Frame Clock */
- unsigned frmclk;
- /*
- * Specifically requested RCLK,BCLK by MACHINE Driver.
- * 0 indicates CPU driver is free to choose any value.
- */
- unsigned rfs, bfs;
- /* I2S Controller's core clock */
- struct clk *clk;
- /* Clock for generating I2S signals */
- struct clk *op_clk;
- /* Array of clock names for op_clk */
- const char **src_clk;
- /* Pointer to the Primary_Fifo if this is Sec_Fifo, NULL otherwise */
- struct i2s_dai *pri_dai;
- /* Pointer to the Secondary_Fifo if it has one, NULL otherwise */
- struct i2s_dai *sec_dai;
- #define DAI_OPENED (1 << 0) /* Dai is opened */
- #define DAI_MANAGER (1 << 1) /* Dai is the manager */
- unsigned mode;
- /* Driver for this DAI */
- struct snd_soc_dai_driver i2s_dai_drv;
- /* DMA parameters */
- struct s3c_dma_params dma_playback;
- struct s3c_dma_params dma_capture;
- u32 quirks;
- u32 suspend_i2smod;
- u32 suspend_i2scon;
- u32 suspend_i2spsr;
- };
- /* Lock for cross i/f checks */
- static DEFINE_SPINLOCK(lock);
- /* If this is the 'overlay' stereo DAI */
- static inline bool is_secondary(struct i2s_dai *i2s)
- {
- return i2s->pri_dai ? true : false;
- }
- /* If operating in SoC-Slave mode */
- static inline bool is_slave(struct i2s_dai *i2s)
- {
- return (readl(i2s->addr + I2SMOD) & MOD_SLAVE) ? true : false;
- }
- /* If this interface of the controller is transmitting data */
- static inline bool tx_active(struct i2s_dai *i2s)
- {
- u32 active;
- if (!i2s)
- return false;
- active = readl(i2s->addr + I2SCON);
- if (is_secondary(i2s))
- active &= CON_TXSDMA_ACTIVE;
- else
- active &= CON_TXDMA_ACTIVE;
- return active ? true : false;
- }
- /* If the other interface of the controller is transmitting data */
- static inline bool other_tx_active(struct i2s_dai *i2s)
- {
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- return tx_active(other);
- }
- /* If any interface of the controller is transmitting data */
- static inline bool any_tx_active(struct i2s_dai *i2s)
- {
- return tx_active(i2s) || other_tx_active(i2s);
- }
- /* If this interface of the controller is receiving data */
- static inline bool rx_active(struct i2s_dai *i2s)
- {
- u32 active;
- if (!i2s)
- return false;
- active = readl(i2s->addr + I2SCON) & CON_RXDMA_ACTIVE;
- return active ? true : false;
- }
- /* If the other interface of the controller is receiving data */
- static inline bool other_rx_active(struct i2s_dai *i2s)
- {
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- return rx_active(other);
- }
- /* If any interface of the controller is receiving data */
- static inline bool any_rx_active(struct i2s_dai *i2s)
- {
- return rx_active(i2s) || other_rx_active(i2s);
- }
- /* If the other DAI is transmitting or receiving data */
- static inline bool other_active(struct i2s_dai *i2s)
- {
- return other_rx_active(i2s) || other_tx_active(i2s);
- }
- /* If this DAI is transmitting or receiving data */
- static inline bool this_active(struct i2s_dai *i2s)
- {
- return tx_active(i2s) || rx_active(i2s);
- }
- /* If the controller is active anyway */
- static inline bool any_active(struct i2s_dai *i2s)
- {
- return this_active(i2s) || other_active(i2s);
- }
- static inline struct i2s_dai *to_info(struct snd_soc_dai *dai)
- {
- return snd_soc_dai_get_drvdata(dai);
- }
- static inline bool is_opened(struct i2s_dai *i2s)
- {
- if (i2s && (i2s->mode & DAI_OPENED))
- return true;
- else
- return false;
- }
- static inline bool is_manager(struct i2s_dai *i2s)
- {
- if (is_opened(i2s) && (i2s->mode & DAI_MANAGER))
- return true;
- else
- return false;
- }
- /* Read RCLK of I2S (in multiples of LRCLK) */
- static inline unsigned get_rfs(struct i2s_dai *i2s)
- {
- u32 rfs = (readl(i2s->addr + I2SMOD) >> 3) & 0x3;
- switch (rfs) {
- case 3: return 768;
- case 2: return 384;
- case 1: return 512;
- default: return 256;
- }
- }
- /* Write RCLK of I2S (in multiples of LRCLK) */
- static inline void set_rfs(struct i2s_dai *i2s, unsigned rfs)
- {
- u32 mod = readl(i2s->addr + I2SMOD);
- mod &= ~MOD_RCLK_MASK;
- switch (rfs) {
- case 768:
- mod |= MOD_RCLK_768FS;
- break;
- case 512:
- mod |= MOD_RCLK_512FS;
- break;
- case 384:
- mod |= MOD_RCLK_384FS;
- break;
- default:
- mod |= MOD_RCLK_256FS;
- break;
- }
- writel(mod, i2s->addr + I2SMOD);
- }
- /* Read Bit-Clock of I2S (in multiples of LRCLK) */
- static inline unsigned get_bfs(struct i2s_dai *i2s)
- {
- u32 bfs = (readl(i2s->addr + I2SMOD) >> 1) & 0x3;
- switch (bfs) {
- case 3: return 24;
- case 2: return 16;
- case 1: return 48;
- default: return 32;
- }
- }
- /* Write Bit-Clock of I2S (in multiples of LRCLK) */
- static inline void set_bfs(struct i2s_dai *i2s, unsigned bfs)
- {
- u32 mod = readl(i2s->addr + I2SMOD);
- mod &= ~MOD_BCLK_MASK;
- switch (bfs) {
- case 48:
- mod |= MOD_BCLK_48FS;
- break;
- case 32:
- mod |= MOD_BCLK_32FS;
- break;
- case 24:
- mod |= MOD_BCLK_24FS;
- break;
- case 16:
- mod |= MOD_BCLK_16FS;
- break;
- default:
- dev_err(&i2s->pdev->dev, "Wrong BCLK Divider!\n");
- return;
- }
- writel(mod, i2s->addr + I2SMOD);
- }
- /* Sample-Size */
- static inline int get_blc(struct i2s_dai *i2s)
- {
- int blc = readl(i2s->addr + I2SMOD);
- blc = (blc >> 13) & 0x3;
- switch (blc) {
- case 2: return 24;
- case 1: return 8;
- default: return 16;
- }
- }
- /* TX Channel Control */
- static void i2s_txctrl(struct i2s_dai *i2s, int on)
- {
- void __iomem *addr = i2s->addr;
- u32 con = readl(addr + I2SCON);
- u32 mod = readl(addr + I2SMOD) & ~MOD_MASK;
- if (on) {
- con |= CON_ACTIVE;
- con &= ~CON_TXCH_PAUSE;
- if (is_secondary(i2s)) {
- con |= CON_TXSDMA_ACTIVE;
- con &= ~CON_TXSDMA_PAUSE;
- } else {
- con |= CON_TXDMA_ACTIVE;
- con &= ~CON_TXDMA_PAUSE;
- }
- if (any_rx_active(i2s))
- mod |= MOD_TXRX;
- else
- mod |= MOD_TXONLY;
- } else {
- if (is_secondary(i2s)) {
- con |= CON_TXSDMA_PAUSE;
- con &= ~CON_TXSDMA_ACTIVE;
- } else {
- con |= CON_TXDMA_PAUSE;
- con &= ~CON_TXDMA_ACTIVE;
- }
- if (other_tx_active(i2s)) {
- writel(con, addr + I2SCON);
- return;
- }
- con |= CON_TXCH_PAUSE;
- if (any_rx_active(i2s))
- mod |= MOD_RXONLY;
- else
- con &= ~CON_ACTIVE;
- }
- writel(mod, addr + I2SMOD);
- writel(con, addr + I2SCON);
- }
- /* RX Channel Control */
- static void i2s_rxctrl(struct i2s_dai *i2s, int on)
- {
- void __iomem *addr = i2s->addr;
- u32 con = readl(addr + I2SCON);
- u32 mod = readl(addr + I2SMOD) & ~MOD_MASK;
- if (on) {
- con |= CON_RXDMA_ACTIVE | CON_ACTIVE;
- con &= ~(CON_RXDMA_PAUSE | CON_RXCH_PAUSE);
- if (any_tx_active(i2s))
- mod |= MOD_TXRX;
- else
- mod |= MOD_RXONLY;
- } else {
- con |= CON_RXDMA_PAUSE | CON_RXCH_PAUSE;
- con &= ~CON_RXDMA_ACTIVE;
- if (any_tx_active(i2s))
- mod |= MOD_TXONLY;
- else
- con &= ~CON_ACTIVE;
- }
- writel(mod, addr + I2SMOD);
- writel(con, addr + I2SCON);
- }
- /* Flush FIFO of an interface */
- static inline void i2s_fifo(struct i2s_dai *i2s, u32 flush)
- {
- void __iomem *fic;
- u32 val;
- if (!i2s)
- return;
- if (is_secondary(i2s))
- fic = i2s->addr + I2SFICS;
- else
- fic = i2s->addr + I2SFIC;
- /* Flush the FIFO */
- writel(readl(fic) | flush, fic);
- /* Be patient */
- val = msecs_to_loops(1) / 1000; /* 1 usec */
- while (--val)
- cpu_relax();
- writel(readl(fic) & ~flush, fic);
- }
- static int i2s_set_sysclk(struct snd_soc_dai *dai,
- int clk_id, unsigned int rfs, int dir)
- {
- struct i2s_dai *i2s = to_info(dai);
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- u32 mod = readl(i2s->addr + I2SMOD);
- switch (clk_id) {
- case SAMSUNG_I2S_CDCLK:
- /* Shouldn't matter in GATING(CLOCK_IN) mode */
- if (dir == SND_SOC_CLOCK_IN)
- rfs = 0;
- if ((rfs && other->rfs && (other->rfs != rfs)) ||
- (any_active(i2s) &&
- (((dir == SND_SOC_CLOCK_IN)
- && !(mod & MOD_CDCLKCON)) ||
- ((dir == SND_SOC_CLOCK_OUT)
- && (mod & MOD_CDCLKCON))))) {
- dev_err(&i2s->pdev->dev,
- "%s:%d Other DAI busy\n", __func__, __LINE__);
- return -EAGAIN;
- }
- if (dir == SND_SOC_CLOCK_IN)
- mod |= MOD_CDCLKCON;
- else
- mod &= ~MOD_CDCLKCON;
- i2s->rfs = rfs;
- break;
- case SAMSUNG_I2S_RCLKSRC_0: /* clock corrsponding to IISMOD[10] := 0 */
- case SAMSUNG_I2S_RCLKSRC_1: /* clock corrsponding to IISMOD[10] := 1 */
- if ((i2s->quirks & QUIRK_NO_MUXPSR)
- || (clk_id == SAMSUNG_I2S_RCLKSRC_0))
- clk_id = 0;
- else
- clk_id = 1;
- if (!any_active(i2s)) {
- if (i2s->op_clk) {
- if ((clk_id && !(mod & MOD_IMS_SYSMUX)) ||
- (!clk_id && (mod & MOD_IMS_SYSMUX))) {
- clk_disable(i2s->op_clk);
- clk_put(i2s->op_clk);
- } else {
- i2s->rclk_srcrate =
- clk_get_rate(i2s->op_clk);
- return 0;
- }
- }
- i2s->op_clk = clk_get(&i2s->pdev->dev,
- i2s->src_clk[clk_id]);
- clk_enable(i2s->op_clk);
- i2s->rclk_srcrate = clk_get_rate(i2s->op_clk);
- /* Over-ride the other's */
- if (other) {
- other->op_clk = i2s->op_clk;
- other->rclk_srcrate = i2s->rclk_srcrate;
- }
- } else if ((!clk_id && (mod & MOD_IMS_SYSMUX))
- || (clk_id && !(mod & MOD_IMS_SYSMUX))) {
- dev_err(&i2s->pdev->dev,
- "%s:%d Other DAI busy\n", __func__, __LINE__);
- return -EAGAIN;
- } else {
- /* Call can't be on the active DAI */
- i2s->op_clk = other->op_clk;
- i2s->rclk_srcrate = other->rclk_srcrate;
- return 0;
- }
- if (clk_id == 0)
- mod &= ~MOD_IMS_SYSMUX;
- else
- mod |= MOD_IMS_SYSMUX;
- break;
- default:
- dev_err(&i2s->pdev->dev, "We don't serve that!\n");
- return -EINVAL;
- }
- writel(mod, i2s->addr + I2SMOD);
- return 0;
- }
- static int i2s_set_fmt(struct snd_soc_dai *dai,
- unsigned int fmt)
- {
- struct i2s_dai *i2s = to_info(dai);
- u32 mod = readl(i2s->addr + I2SMOD);
- u32 tmp = 0;
- /* Format is priority */
- switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
- case SND_SOC_DAIFMT_RIGHT_J:
- tmp |= MOD_LR_RLOW;
- tmp |= MOD_SDF_MSB;
- break;
- case SND_SOC_DAIFMT_LEFT_J:
- tmp |= MOD_LR_RLOW;
- tmp |= MOD_SDF_LSB;
- break;
- case SND_SOC_DAIFMT_I2S:
- tmp |= MOD_SDF_IIS;
- break;
- default:
- dev_err(&i2s->pdev->dev, "Format not supported\n");
- return -EINVAL;
- }
- /*
- * INV flag is relative to the FORMAT flag - if set it simply
- * flips the polarity specified by the Standard
- */
- switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
- case SND_SOC_DAIFMT_NB_NF:
- break;
- case SND_SOC_DAIFMT_NB_IF:
- if (tmp & MOD_LR_RLOW)
- tmp &= ~MOD_LR_RLOW;
- else
- tmp |= MOD_LR_RLOW;
- break;
- default:
- dev_err(&i2s->pdev->dev, "Polarity not supported\n");
- return -EINVAL;
- }
- switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
- case SND_SOC_DAIFMT_CBM_CFM:
- tmp |= MOD_SLAVE;
- break;
- case SND_SOC_DAIFMT_CBS_CFS:
- /* Set default source clock in Master mode */
- if (i2s->rclk_srcrate == 0)
- i2s_set_sysclk(dai, SAMSUNG_I2S_RCLKSRC_0,
- 0, SND_SOC_CLOCK_IN);
- break;
- default:
- dev_err(&i2s->pdev->dev, "master/slave format not supported\n");
- return -EINVAL;
- }
- if (any_active(i2s) &&
- ((mod & (MOD_SDF_MASK | MOD_LR_RLOW
- | MOD_SLAVE)) != tmp)) {
- dev_err(&i2s->pdev->dev,
- "%s:%d Other DAI busy\n", __func__, __LINE__);
- return -EAGAIN;
- }
- mod &= ~(MOD_SDF_MASK | MOD_LR_RLOW | MOD_SLAVE);
- mod |= tmp;
- writel(mod, i2s->addr + I2SMOD);
- return 0;
- }
- static int i2s_hw_params(struct snd_pcm_substream *substream,
- struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = to_info(dai);
- u32 mod = readl(i2s->addr + I2SMOD);
- if (!is_secondary(i2s))
- mod &= ~(MOD_DC2_EN | MOD_DC1_EN);
- switch (params_channels(params)) {
- case 6:
- mod |= MOD_DC2_EN;
- case 4:
- mod |= MOD_DC1_EN;
- break;
- case 2:
- break;
- default:
- dev_err(&i2s->pdev->dev, "%d channels not supported\n",
- params_channels(params));
- return -EINVAL;
- }
- if (is_secondary(i2s))
- mod &= ~MOD_BLCS_MASK;
- else
- mod &= ~MOD_BLCP_MASK;
- if (is_manager(i2s))
- mod &= ~MOD_BLC_MASK;
- switch (params_format(params)) {
- case SNDRV_PCM_FORMAT_S8:
- if (is_secondary(i2s))
- mod |= MOD_BLCS_8BIT;
- else
- mod |= MOD_BLCP_8BIT;
- if (is_manager(i2s))
- mod |= MOD_BLC_8BIT;
- break;
- case SNDRV_PCM_FORMAT_S16_LE:
- if (is_secondary(i2s))
- mod |= MOD_BLCS_16BIT;
- else
- mod |= MOD_BLCP_16BIT;
- if (is_manager(i2s))
- mod |= MOD_BLC_16BIT;
- break;
- case SNDRV_PCM_FORMAT_S24_LE:
- if (is_secondary(i2s))
- mod |= MOD_BLCS_24BIT;
- else
- mod |= MOD_BLCP_24BIT;
- if (is_manager(i2s))
- mod |= MOD_BLC_24BIT;
- break;
- default:
- dev_err(&i2s->pdev->dev, "Format(%d) not supported\n",
- params_format(params));
- return -EINVAL;
- }
- writel(mod, i2s->addr + I2SMOD);
- if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
- snd_soc_dai_set_dma_data(dai, substream,
- (void *)&i2s->dma_playback);
- else
- snd_soc_dai_set_dma_data(dai, substream,
- (void *)&i2s->dma_capture);
- i2s->frmclk = params_rate(params);
- return 0;
- }
- /* We set constraints on the substream acc to the version of I2S */
- static int i2s_startup(struct snd_pcm_substream *substream,
- struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = to_info(dai);
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- unsigned long flags;
- spin_lock_irqsave(&lock, flags);
- i2s->mode |= DAI_OPENED;
- if (is_manager(other))
- i2s->mode &= ~DAI_MANAGER;
- else
- i2s->mode |= DAI_MANAGER;
- /* Enforce set_sysclk in Master mode */
- i2s->rclk_srcrate = 0;
- spin_unlock_irqrestore(&lock, flags);
- return 0;
- }
- static void i2s_shutdown(struct snd_pcm_substream *substream,
- struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = to_info(dai);
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- unsigned long flags;
- spin_lock_irqsave(&lock, flags);
- i2s->mode &= ~DAI_OPENED;
- i2s->mode &= ~DAI_MANAGER;
- if (is_opened(other))
- other->mode |= DAI_MANAGER;
- /* Reset any constraint on RFS and BFS */
- i2s->rfs = 0;
- i2s->bfs = 0;
- spin_unlock_irqrestore(&lock, flags);
- /* Gate CDCLK by default */
- if (!is_opened(other))
- i2s_set_sysclk(dai, SAMSUNG_I2S_CDCLK,
- 0, SND_SOC_CLOCK_IN);
- }
- static int config_setup(struct i2s_dai *i2s)
- {
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- unsigned rfs, bfs, blc;
- u32 psr;
- blc = get_blc(i2s);
- bfs = i2s->bfs;
- if (!bfs && other)
- bfs = other->bfs;
- /* Select least possible multiple(2) if no constraint set */
- if (!bfs)
- bfs = blc * 2;
- rfs = i2s->rfs;
- if (!rfs && other)
- rfs = other->rfs;
- if ((rfs == 256 || rfs == 512) && (blc == 24)) {
- dev_err(&i2s->pdev->dev,
- "%d-RFS not supported for 24-blc\n", rfs);
- return -EINVAL;
- }
- if (!rfs) {
- if (bfs == 16 || bfs == 32)
- rfs = 256;
- else
- rfs = 384;
- }
- /* If already setup and running */
- if (any_active(i2s) && (get_rfs(i2s) != rfs || get_bfs(i2s) != bfs)) {
- dev_err(&i2s->pdev->dev,
- "%s:%d Other DAI busy\n", __func__, __LINE__);
- return -EAGAIN;
- }
- /* Don't bother RFS, BFS & PSR in Slave mode */
- if (is_slave(i2s))
- return 0;
- set_bfs(i2s, bfs);
- set_rfs(i2s, rfs);
- if (!(i2s->quirks & QUIRK_NO_MUXPSR)) {
- psr = i2s->rclk_srcrate / i2s->frmclk / rfs;
- writel(((psr - 1) << 8) | PSR_PSREN, i2s->addr + I2SPSR);
- dev_dbg(&i2s->pdev->dev,
- "RCLK_SRC=%luHz PSR=%u, RCLK=%dfs, BCLK=%dfs\n",
- i2s->rclk_srcrate, psr, rfs, bfs);
- }
- return 0;
- }
- static int i2s_trigger(struct snd_pcm_substream *substream,
- int cmd, struct snd_soc_dai *dai)
- {
- int capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE);
- struct snd_soc_pcm_runtime *rtd = substream->private_data;
- struct i2s_dai *i2s = to_info(rtd->cpu_dai);
- unsigned long flags;
- switch (cmd) {
- case SNDRV_PCM_TRIGGER_START:
- case SNDRV_PCM_TRIGGER_RESUME:
- case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
- local_irq_save(flags);
- if (config_setup(i2s)) {
- local_irq_restore(flags);
- return -EINVAL;
- }
- if (capture)
- i2s_rxctrl(i2s, 1);
- else
- i2s_txctrl(i2s, 1);
- local_irq_restore(flags);
- break;
- case SNDRV_PCM_TRIGGER_STOP:
- case SNDRV_PCM_TRIGGER_SUSPEND:
- case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
- local_irq_save(flags);
- if (capture)
- i2s_rxctrl(i2s, 0);
- else
- i2s_txctrl(i2s, 0);
- if (capture)
- i2s_fifo(i2s, FIC_RXFLUSH);
- else
- i2s_fifo(i2s, FIC_TXFLUSH);
- local_irq_restore(flags);
- break;
- }
- return 0;
- }
- static int i2s_set_clkdiv(struct snd_soc_dai *dai,
- int div_id, int div)
- {
- struct i2s_dai *i2s = to_info(dai);
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- switch (div_id) {
- case SAMSUNG_I2S_DIV_BCLK:
- if ((any_active(i2s) && div && (get_bfs(i2s) != div))
- || (other && other->bfs && (other->bfs != div))) {
- dev_err(&i2s->pdev->dev,
- "%s:%d Other DAI busy\n", __func__, __LINE__);
- return -EAGAIN;
- }
- i2s->bfs = div;
- break;
- default:
- dev_err(&i2s->pdev->dev,
- "Invalid clock divider(%d)\n", div_id);
- return -EINVAL;
- }
- return 0;
- }
- static snd_pcm_sframes_t
- i2s_delay(struct snd_pcm_substream *substream, struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = to_info(dai);
- u32 reg = readl(i2s->addr + I2SFIC);
- snd_pcm_sframes_t delay;
- if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
- delay = FIC_RXCOUNT(reg);
- else if (is_secondary(i2s))
- delay = FICS_TXCOUNT(readl(i2s->addr + I2SFICS));
- else
- delay = FIC_TXCOUNT(reg);
- return delay;
- }
- #ifdef CONFIG_PM
- static int i2s_suspend(struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = to_info(dai);
- if (dai->active) {
- i2s->suspend_i2smod = readl(i2s->addr + I2SMOD);
- i2s->suspend_i2scon = readl(i2s->addr + I2SCON);
- i2s->suspend_i2spsr = readl(i2s->addr + I2SPSR);
- }
- return 0;
- }
- static int i2s_resume(struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = to_info(dai);
- if (dai->active) {
- writel(i2s->suspend_i2scon, i2s->addr + I2SCON);
- writel(i2s->suspend_i2smod, i2s->addr + I2SMOD);
- writel(i2s->suspend_i2spsr, i2s->addr + I2SPSR);
- }
- return 0;
- }
- #else
- #define i2s_suspend NULL
- #define i2s_resume NULL
- #endif
- static int samsung_i2s_dai_probe(struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = to_info(dai);
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- if (other && other->clk) /* If this is probe on secondary */
- goto probe_exit;
- i2s->addr = ioremap(i2s->base, 0x100);
- if (i2s->addr == NULL) {
- dev_err(&i2s->pdev->dev, "cannot ioremap registers\n");
- return -ENXIO;
- }
- i2s->clk = clk_get(&i2s->pdev->dev, "iis");
- if (IS_ERR(i2s->clk)) {
- dev_err(&i2s->pdev->dev, "failed to get i2s_clock\n");
- iounmap(i2s->addr);
- return -ENOENT;
- }
- clk_enable(i2s->clk);
- if (other) {
- other->addr = i2s->addr;
- other->clk = i2s->clk;
- }
- if (i2s->quirks & QUIRK_NEED_RSTCLR)
- writel(CON_RSTCLR, i2s->addr + I2SCON);
- probe_exit:
- /* Reset any constraint on RFS and BFS */
- i2s->rfs = 0;
- i2s->bfs = 0;
- i2s_txctrl(i2s, 0);
- i2s_rxctrl(i2s, 0);
- i2s_fifo(i2s, FIC_TXFLUSH);
- i2s_fifo(other, FIC_TXFLUSH);
- i2s_fifo(i2s, FIC_RXFLUSH);
- /* Gate CDCLK by default */
- if (!is_opened(other))
- i2s_set_sysclk(dai, SAMSUNG_I2S_CDCLK,
- 0, SND_SOC_CLOCK_IN);
- return 0;
- }
- static int samsung_i2s_dai_remove(struct snd_soc_dai *dai)
- {
- struct i2s_dai *i2s = snd_soc_dai_get_drvdata(dai);
- struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai;
- if (!other || !other->clk) {
- if (i2s->quirks & QUIRK_NEED_RSTCLR)
- writel(0, i2s->addr + I2SCON);
- clk_disable(i2s->clk);
- clk_put(i2s->clk);
- iounmap(i2s->addr);
- }
- i2s->clk = NULL;
- return 0;
- }
- static struct snd_soc_dai_ops samsung_i2s_dai_ops = {
- .trigger = i2s_trigger,
- .hw_params = i2s_hw_params,
- .set_fmt = i2s_set_fmt,
- .set_clkdiv = i2s_set_clkdiv,
- .set_sysclk = i2s_set_sysclk,
- .startup = i2s_startup,
- .shutdown = i2s_shutdown,
- .delay = i2s_delay,
- };
- #define SAMSUNG_I2S_RATES SNDRV_PCM_RATE_8000_96000
- #define SAMSUNG_I2S_FMTS (SNDRV_PCM_FMTBIT_S8 | \
- SNDRV_PCM_FMTBIT_S16_LE | \
- SNDRV_PCM_FMTBIT_S24_LE)
- static __devinit
- struct i2s_dai *i2s_alloc_dai(struct platform_device *pdev, bool sec)
- {
- struct i2s_dai *i2s;
- i2s = kzalloc(sizeof(struct i2s_dai), GFP_KERNEL);
- if (i2s == NULL)
- return NULL;
- i2s->pdev = pdev;
- i2s->pri_dai = NULL;
- i2s->sec_dai = NULL;
- i2s->i2s_dai_drv.symmetric_rates = 1;
- i2s->i2s_dai_drv.probe = samsung_i2s_dai_probe;
- i2s->i2s_dai_drv.remove = samsung_i2s_dai_remove;
- i2s->i2s_dai_drv.ops = &samsung_i2s_dai_ops;
- i2s->i2s_dai_drv.suspend = i2s_suspend;
- i2s->i2s_dai_drv.resume = i2s_resume;
- i2s->i2s_dai_drv.playback.channels_min = 2;
- i2s->i2s_dai_drv.playback.channels_max = 2;
- i2s->i2s_dai_drv.playback.rates = SAMSUNG_I2S_RATES;
- i2s->i2s_dai_drv.playback.formats = SAMSUNG_I2S_FMTS;
- if (!sec) {
- i2s->i2s_dai_drv.capture.channels_min = 2;
- i2s->i2s_dai_drv.capture.channels_max = 2;
- i2s->i2s_dai_drv.capture.rates = SAMSUNG_I2S_RATES;
- i2s->i2s_dai_drv.capture.formats = SAMSUNG_I2S_FMTS;
- } else { /* Create a new platform_device for Secondary */
- i2s->pdev = platform_device_register_resndata(NULL,
- pdev->name, pdev->id + SAMSUNG_I2S_SECOFF,
- NULL, 0, NULL, 0);
- if (IS_ERR(i2s->pdev)) {
- kfree(i2s);
- return NULL;
- }
- }
- /* Pre-assign snd_soc_dai_set_drvdata */
- dev_set_drvdata(&i2s->pdev->dev, i2s);
- return i2s;
- }
- static __devinit int samsung_i2s_probe(struct platform_device *pdev)
- {
- u32 dma_pl_chan, dma_cp_chan, dma_pl_sec_chan;
- struct i2s_dai *pri_dai, *sec_dai = NULL;
- struct s3c_audio_pdata *i2s_pdata;
- struct samsung_i2s *i2s_cfg;
- struct resource *res;
- u32 regs_base, quirks;
- int ret = 0;
- /* Call during Seconday interface registration */
- if (pdev->id >= SAMSUNG_I2S_SECOFF) {
- sec_dai = dev_get_drvdata(&pdev->dev);
- snd_soc_register_dai(&sec_dai->pdev->dev,
- &sec_dai->i2s_dai_drv);
- return 0;
- }
- i2s_pdata = pdev->dev.platform_data;
- if (i2s_pdata == NULL) {
- dev_err(&pdev->dev, "Can't work without s3c_audio_pdata\n");
- return -EINVAL;
- }
- res = platform_get_resource(pdev, IORESOURCE_DMA, 0);
- if (!res) {
- dev_err(&pdev->dev, "Unable to get I2S-TX dma resource\n");
- return -ENXIO;
- }
- dma_pl_chan = res->start;
- res = platform_get_resource(pdev, IORESOURCE_DMA, 1);
- if (!res) {
- dev_err(&pdev->dev, "Unable to get I2S-RX dma resource\n");
- return -ENXIO;
- }
- dma_cp_chan = res->start;
- res = platform_get_resource(pdev, IORESOURCE_DMA, 2);
- if (res)
- dma_pl_sec_chan = res->start;
- else
- dma_pl_sec_chan = 0;
- res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
- if (!res) {
- dev_err(&pdev->dev, "Unable to get I2S SFR address\n");
- return -ENXIO;
- }
- if (!request_mem_region(res->start, resource_size(res),
- "samsung-i2s")) {
- dev_err(&pdev->dev, "Unable to request SFR region\n");
- return -EBUSY;
- }
- regs_base = res->start;
- i2s_cfg = &i2s_pdata->type.i2s;
- quirks = i2s_cfg->quirks;
- pri_dai = i2s_alloc_dai(pdev, false);
- if (!pri_dai) {
- dev_err(&pdev->dev, "Unable to alloc I2S_pri\n");
- ret = -ENOMEM;
- goto err1;
- }
- pri_dai->dma_playback.dma_addr = regs_base + I2STXD;
- pri_dai->dma_capture.dma_addr = regs_base + I2SRXD;
- pri_dai->dma_playback.client =
- (struct s3c2410_dma_client *)&pri_dai->dma_playback;
- pri_dai->dma_capture.client =
- (struct s3c2410_dma_client *)&pri_dai->dma_capture;
- pri_dai->dma_playback.channel = dma_pl_chan;
- pri_dai->dma_capture.channel = dma_cp_chan;
- pri_dai->src_clk = i2s_cfg->src_clk;
- pri_dai->dma_playback.dma_size = 4;
- pri_dai->dma_capture.dma_size = 4;
- pri_dai->base = regs_base;
- pri_dai->quirks = quirks;
- if (quirks & QUIRK_PRI_6CHAN)
- pri_dai->i2s_dai_drv.playback.channels_max = 6;
- if (quirks & QUIRK_SEC_DAI) {
- sec_dai = i2s_alloc_dai(pdev, true);
- if (!sec_dai) {
- dev_err(&pdev->dev, "Unable to alloc I2S_sec\n");
- ret = -ENOMEM;
- goto err2;
- }
- sec_dai->dma_playback.dma_addr = regs_base + I2STXDS;
- sec_dai->dma_playback.client =
- (struct s3c2410_dma_client *)&sec_dai->dma_playback;
- /* Use iDMA always if SysDMA not provided */
- sec_dai->dma_playback.channel = dma_pl_sec_chan ? : -1;
- sec_dai->src_clk = i2s_cfg->src_clk;
- sec_dai->dma_playback.dma_size = 4;
- sec_dai->base = regs_base;
- sec_dai->quirks = quirks;
- sec_dai->pri_dai = pri_dai;
- pri_dai->sec_dai = sec_dai;
- }
- if (i2s_pdata->cfg_gpio && i2s_pdata->cfg_gpio(pdev)) {
- dev_err(&pdev->dev, "Unable to configure gpio\n");
- ret = -EINVAL;
- goto err3;
- }
- snd_soc_register_dai(&pri_dai->pdev->dev, &pri_dai->i2s_dai_drv);
- return 0;
- err3:
- kfree(sec_dai);
- err2:
- kfree(pri_dai);
- err1:
- release_mem_region(regs_base, resource_size(res));
- return ret;
- }
- static __devexit int samsung_i2s_remove(struct platform_device *pdev)
- {
- struct i2s_dai *i2s, *other;
- i2s = dev_get_drvdata(&pdev->dev);
- other = i2s->pri_dai ? : i2s->sec_dai;
- if (other) {
- other->pri_dai = NULL;
- other->sec_dai = NULL;
- } else {
- struct resource *res;
- res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
- if (res)
- release_mem_region(res->start, resource_size(res));
- }
- i2s->pri_dai = NULL;
- i2s->sec_dai = NULL;
- kfree(i2s);
- snd_soc_unregister_dai(&pdev->dev);
- return 0;
- }
- static struct platform_driver samsung_i2s_driver = {
- .probe = samsung_i2s_probe,
- .remove = samsung_i2s_remove,
- .driver = {
- .name = "samsung-i2s",
- .owner = THIS_MODULE,
- },
- };
- static int __init samsung_i2s_init(void)
- {
- return platform_driver_register(&samsung_i2s_driver);
- }
- module_init(samsung_i2s_init);
- static void __exit samsung_i2s_exit(void)
- {
- platform_driver_unregister(&samsung_i2s_driver);
- }
- module_exit(samsung_i2s_exit);
- /* Module information */
- MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>");
- MODULE_DESCRIPTION("Samsung I2S Interface");
- MODULE_ALIAS("platform:samsung-i2s");
- MODULE_LICENSE("GPL");
|