mbox series

[0/5] Set SNDRV_PCM_INFO_SYNC_APPLPTR to indirect PCM usages

Message ID 20180904061851.1934-1-tiwai@suse.de (mailing list archive)
Headers show
Series Set SNDRV_PCM_INFO_SYNC_APPLPTR to indirect PCM usages | expand

Message

Takashi Iwai Sept. 4, 2018, 6:18 a.m. UTC
Hi,

this is a patch set to pass the missing SNDRV_PCM_INFO_SYNC_APPLPTR
flag to the drivers using the indirect PCM helpers.  Also, one cleanup
of the indirect PCM helper usage in mips/hal2 driver is included.


Takashi

===

Takashi Iwai (5):
  ALSA: rme32: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
  ALSA: mips: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
  ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
  ALSA: cs46xx: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
  ALSA: mips: Cleanup indirect PCM helper usages

 sound/mips/hal2.c             | 13 +++++--------
 sound/pci/cs46xx/cs46xx_lib.c |  6 ++++--
 sound/pci/emu10k1/emupcm.c    |  3 ++-
 sound/pci/rme32.c             | 22 ++++++++--------------
 4 files changed, 19 insertions(+), 25 deletions(-)

Comments

Takashi Sakamoto Sept. 4, 2018, 9:36 a.m. UTC | #1
Hi,

On Sep 4 2018 15:18, Takashi Iwai wrote:
> Hi,
> 
> this is a patch set to pass the missing SNDRV_PCM_INFO_SYNC_APPLPTR
> flag to the drivers using the indirect PCM helpers.  Also, one cleanup
> of the indirect PCM helper usage in mips/hal2 driver is included.
> 
> 
> Takashi
> 
> ===
> 
> Takashi Iwai (5):
>    ALSA: rme32: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
>    ALSA: mips: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
>    ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
>    ALSA: cs46xx: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
>    ALSA: mips: Cleanup indirect PCM helper usages
> 
>   sound/mips/hal2.c             | 13 +++++--------
>   sound/pci/cs46xx/cs46xx_lib.c |  6 ++++--
>   sound/pci/emu10k1/emupcm.c    |  3 ++-
>   sound/pci/rme32.c             | 22 ++++++++--------------
>   4 files changed, 19 insertions(+), 25 deletions(-)

I reviewed all of the five patches:
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>


Regards

Takashi Sakamoto