Changeset 772 for GPL/trunk/alsa-kernel/pci/cs5535audio
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (6 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio_pcm.c
r703 r772 111 111 { 112 112 unsigned int i; 113 u32 addr, desc_addr,jmpprd_addr;113 u32 addr, jmpprd_addr; 114 114 struct cs5535audio_dma_desc *lastdesc; 115 115 … … 130 130 131 131 /* the u32 cast is okay because in snd*create we successfully told 132 pci alloc that we're only 32 bit capable so the uppper will be 0 */132 pci alloc that we're only 32 bit capable so the upper will be 0 */ 133 133 addr = (u32) substream->runtime->dma_addr; 134 desc_addr = (u32) dma->desc_buf.addr;135 134 for (i = 0; i < periods; i++) { 136 135 struct cs5535audio_dma_desc *desc = … … 139 138 desc->size = cpu_to_le16(period_bytes); 140 139 desc->ctlreserved = cpu_to_le16(PRD_EOP); 141 desc_addr += sizeof(struct cs5535audio_dma_desc);142 140 addr += period_bytes; 143 141 }
Note:
See TracChangeset
for help on using the changeset viewer.