|
@@ -299,7 +299,7 @@ static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec,
|
|
case SNDRV_PCM_TRIGGER_SUSPEND:
|
|
case SNDRV_PCM_TRIGGER_SUSPEND:
|
|
spin_lock(&chip->reg_lock);
|
|
spin_lock(&chip->reg_lock);
|
|
rec->running = 0;
|
|
rec->running = 0;
|
|
- /*printk("stopped!!\n");*/
|
|
|
|
|
|
+ /*printk(KERN_DEBUG "stopped!!\n");*/
|
|
snd_pmac_dma_stop(rec);
|
|
snd_pmac_dma_stop(rec);
|
|
for (i = 0, cp = rec->cmd.cmds; i < rec->nperiods; i++, cp++)
|
|
for (i = 0, cp = rec->cmd.cmds; i < rec->nperiods; i++, cp++)
|
|
out_le16(&cp->command, DBDMA_STOP);
|
|
out_le16(&cp->command, DBDMA_STOP);
|
|
@@ -334,7 +334,7 @@ static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip,
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
count += rec->cur_period * rec->period_size;
|
|
count += rec->cur_period * rec->period_size;
|
|
- /*printk("pointer=%d\n", count);*/
|
|
|
|
|
|
+ /*printk(KERN_DEBUG "pointer=%d\n", count);*/
|
|
return bytes_to_frames(subs->runtime, count);
|
|
return bytes_to_frames(subs->runtime, count);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -486,7 +486,7 @@ static void snd_pmac_pcm_update(struct snd_pmac *chip, struct pmac_stream *rec)
|
|
if (! (stat & ACTIVE))
|
|
if (! (stat & ACTIVE))
|
|
break;
|
|
break;
|
|
|
|
|
|
- /*printk("update frag %d\n", rec->cur_period);*/
|
|
|
|
|
|
+ /*printk(KERN_DEBUG "update frag %d\n", rec->cur_period);*/
|
|
st_le16(&cp->xfer_status, 0);
|
|
st_le16(&cp->xfer_status, 0);
|
|
st_le16(&cp->req_count, rec->period_size);
|
|
st_le16(&cp->req_count, rec->period_size);
|
|
/*st_le16(&cp->res_count, 0);*/
|
|
/*st_le16(&cp->res_count, 0);*/
|
|
@@ -806,7 +806,7 @@ snd_pmac_ctrl_intr(int irq, void *devid)
|
|
struct snd_pmac *chip = devid;
|
|
struct snd_pmac *chip = devid;
|
|
int ctrl = in_le32(&chip->awacs->control);
|
|
int ctrl = in_le32(&chip->awacs->control);
|
|
|
|
|
|
- /*printk("pmac: control interrupt.. 0x%x\n", ctrl);*/
|
|
|
|
|
|
+ /*printk(KERN_DEBUG "pmac: control interrupt.. 0x%x\n", ctrl);*/
|
|
if (ctrl & MASK_PORTCHG) {
|
|
if (ctrl & MASK_PORTCHG) {
|
|
/* do something when headphone is plugged/unplugged? */
|
|
/* do something when headphone is plugged/unplugged? */
|
|
if (chip->update_automute)
|
|
if (chip->update_automute)
|