Merge branch 'fix/misc' into for-linus
This commit is contained in:
@@ -657,7 +657,7 @@ static irqreturn_t atmel_ac97c_interrupt(int irq, void *dev)
|
|||||||
if (sr & AC97C_SR_CAEVT) {
|
if (sr & AC97C_SR_CAEVT) {
|
||||||
struct snd_pcm_runtime *runtime;
|
struct snd_pcm_runtime *runtime;
|
||||||
int offset, next_period, block_size;
|
int offset, next_period, block_size;
|
||||||
dev_info(&chip->pdev->dev, "channel A event%s%s%s%s%s%s\n",
|
dev_dbg(&chip->pdev->dev, "channel A event%s%s%s%s%s%s\n",
|
||||||
casr & AC97C_CSR_OVRUN ? " OVRUN" : "",
|
casr & AC97C_CSR_OVRUN ? " OVRUN" : "",
|
||||||
casr & AC97C_CSR_RXRDY ? " RXRDY" : "",
|
casr & AC97C_CSR_RXRDY ? " RXRDY" : "",
|
||||||
casr & AC97C_CSR_UNRUN ? " UNRUN" : "",
|
casr & AC97C_CSR_UNRUN ? " UNRUN" : "",
|
||||||
|
@@ -69,7 +69,6 @@ struct snd_at73c213 {
|
|||||||
int irq;
|
int irq;
|
||||||
int period;
|
int period;
|
||||||
unsigned long bitrate;
|
unsigned long bitrate;
|
||||||
struct clk *bitclk;
|
|
||||||
struct ssc_device *ssc;
|
struct ssc_device *ssc;
|
||||||
struct spi_device *spi;
|
struct spi_device *spi;
|
||||||
u8 spi_wbuffer[2];
|
u8 spi_wbuffer[2];
|
||||||
|
Reference in New Issue
Block a user